Page 1 of 1

Re: Set Level with Blinds percentage switch

Posted: Friday 04 May 2018 10:27
by lupo2a
I''m using dzVents and a Blind percentage inverted switch
The switch was created by the AeotecGEN5 zwave hardware

Code: Select all


on = {
            timer = {'at 07:00 on mon,tue,wed,thu,fri'}
        },
.....
        
blind = "bl_camera_bambini"
if domoticz.devices(blind).level < 10 then 
                    domoticz.devices(blind).switchSelector(30)
                    domoticz.devices(blind).switchSelector(100).afterMin(3)
end
.....

p.s.
where did you get the control