Page 1 of 1

Dial inconsistent

Posted: Thursday 02 March 2023 23:08
by Welsyntoffie
I am having a weird issue with my thermostat dials.
Every 2nd refresh or so the dials would load with orange ring even though the device is off and not show the temperature. The up down commands also does not send anymore. Every time at 1st load of dashticz the dial would be wrong.
I have a 2nd device that also uses a dial up down and it does the same thing.
Can anyone shed some light as to what I am doing wrong?
.
This is what it should look like.
20230302_130812.jpg
20230302_130812.jpg (393.02 KiB) Viewed 367 times
.
This is not good.
20230302_130836.jpg
20230302_130836.jpg (354.04 KiB) Viewed 367 times

Code: Select all

blocks[106] = {
	title: 'Geyser setpoint',
	last_update : false,
//	imageOn: 'Z_btn48_On.png',
//	imageOff: 'Z_btn48_Off.png',
//	addClass: 'backcolor',
	type: 'dial',
	subtype: 'updown',
	color: 'rgba(255,128,0,0.7)',
//	showring: true,
	steps: 1,
	width: 12,
	temp: 109,
}