Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 107834

Can't get mqtt sensor to show up

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 107834


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>