This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Scenes are applying after reading
#1
Hi
Scenes are applying after every reading. Is it a bug? I want apply my scene after writing only Can change this behavior?
Thank you
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply
#2
Sorry, my mistake. Not the reading requests but the following responses are re-applying scenes. Can I disable it?
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply
#3
This is the same as with scripts that react to both group write and response the same way. It's not possible to disable this behaviour, but you can attach your scene to another object and write a small script that passes value to it only in case of group write.

Code:
if event.type == 'groupwrite' then
  grp.update('32/1/1', event.getvalue())
end
Reply


Forum Jump: