[X] I definitively want to report a bug within deCONZ or its REST-API
Is there already an existing issue for this?
[X] I have searched the existing issues and there is none for the bug at hand
Describe the bug
While connecting to homebridge I receive following error/warning log "[deCONZ] warning: 192.168.8.158:4530: 0000000000000000: not a RaspBee/ConBee mac address - retrying in 60s" . While accessing Deconz WebUI the issue is shown as "Firmware: Not Connected". I tried several options from different sources but I can't make it work.
On raspberry PI USB is show as
crw-rw----+ 1 root dialout 188, 0 Jun 5 00:28 /dev/ttyUSB0
usb-dresden_elektronik_ConBee_III_DE03217198-if00-port0 - as I believe accesses should be handled okay.
In the docker compose files (each separate for the container I'm passing through not a serial USB but a device)
DeConz Docker Compose File
_version: '3'
services:
deconz:
image: deconzcommunity/deconz
container_name: deconz
restart: always
network_mode: host
volumes:
Does the issue really belong here?
Is there already an existing issue for this?
Describe the bug
While connecting to homebridge I receive following error/warning log "[deCONZ] warning: 192.168.8.158:4530: 0000000000000000: not a RaspBee/ConBee mac address - retrying in 60s" . While accessing Deconz WebUI the issue is shown as "Firmware: Not Connected". I tried several options from different sources but I can't make it work.
On raspberry PI USB is show as crw-rw----+ 1 root dialout 188, 0 Jun 5 00:28 /dev/ttyUSB0 usb-dresden_elektronik_ConBee_III_DE03217198-if00-port0 - as I believe accesses should be handled okay. In the docker compose files (each separate for the container I'm passing through not a serial USB but a device) DeConz Docker Compose File _version: '3' services: deconz: image: deconzcommunity/deconz container_name: deconz restart: always network_mode: host volumes:
environment:
Homebridge Docker Compose File _version: '2' services: homebridge: image: oznu/homebridge:latest container_name: homebridge restart: always network_mode: host volumes:
Steps to reproduce the behavior
Expected behavior
So that Homebridge will see a mac address properly
Screenshots
No response
Environment
deCONZ Logs
No response
Additional context
No response