A blend of ESP8266 MQTT and Node-Red
- Arduino IDE compatible
- User friendly API
- For more information visit ESPMETRED AN ARDUINO IDE COMPATIBLE LIBRARY TO COMMUNICATE ESP8266 AND NODE-RED VIA MQTT
This library can be used to control ESP8266 nodes from Node-Red. Just burn Examples/ESPMetRED/ESPMetRED.ino to your ESP8266 using Arduino IDE and you are ready to go.
Features:
- Back and forth communication between ESP8266 and Node-Red using MQTT protocol
- Auto connect to WiFi or MQTT server in case of failure
- Support Static IP address configurations
- Deep sleep support (no connection problem on waking up, connects within 2 seconds)
- Sudo Timer for Timely operations, update Sunrise or Sunset data and preserve it in flash memory
- Save variables in Flash memory
- Retrieve variables from Flash memory
- Preserve and restore GPIO state i.e. HIGH or LOW
- Over the Air (OTA) update
- More are comming soon!!