Docker Image for pimatic on intel plattforms.
for raspberry pi show here...
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
The pimatic app folder inside the container is /opt/pimatic-docker. The default config exposes port 8282 and admin/admin as login credentials.
Content type
Image
Digest
Size
404.2 MB
Last updated
almost 6 years ago
docker pull treban/pimatic