I configured the MercedesMe component which pushes State of charge information to my OpenWB wallbox via MQTT. This requires (if a am correct) the connection of MQTT to the MQTT server on the OpenWB wallbox.
Now i want to add Zigbee2MQTT to this installation, but it is not working. The Zigbee devices are found, but then do not appear in the HA devices list.
My guess is this has something to do with the MQTT connection to the OpenWB wallbox.
How can i configure MQTT and/or Mosquitto so that both (Mercedes Me and Zigbee devices via Zigbee2MQTT) is possible?
Sorry, but i am really a beginner. I found MQTT explorer and started it on my windows PC, but do not know how to use it.
I can connect to the HomeAssistant and can see this:
What do you mean by “your OpenWB wallbox is connected to HA”?
I entered the IP-Adress of the wallbox to the MQTT integration in Home Assisstant.
I can’t do anything on my OpenWB wallbox as I do not have admin access to it.
Can i do something on the HA to get this fixed?
server: mqtt://openwb.fritz.box:1883
user : your openwb user
password: your openwb password
yes there is, but that is the easiest solution
Other solution is to reconfigure the mqtt integration to use homeassistant.fritz.box, and to setup an mqtt bridge to openwb.fritz.box, but that is really complicated with the mosquitto add-on.
Thank you so much for your help. By using the openWB as MQTT server everything is working now.
I will think about reconfigure the Mosquitto as bridge, but for now everything is working fine.