Successfully flashed several Jinvoo Wall Light, Curtain switches
See original GitHub issueTested on several wall switches (1-3 Gang) as well as curtain switches (~same as 3-Gang wall switch):
- https://www.amazon.de/Jinvoo-Lichtschalter-Fernbedienung-Sprachsteuerung-Timing-Funktion
- https://www.amazon.de/Jinvoo-Controller-Compatibile-Neutralleiter-Unterstützung/
- https://www.alibaba.com/product-detail/Jinvoo-Wireless-Remote-Controlled-Works-with_60717264270.html
Sonoff Tasmota Templates:
- 1-3 Gang Wall Switches:
{"NAME":"Jinvoo T1","GPIO":[52,0,0,0,0,0,0,0,17,21,0,0,0],"FLAG":1,"BASE":18} {"NAME":"Jinvoo T2","GPIO":[52,0,0,18,22,0,0,0,17,21,0,0,0],"FLAG":1,"BASE":18} {"NAME":"Jinvoo T3","GPIO":[52,0,0,18,22,19,0,0,17,21,0,23,0],"FLAG":1,"BASE":18}
- Curtain Switch:
{"NAME":"Jinvoo Curtain","GPIO":[52,0,0,18,22,19,0,0,17,21,0,23,0],"FLAG":1,"BASE":18}
For the Curtain Switch, the following options need to be used:
SetOption1 1 # restrict button-multipress to single, double and hold actions
SetOption14 1 # exclusive buttons (important!)
LedPower 0 # disable use of LED as much as possible (optional)
SetOption31 1 # diable wifi led (optional)
PulseTime1 130 # set relay 1 activation to 30 seconds (+100 for 1sec interval)
PulseTime2 1 # deactivate button 2 immediately after activation (disables relays)
Pulsetime3 130 # set relay 3 activation 30 seconds (+100 for 1sec interval)
PowerRetain 0 # Don't retain states
SaveOption 1 # enable autosave
Issue Analytics
- State:
- Created 4 years ago
- Comments:22
Top Results From Across the Web
Smart Wi-Fi + RF Curtain Switch - Banggood
This new designed glass panel wireless touch smart curtain switch is designed with many new updates.The WiFi+RF.
Read more >Smart Wifi Light Wall Switch 1/2/3 Gang EU Touch Phone ...
Wifi Smart Light Switch 1/2/3 Gang Compatible with Alexa and Google Home, EU Smart Touch Switch, Smart Phone Remote Control Tempered Glass, Timing...
Read more >The absolute horror of WiFi light switches - Terence Eden's Blog
When the light switch wasn't connected to the WiFi, the app assumes that it is on a different network to the switch and...
Read more >mac4 Safety light curtain - SICK Germany
After switching on, syn‐ chronization begins indicated by the flashing COM LED. After synchronization is com‐ pleted successfully and signal strength is ...
Read more >Tuya smart life api - N.20 Sala e Tabacchi
Such devices as Wi-Fi plugs/sockets, switches, light-bulbs etc that do not require a hub that ... smart_life for Smart Life, jinvoo_smart for Jinvoo...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello guys. I was trying to figure out why SetOption14 1 didn’t work (console error on Tasmota 8.1.0).
I found that it has been replaced by “Interlock” features: https://tasmota.github.io/docs/#/Commands?id=interlock
Hope this can help!
Got it working with the following template
{"NAME":"Jinvoo Curtain","GPIO":[288,0,0,34,226,33,0,0,32,224,0,225,0,4704],"FLAG":0,"BASE":18}
source: https://gitee.com/mirrors/Tasmota/blob/master/TEMPLATES.mdButtons work now as expected, blue led only lights up every time for a second