Skip to content

Commit

Permalink
Upadte Shelly Duo RGBW bulb (#1908)
Browse files Browse the repository at this point in the history
* new template with rule

* description of the features

* more details

* MORE DETAILS

* Minimal template

* markdown stuff

* mention original template creator
  • Loading branch information
Gogny authored Dec 17, 2024
1 parent 305f60f commit a683ed0
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions _templates/shelly_DUO_RGBW
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ date_added: 2021-09-18
title: Shelly Duo RGBW 9W 800lm
model: 3800235262306
image: /assets/device_images/shelly_DUO_RGBW.webp
template9: '{"NAME":"Shelly Duo RGBW","GPIO":[0,0,0,0,0,419,0,0,417,416,418,0,0,0],"FLAG":0,"BASE":18}'
template9: '{"NAME":"Shelly Duo RGBW","GPIO":[0,0,0,0,0,419,0,0,417,416,418,0,0,4736],"FLAG":0,"BASE":18,"CMND":"AdcParam 2, 32000, 1000, 3950|SetOption37 128|SetOption106 1|SetOption107 0|WebButton1 COLOR|WebButton2 WHITE|SetOption42 85|Fade ON|Speed 2|SetOption91 1|Rule1 ON POWER2#state=1 DO POWER1 OFF ENDON ON POWER1#state=1 DO POWER2 OFF ENDON ON Dimmer1#State DO POWER2 OFF ENDON ON Dimmer2#State DO POWER1 OFF ENDON|Rule1 ON"}'
link: https://www.wesmartify.de/licht/schalten/574/shelly-duo-rgbw-e27/
link2: https://www.aliexpress.com/item/1005003036696733.html
link3: https://www.amazon.com/dp/B0851CJ29H
Expand All @@ -15,13 +15,25 @@ category: bulb
type: RGBW
standard: e27
---
Correct OTA mgos [firmware](https://github.com/arendst/mgos-to-tasmota)
### This template enables :

Pogo clip for [serial flashing](https://www.thingiverse.com/thing:5710034)
- Separate control of RGB and White channels with brightness control ([SetOption37](https://tasmota.github.io/docs/Lights/#rgb-and-white-split) to split them and [virtual CT mode](https://tasmota.github.io/docs/Lights/#virtual-ct))
- 2 buttons COLOR and WHITE to toggle the power of eatch channel (can be renamed by modifying the template)
- Fading with speed 2 (can be adjusted in the console up to 40) ([Fade at boot and power on](https://tasmota.github.io/docs/Commands/#setoption91))
- A rule which turns off one channel when the user turns on the other one, so RGB and White are not active **at the same time**. This is personnal preference so there is a minimalist template lower down.
- Temperature monitoring (±5°C, not accurate but gives a rough idea). Safety cut off(?) lowered at 85°C instead of the default (SetOption42).

White blend mode: `SetOption105 1`
Minimal template (without fading and rule):
```
{"NAME":"Shelly Duo RGBW","GPIO":[0,0,0,0,0,419,0,0,417,416,418,0,0,4736],"FLAG":0,"BASE":18,"CMND":"AdcParam 2, 32000, 1000, 3950|SetOption37 128|SetOption106 1|SetOption107 0|WebButton1 COLOR|WebButton2 WHITE|SetOption42 85"}
```

Virtual CT mode: `SetOption106 1` and `SetOption107 0`"
Thank's to @jwiesel for the base template. Here is some of his researches :

- Correct OTA mgos [firmware](https://github.com/arendst/mgos-to-tasmota)
- Pogo clip for [serial flashing](https://www.thingiverse.com/thing:5710034)
- White blend mode: `SetOption105 1`
- Virtual CT mode: `SetOption106 1` and `SetOption107 0`

### Troubleshooting
After replacing the Shelly Firmware by Tasmota and connecting the buld to your wifi, the Tasmota Web-UI might not come up, although the device IP is connected.
Expand Down

0 comments on commit a683ed0

Please sign in to comment.