[RELEASE] Tasmota for HE - Auto-detecting Tasmota drivers + Tasmota firmware 7.x/8.x for HE (for use with Tuya, Sonoff and other ESP devices)

If anybody needs it, I added HttpHook support to the Tasmota 10.0 firmware. For this release I also made Tasmota32 versions for devices with ESP32 chips. The ESP32's Bluetooth and Berry scripting seem like pretty exciting features for the future. Be aware: If you are on an old version of Marcus's Tasmota firmware, you might lose your settings after updating.

If you use this release, auto detection in Marcus' driver wont work anymore. You'll have to manually add your device using the ip address. The reason for this is I removed Marcus' ESP8266SSDP code. The SSDP library hasn't been included by default in tasmota for awhile. And I would have had to do separate libraries for the ESP32 chips. It was a pain.

Also for people having trouble with Marcus' driver, or just want something simpler. You might be interested in my own small Hubitat Tasmota drivers that work using HttpHook. You can find them here: There are things like Generic Switch, Bulbs, Power Monitoring Outlet, etc.

 

I have a Tasmota Button Controller - generic switch driver that will let you use the multi-press events. Just go to the driver settings and set the number of buttons you have. And chose "Decouple Relays".

 

Here is a Tasmota driver for the Topgreener Scene Controller. It's a little weird, with a secondary controller. So in order for it to work you have to set up a couple of rules. To do that run these four commands in the Tasmota console:

Rule1 on TuyaReceived#Data=55AA00070005650400010075 do var1 1 endon on TuyaReceived#Data=55AA00070005660400010076 do var1 2 endon on TuyaReceived#Data=55AA00070005670400010077 do var1 3 endon on TuyaReceived#Data=55AA00070005680400010078 do var1 4 endon on TuyaReceived#Data=55AA00070005690400010079 do var1 5 endon on TuyaReceived#Data=55AA000700056A040001007A do var1 6 endon on TuyaReceived#Data=55AA000700056B040001007B do var1 7 endon on TuyaReceived#Data=55AA000700056C040001007C do var1 8 endon

Rule2 on TuyaReceived#Data=55AA000700056D040001007D do var1 9 endon on TuyaReceived#Data=55AA000700056E040001007E do var1 10 endon on TuyaReceived#Data=55AA000700056F040001007F do var1 11 endon on TuyaReceived#Data=55AA00070005700400010080 do var1 12 endon on TuyaReceived#Data=55AA00070005710400010081 do var1 13 endon on TuyaReceived#Data=55AA00070005720400010082 do var1 14 endon

rule1 1

rule2 1
3 Likes