Skip to content

[BUG] Domoticz API has changed #30

@Rouzax

Description

@Rouzax

Is there an existing issue for this?

  • I have searched the existing issues

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

N/A

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions