Skip to content

Commit

Permalink
fix header and pow generation
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder committed Sep 26, 2021
1 parent 75eb4db commit 2ecc511
Show file tree
Hide file tree
Showing 155 changed files with 206 additions and 149 deletions.
6 changes: 4 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@

<!-- Define multiple use variables -->
{% capture pagetitle %}
{% if page.layout == "page" or page.template != nil or page.template9 != nil or page.template32 != nil or page.templatec3 != nil or page.category != "unsupported" %}{{ page.title | escape }} {% include pow.html %} {{ page.type | replace: "Miscellaneous", "" }} {% if page.category contains 'bulb'%}Bulb {% endif %}{% if page.model and page.model != nil %}{{ page.model | escape }} {% endif %}Configuration for Tasmota {% elsif page.category == "unsupported" %}{{ page.title | escape }} {{ page.type | escape }} {% if page.model and page.model != nil %}{{ page.model | escape }}{% endif %} is not supported by Tasmota!{% else %}{{ page.title | escape }}{% endif %}
{%- if page.category != nil -%}{{ page.title | escape }}{% include pow.html %} {{ page.type | replace: "Miscellaneous", "" }}{% if page.category contains 'bulb'%} Bulb{% endif %}{% if page.model != nil %} ({{ page.model | escape }}){% endif %} Configuration for Tasmota
{% elsif page.category == "unsupported" %}{{ page.title | escape }} {{ page.type | escape }} ({{ page.model | escape }}) is not supported by Tasmota!
{% else %}{{ page.title | escape }}{% endif %}
{% endcapture %}

