Luligu / matterbridge-zigbee2mqtt

Matterbridge zigbee2mqtt plugin
https://github.com/Luligu/matterbridge-zigbee2mqtt/blob/main/README.md
Apache License 2.0
76 stars 9 forks source link

govee2mqtt -> mosquitto -> matterbridge (not working) #63

Closed psdl-dev closed 2 months ago

psdl-dev commented 2 months ago

First of all - Thanks for your great work. :)

I have installed matterbridge and mosquitto as mqtt broker with docker compose. I then installed govee2mqtt (wez). This also finds my Govee lamp and reports to mosquitto with the zigbee topic “govee2mqtt/xxxxxxx...”. Unfortunately, I cannot see the lamp in the Matterbridge. I think it is because the Matterbridge expects a topic “zigbee2mqtt”. Is this the problem? And how can I fix it? Any help is welcome. (I can't change the topic in govee2mqtt, i think it is hardcoded.

Luligu commented 2 months ago

Hi, thanks for your appreciation. I don't think that your lamp sends the same data as zigbee2mqtt... If you want to try, you can change the topic in the plugin config.

psdl-dev commented 2 months ago

The Addon is working with the home assistant zigbee2mqtt and mosquitto setup. So i thought it should work the the mosquitto setup from your docker container. It also contacts the mosquitto broker successfully, but i don't see anything in the matterbridge. I changed to topic in the plugin configuration, but after that the service wouldn't start !

Luligu commented 2 months ago

Hi, yes the data format are not the same of course.