ds1707
November 19, 2020, 8:44am
1
I have the data of my PV Inverter available as a sensor in HA.
Now the question is, are all the sensors in HA automatically published at MQTT Broker?
I need those sensors in MQTT for the EVCC Module of andig.
How can i check or configure sensors to appear in mqtt?
ds1707
November 19, 2020, 9:09am
3
Thank you for this hint.
I installed and can see the home MQTT this is awesome.
But my HA sensors were not published, how can i publish HA Sensors to MQTT?
sender
November 19, 2020, 9:10am
4
that is described on multiple places in this forum. use the search function.
example:
How do you trigger it and relate it to a specific sensor?
1 Like
ds1707
November 19, 2020, 9:12am
5
I used the search, but this was not fruitful.
Maybe with the wrong words.
Thanks i will check your link!
ds1707
November 19, 2020, 9:17am
6
I think “https://www.home-assistant.io/integrations/mqtt_statestream/ ” is what i have searched for.
Thank you!
I added:
mqtt_statestream:
base_topic: homeassistant
publish_attributes: true
publish_timestamps: true
include:
domains:
- switch
- light
To my configuration.yaml.
But could not discover any changes in the MQTT channel.
Can anyone help me??