Is there an existing issue for this?
Current Behavior
There is an issue that Ha Bridge is unable to get Domoticz Devices, that is due to the fact that Domoticz has changed their API
See: bwssytems/ha-bridge#1412 (comment)
I believe the fix is rather simple: Rouzax/ha-bridge@b03db45
Expected Behavior
Get Devices
Steps To Reproduce
Try to get Domoticz devices
Environment
- OS: Raspberry Pi OS Lite Debian version: 12 (bookworm)
- How docker service was installed: Dockge
CPU architecture
x86-64
Docker creation
habridge:
image: linuxserver/habridge
container_name: habridge
restart: unless-stopped
ports:
- 8081:8080
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ./config:/config
networks: {}
Container logs
Is there an existing issue for this?
Current Behavior
There is an issue that Ha Bridge is unable to get Domoticz Devices, that is due to the fact that Domoticz has changed their API
See: bwssytems/ha-bridge#1412 (comment)
I believe the fix is rather simple: Rouzax/ha-bridge@b03db45
Expected Behavior
Get Devices
Steps To Reproduce
Try to get Domoticz devices
Environment
CPU architecture
x86-64
Docker creation
habridge: image: linuxserver/habridge container_name: habridge restart: unless-stopped ports: - 8081:8080 environment: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam volumes: - ./config:/config networks: {}Container logs