In previous article I wrote how to subscribe to MQTT topics and display also timestamp with color. There was one MQTT topic which represented server […] Read More
Tag: MQTT
The easiest way to subscribe to all messages on MQTT server like Mosquitto is following command: The only problem is that result is just plain […] Read More
Thanks to PlatformIO it is very easy to add further functionality from libraries to the code for ESP8266. When you need to install library, just […] Read More
After successful implementation of MQTT into Lamp Relay with ESP8266 there was one remaining challenge. Communication of Android Lamp App with ESP8266 via MQTT. It […] Read More
It took me some time to implement all features to ESP8266 controlling relay of my lamp. Thanks to examples from PlatformIO I was able to […] Read More