I have Home Assistant installed in a Docker container on Raspbian OS and DSMR Reader in a seperate Docker container.
I would like to show some of the parameters on my Home Assistant dashboard and tried everything, but can’t make it work. There’s an integration for DSMR Reader, which I added. There are no other instructions on the page.
sensor:
- platform: dsmr_reader
After that I enabled the Split Topic MQTT messages in DSMR Reader and restarted HA.
This resulted in some error messages:
The following integrations and platforms could not be set up:
- mqtt
- dsmr_reader.sensor
Please check your config.
So I found the MQTT explanation on the website and added it to my configuration:
mqtt:
broker: IP-adress-Raspberry
After restarting HA again the error message is gone and I can see the DSMR entities in HA.
But, all entities have ‘unknown’ as value.
Then I found the page about Mosquitto, but the instructions talk about the Add-on Store, but I can’t find it anywhere?
What am I missing here?
1 post - 1 participant