Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 536 Bytes

ziggo-tracker

Basic device tracker used for presence detection in Home Assistant.

All the other ziggo device trackers didn't work for me, so i created my own.

docker compose example:

ziggotracker:
image: ghcr.io/myrenic/ziggo-tracker:main
environment:
  - router_url=http://192.168.178.1
  - router_password=
  - mqtt_host=
  - mqtt_user=
  - mqtt_password=
  - mqtt_port=

image