Search found 3 matches

by swen
Sunday 18 May 2025 21:55
Forum: Other questions and discussions
Topic: Scene active/inactiv switch
Replies: 4
Views: 1302

Re: Scene active/inactiv switch

Hi, thanks for the info.
I did some more tests and found no other solution.
groups are also unsuitable.
So I will program my five scenes and their timers in dzVenzts.

Thanks and bye
by swen
Sunday 18 May 2025 18:58
Forum: Other questions and discussions
Topic: Scene active/inactiv switch
Replies: 4
Views: 1302

Re: Scene active/inactiv switch

Hi,
I've already tested it. Also after

Code: Select all

dz.scenes('TestScene').switchOff()
the timer triggers the scene.
But that's exactly what I want to prevent.
by swen
Sunday 18 May 2025 18:36
Forum: Other questions and discussions
Topic: Scene active/inactiv switch
Replies: 4
Views: 1302

Scene active/inactiv switch

hi,
I would like to be able to switch a scene between active and inactive with a dummy switch.
I have tested this with this dzVents script:

--Dummy Switch: 'Beschattung Automatik' Idx: 4269
--Scene : 'TestSzene' Idx: 22

local dz = domoticz

return {
logging = {
level = domoticz.LOG_INFO ...