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. .
This is not good.
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,
}