Bridge PAC EVOO7 => homeassistant
876
Bridge EVOO7 PAC to HomeAssistant
create docker/evoo7-homeassistant directory
create directory logs and config in
You have to run it once to create the config file. (docker compose up)
Then stop it. (ctrl c)
You need to adapt config for addresses and usr/password for mqtt and evoo7.
Restart (docker compose up -d)
Compose file: compose.yaml
services:
evoo7-homeassistant:
image: zdid2/evoo7-homeassistant:1.0.0
container_name: evoo7-homeassistant
privileged: true
volumes:
- ./config:/app/config
- ./logs:/app/logs
network_mode: host
environment:
TZ: Europe/Paris
restart: unless-stopped
Content type
Image
Digest
sha256:791435286…
Size
58.3 MB
Last updated
8 months ago
docker pull zdid2/evoo7-homeassistant:1.2.0