Sign inSign up

zdid2/evoo7-homeassistant

By zdid2

Updated 8 months ago

Bridge PAC EVOO7 => homeassistant

Image
Internet of things
0

876

zdid2/evoo7-homeassistant repository overview

Bridge EVOO7 PAC to HomeAssistant

  1. create docker/evoo7-homeassistant directory

  2. create directory logs and config in

  3. You have to run it once to create the config file. (docker compose up)

  4. Then stop it. (ctrl c)

  5. You need to adapt config for addresses and usr/password for mqtt and evoo7.

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

Tag summary

Content type

Image

Digest

sha256:791435286

Size

58.3 MB

Last updated

8 months ago

docker pull zdid2/evoo7-homeassistant:1.2.0