hello,
I have two separate locations with led strips and power sources. I want to dim them with a single switch. Is this possible using two rgbw2?
Thanks
hello,
I have two separate locations with led strips and power sources. I want to dim them with a single switch. Is this possible using two rgbw2?
Thanks
Yes, you can definitely do that using Shelly's Device to Device communication protocol (see https://shelly.cloud/documents/deve…mmunication.pdf).
Alternatively, you can use MQTT and an MQTT broker (like Mosquitto) to accomplish this. This allows you to be vendor neutral and establish device to device communication between devices from different companies. I have many different Shelly devices (and others); they all run ESPHome with MQTT. I have full flexibility to design any communication between them in any way I want.
Hello, thanks for your input. As far as I understood, i can set the dimming value of devices, but I would also need to read the current value. Or am I wrong?