Recently I faced with some giant problem. I have esp8266 board which controll my light outside. It know date, time and my coordinates so it can calculate by it self when it will be sunrise and sunset. Out of this information it turn on and turn off outside light when it needs, for example turn relay on 15 minutes after sunrise and turn relay off in 00:00. It is really useful for winter time when I place all the led and stuff but this year I bought led strip with magichome led controller which can connect to the internet and I set it up on my fence. But ther was one problem, I can not controll it by using esp8266 like I use it before, I can not change modes, light color, even brightness. So I started looking for some kind of API to send some requests direct to led controller. I was surprised when I find out that no one created something like this for arduino like board. Mostly people flash original controller but I would like to save it in original state.
So I would like to introduce you my library for working with magichome led controller api through arduino like boards which support wifi (tested on wemos mini and esp8266)
Comments
Please log in or sign up to comment.