From af8c20f961372aab3296f9bc7a9b8089666c11b8 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Mon, 22 Jul 2019 09:11:25 -0400 Subject: [PATCH] Updated MagicHome with ESP8285 (markdown) --- MagicHome-with-ESP8285.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagicHome-with-ESP8285.md b/MagicHome-with-ESP8285.md index c459071f..8f07429c 100644 --- a/MagicHome-with-ESP8285.md +++ b/MagicHome-with-ESP8285.md @@ -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).