Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.12 KB

🛑 This project is no longer maintained!

As the Pimatic project is no longer maintained, this project will also be discontinued.

docker-pimatic

Docker Image for pimatic.

The image is a multi-arch image for amd64/arm/arm64

Build Status This image on DockerHub

Pull the image

docker pull treban/pimatic

Run the container

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.