chrismelba / lightclockwifiv2

Code to run a neopixel strip into a pretty clock
61 stars 26 forks source link

http control #9

Open trdb33 opened 5 years ago

trdb33 commented 5 years ago

Hey i'm using thelightclock for more than a year an I'm than satisfied, however I have a question is it possible to control the clock by some Http request ? like turnon turnoff brightness ect The idea is to be able to control the clock from Home assistant or another platform

Thanks ;)

chrismelba commented 5 years ago

It just uses HTTP GET requests, so shouldn't be too hard to implement with something like IFTTT. You will have to expose the port to external traffic, and there's no password protection on firmware update, so a bit of a security hole.