I’m reading data from my weather station into mqtt broker in HA.
When I connect to the broker using MQTT explorer, I see data coming in.
Next I tried to create a sensor.
For that I added the following part to my configuration.yaml file:
mqtt:
- sensor:
name: "Temperatuur buiten"
unique_id: "outside temp"
force_update: true
state_topic: "rtl_433/Vevor-7in1/12345"
value_template: "{{ value_json.temperature_C }}"
Restarted everything (even tried a reboot, shame on me…), but the sensor does not show up under devices or entities.
What am I doing wrong ?
10 posts - 2 participants