I have a problem with a dial block.
The IDX is the right one. It modifies the value of my temp meter, but once updated, it goes back to a wrong value...
here's the script of the block :
Code: Select all
blocks['tempSalon'] = {
type: 'dial',
idx: 445,
title: 'Thermostat',
temp: 595,
width: 8,
showunit: true,
values: [
{
idx: 595,
value: 'Humidity',
label: 'Hum.',
unit: '(%)',
},
]
}
Thanks for your help.
I'm running the last 2022.2 domoticz version, and the last dashticz version.