I have two Shelly Dimmer 2's that control one lamp each. When Dimmer #1 is set to some brightness, I would like it to set Dimmer #2 to the same brightness. Should be doable using an "Action URL" on "OUTPUT SWITCHED ON/OFF URL". But I can't find a way to encode the current brightness of Dimmer #1 into the URL to be sent to Dimmer #2. How can this be achieved?
Dimmer 2 action URL with brightness
-
- Shelly Dimmer
-
krejkrejkrej -
8. Februar 2022 um 20:01 -
Unerledigt
-
-
Hi,
If it was possible, it should be something like :
http://ip_to_control/light/0?turn=on&brightness="http://localhost/status/light/0/brightness"
But i don't think reading status in "Action URL" is possible.