The Shelly RGBW2 is supported by using a template.
⚠️️Special Shelly Attention⚠️️~
DO NOT CONNECT ANYTHING TO ANY GPIOs OF THESE DEVICES!!! (No sensors, no switches, nothing)
There is no galvanic isolation between the DC Inputs and the GPIOs. Do not connect AC/DC power and the serial connection at the same time! Only use a Shelly as designed.
Shelly RGBW2~
An ESP8266 with 2MB flash LED Controller. - Support any 12v or 24v White, RGB, RGBW led strips and 12/24v led bulbs, with up to 288W combined power - Support 4 ways PWM, applied to control 4 colors LED(R/G/B/W), meet a requirement for colored lights, color temperature lights, and general lights - A separate 12V/24V power supply unit is required. - 12V => 144W combined / 45W p. Channel - 24V => 288W combined / 90W p. Channel
Serial Connection~
The Shelly RGBW2 model comes with a partially exposed programming/debug header which can be used to flash Tasmota on the device. A USB-to-UART adapter is needed as well as a reliable 3.3V with at least 350 mA drive capability. The following diagram shows the device pinout.
The onboard connector is 1.27mm raster with 1mm diameter holes. Normal Dupont cables won't fit. To avoid damaging the pcb, use either a stripped Ethernet cable and breadboard as an adapter, or female header socket legs (see image below). The legs of a female header socket fit nicely. Solder them to custom-crimped Dupont wires for use with your USB-to-UART adapter. These often come with Wemos D1 Mini boards in multiple lengths.
Template~
GPIO | Component |
---|---|
0 | None |
1 | None |
2 | LEDLink |
3 | None |
4 | PWM4 |
5 | USER |
9 | None |
10 | None |
12 | PWM1 |
13 | Button1 |
14 | PWM3 |
15 | PWM2 |
16 | None |
A0 | OpAmp Current Monitor |
Template: {"NAME":"ShellyRGBW2","GPIO":[0,0,157,0,40,89,0,0,37,17,39,38,0],"FLAG":7,"BASE":18}
Energy metering is done by a LM321 OpAmp (1mOhm Shunt lowside) via ADC0 .
If you want to use a push button, you should take a look at the Button & Switches.
If you want the buttons to respond instantly, go to the console and type SetOption13 1
. But, if you want press/double press/hold functionality, run instead Backlog SetOption1 1; SetOption11 1; SetOption32 20
to enable all three states and set hold time of 2 seconds. Use SetOption32 to set another hold time.
Flash mode~
To be able to flash the Tasmota firmware you need to get into flash mode. Therefore connect a wire from GPIO0 to ground. For further information have a look at programming mode.
Calibration~
After successfully flashing Tasmota and selecting the template for the Shelly RGBW2, you can start configuring the power consumption.
- Disconnect the GPIOs and connect the Shelly RGBW to its future power supply. Set ADC0 to Analog in the template settings. Save this setting.
-
After restarting, you will find the actual ADC Value of the analog input in the main menu. There should be no light on at this time. Make a note of this value. It's the baseValue.
-
In the template settings, set ADC0 to CT-POWER and save the settings.
-
Use the AdcParam command:
AdcParam 7, baseValue, Multiplcator, Voltage
in the webconsole. For a 12VDC PowerSupply and a baseValue of 407 this lines looks like this:
AdcParam 7, 407, 3282, 0.012
- If there are no lights on, the Main Menu should show only the Voltage but no consumption.
- Connect a light source with a current consumption known to you. Or measure the current with a multimeter. Compare the displayed values in the menu and those of your meter. Please note that the measurement of the Shelly RGBW2 is very inaccurate due to its electrical construction.
Tip
In case the values do not fit at all, you have to perform a recalibration.
- Set the ADC0 input back to analog.
- Note the base value when the light is switched off.
- Switch on the light and note the displayed analog value (comparison value) and the current value displayed by your meter (real value).
- Calculate:
(ComparisonValue-baseValue)*100/realValue = Multiplicator
Example
BaseValue 407, ComparisonValue 455, realValue=1.5A (455-407)*100/1,5 = 3200
- Set the ADC0 input back to CT-Power and start at 4. of the previous list.
Using the attached AC switch adapter~
As described in AC Frequency Detection Switch section, the adapter sends pulses (by shorting red wire to GND), when AC voltage is present between the two black wires. Shelly RGBW2 has an on-board pull-up resistor to 3.3V, therefore to make it work set GPIO5 to Switch_n
mode, then use command like SwitchDebounce 69
to enable pulse detection.
Use rules to control both switches~
If SetOption37 is set to 128 the RGB and White is splited. To switch both RGB and W on/off with the connected hardware switch, you can use this Rule:
rule1 on power1#state do power2 %value% endon
rule1 1
Ghost switching~
The inputs on Shelly devices appear to be notoriously susceptible to interference. Therefore ghost switching can happen if the wires are long (>1m / 3ft). If you experience this issue, you might want to experiment with the switch debounce delay. It is set to 50 milliseconds by default.
Use command SwitchDebounce 100
to change it to a less sensitive value, which might work better. The value can be set up to 1000 milliseconds.
Some issues were reported for this topic - search query
Light setup~
Please read: Lights.
PCB images~