09-27-2025, 11:39 PM
(08-06-2025, 07:38 PM)ivann Wrote:(08-06-2025, 01:57 PM)admin Wrote: check mqtt prototol at here: https://www.kincony.com/forum/attachment.php?aid=2872
Thank you, the sensors have been added, but the values are not updated. Tell me how to force the values to update.
Hello,
I recently integrated all inputs and outputs to HA, unfortunately I stuck with temperature sensors.
I'm using DS18B20 and I see the values while listening in MQTT, but from some reason I cannot read the value on dashboard, I`m more than sure that something is wrong in my config.
MQTT Listening readout:
Code:
Message 0 received on KC868_A8/A842E325F8D4/STATE at 1:24 AM:
{
"input1": {
"value": false
},
"input2": {
"value": false
},
"input3": {
"value": false
},
"input4": {
"value": false
},
"input5": {
"value": false
},
"input6": {
"value": false
},
"input7": {
"value": false
},
"input8": {
"value": false
},
"output1": {
"value": false
},
"output2": {
"value": false
},
"output3": {
"value": false
},
"output4": {
"value": false
},
"output5": {
"value": false
},
"output6": {
"value": false
},
"output7": {
"value": false
},
"output8": {
"value": true
},
"adc1": {
"value": 0
},
"adc2": {
"value": 0
},
"sensor1": {
"temperature": 21.2,
"humity": -100
},
"sensor2": {
"temperature": 19.8,
"humity": -100
},
"sensor3": {
"temperature": 19.8,
"humity": -100
},
"sensor4": {
"temperature": 19.8,
"humity": -100
}
}
