Hi,
I have loads of sensors using mqtt and json. Now I am trying to add a sensor which does not use JSON format.
The sensor does usw mqtt butt not json. The values are directly shown:
sensoren/stalltemp/SI7021/Temperature=22.87
sensoren/stalltemp/SI7021/Humidity=39.50
I am convinced my configuration.yaml is correct:
mqtt:
sensor:
# Openandhome Sensor Schuppen
- state_topic: sensoren/stalltemp/SI7021/Humidity
name: "schuppen_luftfeuchte"
force_update: true
unit_of_measurement: "%"
- state_topic: sensoren/stalltemp/SI7021/Temperature
name: "schuppen_lufttemp"
force_update: true
unit_of_measurement: "°C"
Despite of everything appearing to be ok it shows strange values in HomeAssistant:
Did I do something wrong?
Thanks for all ideas!
/KNEBB