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

treban/docker-pimatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛑 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.