Version 2.2 :
Cosmetic & functional changes (but the basics of RFlink-ESP are still the same)
- added : Wifi Manager (thx to Autoconnect)
- added : advanced settings Tab (via Autoconnect library example) : allow to configure MQTT with authentication and many other handful things like NTP...
- added : home page that allow to see the last RF events received or sent
- added : New way to send RFlink commands from MQTT : RFlink/send payload : {"TRANSMIT":"10;EV1527;005DF;2;ON;"}
- added : New Template for MQTT to RF message (the payload is in JSON format and the "CMD" is included in payload)
- added : Compatibility with Sonoff RF Bridge with direct Hack (in arduino IDE -> choose "ESP8285", 160Mhz, flash size 1MB + FS 64KB )
Due too low memory of the Sonoff RF Bridge, please use "BasicOTA.ino" Sketch and then make an OTA from IDE. - added : A pre-compiled version for Sonoff RF Bridge with direct Hack (use it at your own risk).
- Correction : some modifications for sending KAKU protocol in "RFL_Protocol_KAKU.h" (to make it works with DIO plugs)