HA NooB
I have successfully setup a EMQX MQTT broker and have an Arduino board connecting and publishing data to the broker. I have verified this by using MQTT Explorer and all topics are shown.
I have installed the MQTT integration and configured.
I have the following sensors configured in configuration.yaml
sensor:
name: “THP-3C722F Location”
unique_id: THP-3C722F-Location
state_topic: “THP-3C722F/Location”
name: "THP-3C722F Tavg"
unique_id: THP-3C722F-Tavg
state_topic: "THP-3C722F/Tavg"
What is interesting is that ONLY THE LAST sensor entity is being picked up by the MQTT integration.
I’m not sure what I’m doing wrong. Any help would be greatly appreciated.
John