@fcna wrote:
Dear all,
My first message, so sorry for the question.I try to used MQTT on HA. I configure MQTT and add line on ma config:
sensor:
- platform: mqtt
state_topic: ‘Jeedom/tempcuisine’
name: ‘Temp cuisine’
unit_of_measurement: ‘°C’
value_template: ‘{{ value_json.temp }}’
- platform: mqtt
state_topic: ‘Jeedom/humcuisine’
name: ‘cuisine Humidité’
unit_of_measurement: ‘%’
value_template: ‘{{ value_json.humidity }}’In the log, I have :
2020-02-24 13:09:51 DEBUG (MainThread) [homeassistant.components.mqtt] Received message on Jeedom/tempcuisine: b’18.9’
2020-02-24 13:15:08 DEBUG (MainThread) [homeassistant.components.mqtt] Received message on Jeedom/tempcuisine: b’18.92’
2020-02-24 13:15:09 DEBUG (MainThread) [homeassistant.components.mqtt] Received message on Jeedom/humcuisine: b’56.84’So I Think it’s working ….
But no device in integration MQTT
No value in my dashboard…Please help me
Posts: 4
Participants: 3