As the Pimatic project is no longer maintained, this project will also be discontinued.
Docker Image for pimatic.
The image is a multi-arch image for amd64/arm/arm64
docker pull treban/pimatic
docker run \
-it \
--network=host \
-v /data-path:/data \
--device=/dev/ttyUSB0 \
treban/pimatic
You can specify a device for homeduino or some other usb devices.
The container needs a mounted volume in /data. In this folder must be placed the config.json and the sql database. The image otherwise uses the default pimatic config and generates a inital sql database
- config.json
- pimatic-database.sqlite
The pimatic app folder inside the container is /opt/pimatic-docker. The default config exposes port 8282 and admin/admin as login credentials.