Search found 3 matches
- Saturday 08 June 2024 10:13
- Forum: dzVents
- Topic: Set value of Dimmer without turning the switch on [Solved]
- Replies: 5
- Views: 1863
Re: Set value of Dimmer without turning the switch on [Solved]
Why not just have the lux sensor trigger the lights on/off including dimmer level? I have a script like this running without issues. Because for this specific light I want a motion sensor and a simple switch to trigger it (not auto switching). But I want the value based on the lux sensor. I could ...
- Friday 07 June 2024 22:42
- Forum: dzVents
- Topic: Set value of Dimmer without turning the switch on [Solved]
- Replies: 5
- Views: 1863
Re: Set value of Dimmer without turning the switch on [Solved]
I think it is not possible. I use Zigbee2MQTT to control the actual device and even there it is not possible. So now I solved it by storing the LevelToSet as a Domoticz variable. From the "value" logic scripts I update the Domoticz variable. And in the "switching" scripts I use dimmer.setLevel ...
- Friday 07 June 2024 22:26
- Forum: dzVents
- Topic: Set value of Dimmer without turning the switch on [Solved]
- Replies: 5
- Views: 1863
Set value of Dimmer without turning the switch on [Solved]
Hi all, Does anybody know if it is possible to set the level of a dimmer without switching the device on? It seems properties of the dimmer (or switch) object in DzVents are readonly. So the only possible way to mutate them is by using the corresponding methods. So this does not work: dimmer.level ...