Skip to content

Releases: couin3/RFLink

v5.2 ESP32 WiFi Reconnect Work Around and more

02 Jan 13:46
c79ef8b
Compare
Choose a tag to compare
  • ESP32 WiFi Reconnect Work Around and more, ESP32 should now be steady
  • New Plugin 037 : Support for AcuRite 986 Refrigrerator / Freezer Temperature sensors (Thanks to NorthernMan54)
  • OTA support to be tested, commented out in main branch (Thanks to NorthernMan54)

v5.1 Added SSL option

16 Oct 08:56
Compare
Choose a tag to compare
  • Added SSL option (see #define MQTT_SSL & CHECK_CACERT in RFLink.h)
  • Removed some bugs causing reboot on ESP8266

v5.0 Removed Web interface

21 Sep 14:10
Compare
Choose a tag to compare

Removed all Auto-connect parts

  • Reason : it's simply too much time consuming too maintain for me.
  • Help accepted : Feel free to make a fork with the UI that suits you (you may start from previous v4.4)
  • Updates : I will do my best to make the core part easy to to get up to date.

v4.4 New Plugin 083 and network improvements

12 Sep 22:01
Compare
Choose a tag to compare
  • New plugin 083, Brel Motor
  • Minor change in plugin 035, Imagintronix
  • Added some RFM69 tweaks
  • Added DHCP option with USE_DHCP define
  • Added MQTT last will with MQTT_LWT define

Thanks basty149 & IDkonnecT

v4.3 - New plugins

20 Jun 13:27
Compare
Choose a tag to compare

New plugins :

  • Plugin 036 : F007_TH
  • Plugin 064 : Atlantic PIR/Alarm
  • Plugin 011 : HomeConfort / TEL-010

And many minor changes

v4.2 - Working ESP32 OLED screen

07 May 12:05
Compare
Choose a tag to compare

v4.1 - Working ESP32 Webserver

06 May 20:51
Compare
Choose a tag to compare

And various changes in SPIFFS, ArduinoJSON and MQTT for having a working ESP32 platform

v4.0 Working TX & Webserver

01 May 21:18
Compare
Choose a tag to compare

Webserver now includes :

  • Extended settings with Radio RX/TX pins
  • TX capabilities with a Send area

Thanks Schmurtzn for Autoconnect code part.
Thanks Axellum for Web code enhancements.

v4.0 Beta1 - Working TX & Webserver

30 Apr 13:00
Compare
Choose a tag to compare
Pre-release

Includes latest changes.
Should be latest v4.0 Beta prior merge with master branch.

Thanks Schmurtzn for Autoconnect code part.
Thanks Axellum for Web code enhancements.

v4.0 Beta - Working TX & Webserver

27 Apr 18:12
Compare
Choose a tag to compare
Pre-release

This is a fusion between v2.0 and v3.0 branches !

Thanks Schmurtzn for Autoconnect code part