Show HN: LED Website Indicator – an LED lights up when someone visits your site
People seemed to like the idea when I wrote about it on my blog, so I have made this into a free service. Using ESP8266, my own hosted MQTT broker and WordPress plugin. If you want to try it out, I have the instructions over at https://ledindicator.devsoft.co.za - see the "learn" page.
All you need is a spare ESP8266 module and a WordPress site. I'm concentrating on WordPress for now, but it should be relatively simple to send MQTT messages from other types of websites.
If there is enough interest I plan to do this as a pre-programmed product, with an RGB LED and support for multiple websites. I know you can set this up yourself with Node-Red or Adafruit but I'm going for a very focused product which does one thing well, and is super simple to set up.
3 comments
[ 2.7 ms ] story [ 15.8 ms ] threadIt would be cool to see a video and get the github repo for it
The rest is a flask site I made to register people on the mosquitto mqtt service that I set up on my server - that will eventually be open sourced as well though - I'm concentrating on getting people to test it first.
If you are just doing it for yourself there are a ton of free services, like Adafruit for example. The mosquitto setup was a bit of a mission!