{% capture description %}
{% if page.template != nil or page.template9 != nil or page.template32 != nil or page.templatec3 != nil or page.category != "unsupported" %}
Configure your smart {{ page.title | escape }} {% include pow.html %} {{ page.type | replace: "Miscellaneous", "" }} {% if page.category contains 'bulb'%}Bulb {% endif %}{% if page.model and page.model != nil %}{{ page.model | escape }}{% endif %} to work with Tasmota open source firmware.
Configure your smart {{ page.type | replace: "Miscellaneous", "device" | downcase | replace: "led", "LED" | replace: "diy", "" | replace: "cct", "color temperature adjustable" | replace: "rgbw", "RGB and white color" | replace: "rgb", "RGB color" | replace: "rgbcct", "RGB and color temperature adjustable"}}{% if page.category contains 'bulb'%} bulb{% endif %} to work with Tasmota open source firmware.
{% elsif page.category == "unsupported" %} Caution! {{ page.title | escape }} {{ page.type | escape }} {{ page.model | escape }} cannot be flashed with Tasmota.
{% else %} {{ site.description | escape }} {% endif %}
{% endcapture %}
Expand Down
2 changes: 2 additions & 0 deletions _includes/pow-table.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{%- if template.template9 contains '2624' or template.template9 contains '2656' or template.template9 contains '2688' or template.template9 contains '2720' or template.template9 contains '2752' or template.template9 contains '2784' or template.template9 contains '2816' or template.template9 contains '3072' or template.template9 contains '3104' or template.template9 contains '3456' or template.template9 contains '5056' -%}
Power Monitoring
{%- elsif template.template32 contains '2624' or template.template32 contains '2656' or template.template32 contains '2688' or template.template32 contains '2720' or template.template32 contains '2752' or template.template32 contains '2784' or template.template32 contains '2816' or template.template32 contains '3072' or template.template32 contains '3104' or template.template32 contains '3456' or template.template32 contains '7296' or template.template32 contains '7328' or template.template32 contains '8128' -%}
Power Monitoring
{%- elsif template.template contains '131' or template.template contains '132' or template.template contains '133' or template.template contains '134' or template.template contains '135' or template.template contains '136' or template.template contains '137' or template.template contains '145' or template.template contains '146' or template.template contains '156' or template.template contains '207' -%}
Power Monitoring
{%- endif -%}
2 changes: 1 addition & 1 deletion _includes/pow.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% if page.template32 != nil %}{% assign template32 = page.template32 | split: ':' %}{% assign gpios = template9[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}{% if gpios contains '2624' or gpios contains '2656' or gpios contains '2688' or gpios contains '2720' or gpios contains '2752' or gpios contains '2784' or gpios contains '2816' or gpios contains '3072' or gpios contains '3104' or gpios contains '3456' or gpios contains '5056' or gpios contains '7296' or gpios contains '7328' %}Power Monitoring{% else %}{% endif %}{% elsif page.template9 != nil %}{% assign template9 = page.template9 | split: ':' %}{% assign gpios = template9[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}{% if gpios contains '2624' or gpios contains '2656' or gpios contains '2688' or gpios contains '2720' or gpios contains '2752' or gpios contains '2784' or gpios contains '2816' or gpios contains '3072' or gpios contains '3104' or gpios contains '3456' or gpios contains '5056' %}Power Monitoring{% else %}{% endif %}{% else %}{% assign template = page.template | split: ':' %}{% assign gpios = template[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}{% if gpios contains '131' or gpios contains '132' or gpios contains '133' or gpios contains '134' or gpios contains '135' or gpios contains '136' or gpios contains '137' or gpios contains '145' or gpios contains '146' or gpios contains '156' or gpios contains '207' %}Power Monitoring{% else %}{% endif %}{% endif %}
{% if page.template32 != nil %}{% assign template32 = page.template32 | split: ':' %}{% assign gpios = template32[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}{% if gpios contains '2624' or gpios contains '2656' or gpios contains '2688' or gpios contains '2720' or gpios contains '2752' or gpios contains '2784' or gpios contains '2816' or gpios contains '3072' or gpios contains '3104' or gpios contains '3456' or gpios contains '7296' or gpios contains '7328' or gpios contains '8128'%} Power Monitoring {% endif %}{% elsif page.template9 != nil %}{% assign template9 = page.template9 | split: ':' %}{% assign gpios = template9[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}{% if gpios contains '2624' or gpios contains '2656' or gpios contains '2688' or gpios contains '2720' or gpios contains '2752' or gpios contains '2784' or gpios contains '2816' or gpios contains '3072' or gpios contains '3104' or gpios contains '3456' or gpios contains '5056' %} Power Monitoring {% endif %}{% else %}{% assign template = page.template | split: ':' %}{% assign gpios = template[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}{% if gpios contains '131' or gpios contains '132' or gpios contains '133' or gpios contains '134' or gpios contains '135' or gpios contains '136' or gpios contains '137' or gpios contains '145' or gpios contains '146' or gpios contains '156' or gpios contains '207' %} Power Monitoring {% endif %}{% endif %}
4 changes: 2 additions & 2 deletions _layouts/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ <h2>This device now comes with a Wi-Fi module incompatible with Tasmota</h2>
{% else %}a Tasmota incompatible
{% endif %}
module which needs to be replaced with
{% if page.chip contains 'WB3' or page.chip contains 'WR3' or page.chip contains 'WBR3' %}<a href="ESP-12">ESP-12</a> or <a href="ESP-07">ESP-07</a>
{% if page.chip contains 'WB3' or page.chip contains 'WR3' or page.chip contains 'WBR3' or page.chip contains 'CB3S'%}<a href="ESP-12">ESP-12</a> or <a href="ESP-07">ESP-07</a>
{% elsif page.chip contains 'WB2' or page.chip contains 'WR2' or page.chip contains 'WBR2' %}<a href="WT-01N">WT-01N</a></a>
{% else %}an ESP
{% else %}<a href="diy#module">an ESP</a>
{% endif %}
module. Besides the module, this process will require a heat gun, soldering tools and moderate soldering skill.
<br>
Expand Down
13 changes: 12 additions & 1 deletion _layouts/unsupported.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>{{ page.title }}
Wi-Fi Module:
</b>
<br>
{{ page.flash }}
{{ page.chip }}
<br>
</div>
</div>
Expand All @@ -66,5 +66,16 @@ <h2>{{ page.title }}
<div style="float:right; margin:10px; text-align: center;"><img style="width:50px" src="/assets/images/blakapproved.png"> <br><b> by <a href="https://blakadder.com">blakadder</a></b></div>
{% endif %}

{% if page.chip != nil %}
{% if page.chip contains 'WB3' or page.chip contains 'WR3' or page.chip contains 'WBR3' or page.chip contains 'CB3S' %}
You can replace the incompatible module with <a href="ESP-12">ESP-12</a> or <a href="ESP-07">ESP-07</a>. Besides the module, this process will require a heat gun, soldering tools and moderate soldering skill.
{% elsif page.chip contains 'WB2' or page.chip contains 'WR2' or page.chip contains 'WBR2' %}
You can replace the incompatible module with <a href="WT-01N">WT-01N</a>. Besides the module, this process will require a heat gun, soldering tools and moderate soldering skill.
{% else %}
{% endif %}
<br>
<p>
{% endif %}

{{ content | markdownify }}

15 changes: 15 additions & 0 deletions _templates/iget_security_DP23
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
date_added: 2021-09-23
title: iGET Security
model: DP23
image: /assets/images/iget_security_DP23.jpg
template9: '{"NAME":"iGET DP23","GPIO":[0,0,0,0,419,0,0,0,416,417,418,0,420,0],"FLAG":0,"BASE":18}'
link: https://www.alzashop.com/iget-security-dp23-d5721666.htm
link2:
mlink: https://iget.eu/cs/dp23-security-smart-zarovka
flash: tuya-convert
category: bulb
type: RGBW
standard: e27
---
The Gosund WB4 template worked perfectly. (Took a guess, since the ESP8266EX PCB contains two things, first a pcb name CUCO_Z1_V1.2(ESP8266) And, below a sticker with a qr code for the serial number, and a printed product number+serial number, and the text "Model: WB4" on it.) The PCBs aren't really accessible, the main cable prevents you from fully taking them out. The box and product itself don't contain branding, and the box has a different product name on it. The top of the box has "Wireless Smart LED Bulb", the bottom has DSB01A as the model.
14 changes: 14 additions & 0 deletions _templates/smartvu_SHWSP1
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
date_added: 2021-09-26
title: SmartVU Home
model: SHWSP1
image: /assets/images/smartvu_SHWSP1.jpg
template9: '{"NAME":"SHWSP1","GPIO":[0,0,0,17,134,132,0,0,131,56,21,0,0],"FLAG":0,"BASE":52}'
link: https://www.pbtech.co.nz/product/SURSVU1001/SmartVU-Home-Smart-Wi-Fi-Plug-with-Power-Usage-Mon
link2:
mlink: https://www.smartvuhome.co.nz/SHWSP1
flash: serial
category: plug
type: Plug
standard: au
---
2 changes: 1 addition & 1 deletion _templates/sonoff_DUALR3
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ standard: global

Starting September 2021, Sonoff started to distribute a new version with a different energy monitoring chip (BL0930 instead of CSE7761). There is no functional difference between v1.x and v2. Depending on shop's stock you may have one or the other.

You can identify the v2 from the v1.x by the markings on the PCB and on the energy measurement chip. See photos of the Sonoff Dual R3 v2 in its [device page](sonoff_DUALR3_v2). All photos belows are from Sonoff Dual R3 v1.6.
You can identify the v2 from the v1.x by the markings on the PCB and on the energy measurement chip. See photos of the Sonoff Dual R3 v2 in its [device page](sonoff_DUALR3_v2). All photos below are from Sonoff Dual R3 v1.6.

## Opening the Case

Expand Down
2 changes: 1 addition & 1 deletion _unsupported/20A-super.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image: /assets/images/20A-super.jpg
link: https://www.aliexpress.com/item/4000200361841.html
link2:
mlink:
flash: AltoBeam
chip: AltoBeam
---

![](/assets/images/20A-super-eu.jpg)
Expand Down
2 changes: 1 addition & 1 deletion _unsupported/AWP08L-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.aliexpress.com/item/4000063915303.html
image: https://user-images.githubusercontent.com/35885181/71118796-03c0cf00-2196-11ea-817d-7039b8bbe868.jpg
link2:
mlink:
flash: Non-ESP8266
chip: Non-ESP8266
---
Similar as AWP08L but from AliExpress (shop smartgorilla dropshipping Store). Failed as not using ESP chip. May be newer version.
2 changes: 1 addition & 1 deletion _unsupported/CT60W.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ link3: https://www.aliexpress.com/item/1005001784362921.html
image: /assets/images/CT60W.jpg
link2:
link3:
flash: Unknown
chip: Unknown
---
2 changes: 1 addition & 1 deletion _unsupported/H4-E.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image: https://ae01.alicdn.com/kf/H1e2acfcc7ca8416584908f99857eb8a4m.jpg
link: https://www.aliexpress.com/item/4000126675875.html
link2:
mlink:
flash: SM02A
chip: SM02A
type: Bulb
category: unsupported
---
Expand Down
2 changes: 1 addition & 1 deletion _unsupported/HS103.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.amazon.com/TP-LINK-HS103P2-Required-Google-Assistant/dp/B07B8W
image: https://images-na.ssl-images-amazon.com/images/I/51kBJRpS1zL._SL1000_.jpg
link2:
mlink: https://www.kasasmart.com/us/products/smart-plugs/kasa-smart-wifi-plug-lite-hs103p2
flash: Mediatek MT7682S
chip: Mediatek MT7682S
---
Uses a MEDIATEK ARM MT7682S CPU.
2 changes: 1 addition & 1 deletion _unsupported/JX09.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ link: https://www.amazon.in/gp/product/B07ZFPR7L5
image: https://images-na.ssl-images-amazon.com/images/I/513glLj575L._SL1500_.jpg
link2:
link3:
flash: N/A
chip: N/A
---
2 changes: 1 addition & 1 deletion _unsupported/LSPA3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ link: https://www.aliexpress.com/item/1005002405714049.html
image: /assets/images/LSPA3.jpg
link2:
link3:
flash: WB2S
chip: WB2S
---

Aditional Pictures can be found on this link: https://imgur.com/a/G0RWrFw
2 changes: 1 addition & 1 deletion _unsupported/LSPA6.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ link: https://www.aliexpress.com/af/Remote-Timing-Socket-UK%252FUS-Plug-WiFi-Net
image: https://user-images.githubusercontent.com/5904370/72206675-08c12780-3491-11ea-85a8-88157d8d8f68.png
link2:
mlink: https://www.alibaba.com/product-detail/TUYA-OEM-smart-socket-wifi-smart_62248101998.html
flash: Winner
chip: Winner
---
28:6D:CD Beijing Winner Microelectronics Co.,Ltd. chip inside

Expand Down
2 changes: 1 addition & 1 deletion _unsupported/MC6-HW.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ category: unsupported
type: Thermostat
link: https://www.aliexpress.com/item/1005001805886199.html
image: /assets/images/MC6-HW.jpg
flash: HF-MC300
chip: HF-MC300
---
2 changes: 1 addition & 1 deletion _unsupported/ME-80.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ type: Thermostat
mlink: https://www.alibaba.com/product-detail/ME80-Color-Touch-screen-WIFI-thermostat_60745072426.html
link: https://www.aliexpress.com/item/1005003186039103.html
image: /assets/images/ME-80.jpg
flash: WBR3
chip: WBR3
---
2 changes: 1 addition & 1 deletion _unsupported/MIR-TE200.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ link: https://www.aliexpress.com/item/1005001756371715.html
image: /assets/images/MIR-TE200.jpg
link2:
link3:
flash: XR809
chip: XR809
---
Tuya XR3 Module

Expand Down
2 changes: 1 addition & 1 deletion _unsupported/SOP08-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ link: https://www.amazon.com/gp/product/B08H1JLBF9
image: https://images-na.ssl-images-amazon.com/images/I/619YyAMVUEL._AC_SL1500_.jpg
link2:
link3:
flash: WB3S
chip: WB3S
---
2 changes: 1 addition & 1 deletion _unsupported/SWP86-01OG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ link: https://www.aliexpress.com/item/4000249545653.html
image: https://user-images.githubusercontent.com/5904370/73181486-977fa680-4117-11ea-920f-3e38ac0dd012.png
link2:
mlink:
flash: W600
chip: W600
category: unsupported
type: Wall Outlet
---
Expand Down
2 changes: 1 addition & 1 deletion _unsupported/TP22.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.ebay.de/itm/Mini-Wifi-Steckdose-Smart-10A-Intelligente-TP22-EU
image: /assets/images/TP22.jpg
link2:
mlink:
flash: W600
chip: W600
---
No ESP82XX inside, instead they use a W600-A800: https://w600.chip.haus/
2 changes: 1 addition & 1 deletion _unsupported/TY-IR.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ link: https://www.banggood.com/Tuya-WiFi-Smart-APP-RGBW-LED-Strip-Controller-IR-
image: /assets/images/TY-IR.jpg
link2:
link3:
flash: TW-03
chip: TW-03
---

This Wi-Fi module is pin compatible with ESP-12 modules and a [drop-in replacement](https://blakadder.com/frankenstein-saturday-3/) is possible.
13 changes: 13 additions & 0 deletions _unsupported/WB5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
date_added: 2021-09-27
title: Tuya 5 in 1
model: WB5
category: unsupported
type: LED Controller
chip: CB3S
mlink:
image: /assets/images/WB5.jpg
link: https://www.aliexpress.com/item/1005003066465986.html
link2:
---
![PCB](/assets/images/WB5_pcb.jpg)
2 changes: 1 addition & 1 deletion _unsupported/WL_SW01_16.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ link: https://eiferer.co.za/products/wifi-smart-switch-relay-16a?_pos=1&_sid=0b1
image: https://cdn.shopify.com/s/files/1/0022/3418/7820/products/Valve_7d0080c6-cefb-47f5-961c-dfa20678d038_1800x1800.png?v=1579447962
link2:
link3:
flash: WR2E
chip: WR2E
---
This device can be flashed with tasmota.
Ensure that GPI00 is set to ground while powering up the unit (then GPIO0 can be unplugged). VCC (3,3V) and ground can be plugged either on the board or on the controller.
Expand Down
2 changes: 1 addition & 1 deletion _unsupported/XY001.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ model: LS10X-G-RGBWIR V1.3
image: /assets/images/XY001.jpg
link: https://www.aliexpress.com/item/1005001389125311.html
mlink:
flash: RTL8710BN
chip: RTL8710BN
category: light
type: LED Controller
standard: global
Expand Down
2 changes: 1 addition & 1 deletion _unsupported/ZN269098.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ link: https://www.aliexpress.com/item/1005001612425461.html
image: /assets/images/ZN269098.jpg
link2:
link3:
flash: WB2S
chip: WB2S
---
Seems that TYWE2S is a compatible drop-in replacement chip (need soldering)
2 changes: 1 addition & 1 deletion _unsupported/acasa_16A.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.amazon.in/Google-Compatible-Protector-Energy-Monitor/dp/B07ZFW
image: https://images-na.ssl-images-amazon.com/images/I/51bdtREtWCL._SL1500_.jpg
link2:
link3:
flash: rtl8710bx
chip: rtl8710bx
---
This cannot be flashed
2 changes: 1 addition & 1 deletion _unsupported/anoopsyche_AWP08L.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.amazon.de/gp/product/B07PMQKH2X/
image: https://images-na.ssl-images-amazon.com/images/I/61WY7viI5eL._AC_SL1500_.jpg
link2:
mlink:
flash: Non-ESP8266
chip: Non-ESP8266
---
it appears this device does not use an ESP82xx and therefore cannot install
2 changes: 1 addition & 1 deletion _unsupported/anoopsyche_LSPA7.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.amazon.co.uk/gp/product/B07PH28N1D
image: https://images-na.ssl-images-amazon.com/images/I/51HgdUvAMNL._SL1001_.jpg
link2:
link3:
flash: WinnerMicro
chip: WinnerMicro
---
The item was bought as a ANOOPSYCHE WiFi Smart Plug and the items delivered from the link on Amazon had worked before. This time a different item was delivered. Also seen on Ebay. When attempting to flash with Tasmota, flash fails. Item identifies itself as being a Winner Micro device.
2 changes: 1 addition & 1 deletion _unsupported/aoycocr_E14.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ link: https://www.amazon.it/gp/product/B08K3D2FMM
image: /assets/images/aoycocr_E14.jpg
link2:
link3:
flash: Realtek
chip: Realtek
---
2 changes: 1 addition & 1 deletion _unsupported/arlec_LVE800HA.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ link: https://www.bunnings.com.au/arlec-smart-800-led-bud-lights-with-grid-conne
image: /assets/images/arlec_LVE800HA.jpg
link2:
link3:
flash: WB3L
chip: WB3L
---
Appears to be this module: https://developer.tuya.com/en/docs/iot/device-development/module/wifibt-dual-mode-module/wb3l-module-datasheet?id=K9duiggw2v8sp

Expand Down
2 changes: 1 addition & 1 deletion _unsupported/attune_SL_10A.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.flipkart.com/attune-sl-10a-universal-smart-plug-gadgets-other-
image: https://images-na.ssl-images-amazon.com/images/I/31Ub%2BpXAJiL.jpg
link2: https://www.amazon.in/ATTUNE-SL-Smart-Works-Amazon/dp/B07SJHWMDX/
link3:
flash: nonESP
chip: nonESP
---
Smartlife compatibilty plug, Tuya-convert fails, logs mentions non-ESP8XXX chips
2 changes: 1 addition & 1 deletion _unsupported/avatto_6gang.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://www.aliexpress.com/item/4001269138118.html
image: /assets/images/avatto_6gang.jpg
link2:
link3:
flash: AltoBeam 6431 CA22-61
chip: AltoBeam 6431 CA22-61
---
Board says 'KingArt SmartSwitch V2020'
2 changes: 1 addition & 1 deletion _unsupported/avatto_K109.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ model: K109
image: /assets/images/avatto_K109.jpg
link: https://www.aliexpress.com/item/1005001399289133.html
mlink:
flash: WR3E
chip: WR3E
category: cover
type: Switch
standard: unsupported
Expand Down
2 changes: 1 addition & 1 deletion _unsupported/avatto_S06pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ link: https://aliexpress.com/item/33018851576.html
image: /assets/images/avatto_S06pro.jpg
link2:
link3:
flash: WR3E
chip: WR3E
---
WIFI IR Remote with temperature and humidity
2 changes: 1 addition & 1 deletion _unsupported/avatto_WB01.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ link: https://www.aliexpress.com/item/1005001296786956.html
image: /assets/images/avatto_WB01.jpg
link2:
link3:
flash: unknown
chip: unknown
---
2 changes: 1 addition & 1 deletion _unsupported/bingoelec-W1-101.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ link: https://www.aliexpress.com/item/32975572212.html
image: /assets/images/bingoelec-W1-101.jpg
link2:
mlink: http://www.bingoelec.com/product/showproduct.php?lang=en&id=282
flash: WR4
chip: WR4
---
The Switch is based on a WR4 module which is not using a ESP8266. The WR4 module may can be exchanged with an ESP12 module or similar, since it is on a riser board, but that would be some effort. It seems that the connections are Tywe2s retrofit.

Expand Down
2 changes: 1 addition & 1 deletion _unsupported/bseed-switch-plug.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ link: https://www.amazon.de/BSEED-EU-Steckdose-unterst%C3%BCtzen-funktionieren-W
image: /assets/images/bseed-switch-plug.jpg
link2:
mlink:
flash: WR4
chip: WR4
---
The Plugs may be convertable, though Tuya-Convert failed, they are based on a Tywe2s layout, the cases can be opened without damage, but difficult with 2 Hands.

Expand Down
2 changes: 1 addition & 1 deletion _unsupported/calex_429004.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ link: https://www.carrefour.fr
image: https://user-images.githubusercontent.com/5904370/72111350-d00f3a00-333a-11ea-999e-f1a598744900.png
link2:
link3:
flash: WB3L
chip: WB3L
---

barcode: 8712879144816
Expand Down
Loading

0 comments on commit 2ecc511

Please sign in to comment.