Skip to content

Commit

Permalink
Update arlec_GLD112HA and arlec_GLD122HA (blakadder#1335)
Browse files Browse the repository at this point in the history
Update template for arlec_GLD122HA to v9 and add note about new
WB3L variant
  • Loading branch information
andybotting authored Feb 16, 2022
1 parent 4f694ff commit 4a791c5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion _templates/arlec_GLD112HA
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@ mlink:
type: CCT
category: bulb
standard: e27
flash: serial
link: https://www.bunnings.com.au/arlec-smart-9-5w-806lm-cct-es-globe-with-grid-connect_p0111503
template9: '{"NAME":"Arlec CCT","GPIO":[0,0,0,0,0,416,0,0,0,449,0,0,0,0],"FLAG":0,"BASE":48}'
link2: https://www.bunnings.co.nz/arlec-grid-connect-smart-9-5w-806lm-cct-es-globe_p0119820
---

**WARNING**: Series II variants of these devices are now appearing on the shelves which include
the WB3L chip which is NOT ESP2866-based and therefore compatible with Tasmota.

You can identity these by looking at the printed label on the bulb itself, where it will clearly be
labelled as *Series II*. The original variant which is ESP2866 based, will not identify as Series I.

They will need to be flashed via serial as they will very likely have a newer firmware preventing a
tuya-convert flash.

This bulb uses PWM1 for brightness and PWM2 (inverted) for color temperature (instead of PWM1 for Cold White and PWM2 for Warm White),
so this template is based on `Module 48` aka Philips Xiaomi mode. Alternatively, you could use `SetOption92 1`.
See the [PWM CT](https://tasmota.github.io/docs/Lights/#pwm-ct) documentation for details.

The bulb has hardware Gamma Correction included, you need to configure `LedTable 0`
The bulb has hardware Gamma Correction included, you need to configure `LedTable 0`
12 changes: 11 additions & 1 deletion _templates/arlec_GLD122HA
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ mlink:
type: RGBCCT
category: bulb
standard: e27
template: '{"NAME":"Arlec RGBWW","GPIO":[0,0,0,0,37,40,0,0,38,41,39,0,0],"FLAG":0,"BASE":18}'
flash: serial
template9: '{"NAME":"Arlec RGBWW","GPIO":[0,0,0,0,416,419,0,0,417,420,418,0,0,0],"FLAG":0,"BASE":18}'
link: https://www.bunnings.com.au/arlec-smart-9-5w-806lm-rgb-cct-es-globe-with-grid-connect_p0111501
link2: https://www.bunnings.co.nz/arlec-grid-connect-smart-9-5w-806lm-rgb-cct-es-globe_p0111501
---

**WARNING**: Series II variants of these devices are now appearing on the shelves which include
the WB3L chip which is NOT ESP2866-based and therefore compatible with Tasmota.

You can identity these by looking at the printed label on the bulb itself, where it will clearly be
labelled as *Series II*. The original variant which is ESP2866 based, will not identify as Series I.

They will need to be flashed via serial as they will very likely have a newer firmware preventing a
tuya-convert flash.

0 comments on commit 4a791c5

Please sign in to comment.