Hey @Igor I’m trying out the new gauge thresholds… Can you guide me on what I’m doing wrong here?
Ideally I’d like it to turn orange over 500w and then red over 1000w…
{
"type": "gauge",
"position": "2-0,1-1",
"properties": {
"label": "House Power",
"icon": "energy",
"unit": "W",
"value": {
"binding": "PowerWatts"
},
"thresholds": {"value": 500,"color":"39,100,100"},
"max": 5000
}
}