Page 1 of 1

Scene and group status in Dashticz

Posted: Wednesday 10 March 2021 18:51
by NilsNijenhuis
Hello,

Ik have some scenes in dashticz to control my milight lights. (aan, eten, film, uit)
If i acctivate the Scene 'Aan' the 4 lights turn on as intended.
the status of that scene button changes to a button with a led bump that is yellow...

however all 4 of the above buttons scenes are turned on yellow.
if i want to switch a scene i first have to push that scene tot turn it off before i can activate that scene???

does someone have a clue how this comes?

i use the next code in dashticz
Spoiler: show
blocks['s1'] = { //Select group/scene verlichting Eten
width: 4,
title: 'Eten',
hide_data : true,
last_update : false
}
blocks['s2'] = { //Select group/scene verlichting film kijken
width: 4,
title: 'Film',
hide_data : true,
last_update : false
}
blocks['s3'] = { //Select group/scene standaard licht
width: 4,
title: 'Aan',
hide_data : true,
last_update : false
}
blocks['s4'] = { //Select group/scene standaard licht
width: 4,
title: 'Uit',
hide_data : true,
last_update : false