Mon discovery topic qui marche bien
{
"name":"Thermostat Salon",
"unique_id":"thermostat_jeedom_salon",
"availability":{
"topic":"jeedom/status",
"payload_available":"online",
"payload_not_available":"offline"
},
"optimistic":false,
"qos": 1,
"action_topic": "jeedom/thermostats/salon/action",
"current_temperature_topic":"jeedom/thermostats/salon/temperature",
"mode_command_topic":"jeedom/thermostats/salon/mode/set",
"mode_state_topic":"jeedom/thermostats/salon/mode",
"modes":[
"heat",
"off"
],
"min_temp":7,
"max_temp":22,
"temp_step": 0.5,
"precision":0.1,
"retain":true,
"preset_modes":[
"Eco",
"Confort",
"Absent",
"Nuit",
"Off"
],
"preset_mode_command_topic":"jeedom/thermostats/salon/preset/set",
"preset_mode_state_topic":"jeedom/thermostats/salon/preset",
"temperature_command_topic":"jeedom/thermostats/salon/consigne/set",
"temperature_state_topic":"jeedom/thermostats/salon/consigne",
"temperature_unit":"C",
"device":{
"manufacturer":"Jeedom",
"via_device":"MQTT",
"identifiers":"Jeedom Thermostat Salon",
"name":"Jeedom Thermostat Salon"
}
}