Sign inSign up

thedubpalace/python-matter-server

By thedubpalace

Updated 7 months ago
Archived

Image
0

208

thedubpalace/python-matter-server repository overview

Overview

python-matter-server is a Docker image for running a Matter protocol server implemented in Python, built specifically for the linux/arm/v7 architecture. This image targets ARMv7-based devices such as ihost and similar hardware. It is based on the el404/ihost-matter-server image.

Features

  • Python-based Matter protocol server for Home Assistant (docker)
  • Optimized for ARMv7 (e.g., ihost devices)
  • Suitable for smart home and IoT integrations
  • Based on el404/ihost-matter-server

Getting Started

To run the container on an ARMv7 device:

docker run -d \
  --name=python-matter-server \
  --network=bridge \
  -p 5580:5580 \
  -p 5581:5581 \
  -p 5582:5582 \
  -p 5583:5583 \
  -v matter:/data \
  thedubpalace/python-matter-server:latest

Usage

Image Tags

  • latest: Most recent stable release for ARMv7

Documentation

Maintainers

  • thedubpalace

License

  • Inherits license from the base image or as specified in the repository

Tag summary

Content type

Image

Digest

sha256:b15e88c08

Size

310.9 MB

Last updated

7 months ago

docker pull thedubpalace/python-matter-server