Re: Set Level with Blinds percentage switch
Posted: Friday 04 May 2018 10:27
I''m using dzVents and a Blind percentage inverted switch
The switch was created by the AeotecGEN5 zwave hardware
p.s.
where did you get the control
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
.....
where did you get the control