Updated MagicHome with ESP8285 (markdown)

Michael Ingraham 2019-07-22 09:11:25 -04:00
parent 99c53402f3
commit af8c20f961
1 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
Yet another MagicHome RGB controller. I specifically had this one: https://www.aliexpress.com/item/DC5-24V-Wireless-WIFI-LED-RGB-Controller-RGBW-Controller-IR-RF-Remote-Control-IOS-Android-for/32827253255.html
Yet another MagicHome RGB controller. I specifically had [this one](https://www.aliexpress.com/item/DC5-24V-Wireless-WIFI-LED-RGB-Controller-RGBW-Controller-IR-RF-Remote-Control-IOS-Android-for/32827253255.html).
Aside from it going 9-28v, there are no other external model numbers etc, however opening it up revealed a very different configuration inside, using an ESP8285 chip directly on the board.
@ -137,4 +137,4 @@ mosquitto_pub -t 'cmnd/RGBled/rule2' -m 'ON'
mosquitto_pub -t 'cmnd/RGBled/rule3' -m 'ON'
```
The hex codes for the "Data" value come from the data tag when looking at the JSON sent via MQTT. You can also view this data on the Tasmota console screen. From here you can program it to do whatever you want. See here for more details: https://github.com/arendst/Sonoff-Tasmota/wiki/Rules
The hex codes for the "Data" value come from the data tag when looking at the JSON sent via MQTT. You can also view this data on the Tasmota console screen. From here you can program it to do whatever you want using [Rules](https://github.com/arendst/Sonoff-Tasmota/wiki/Rules).