Running HA in a docker container, I did the setup for mosquitto, and now I'm working on the setup for zigbee2mqtt.
Whether I'm doing the onboarding or not, zigbee2mqtt fails to start with the following message:
(Pasting the logs after because discord doesn't like me)
At the moment, my HA's docker configuration file does connect to the device too using this:
devices:
- /dev/sonoff_zigbee:/dev/ttyUSB0
Should I remove that from HA, or it has to be there too?
More importantly, what could be the issue why it can't connect to the adapter?
Would it mean I'd have to flash a firmware on it? (I haven't flashed a firmware on the adapter ever.)