Skip to content

Releases: couin3/RFLink

v2.0 - Integrated Webserver

27 Apr 15:28
Compare
Choose a tag to compare

Includes a configuration / status webserver.

Thanks Schmurtzn for Autoconnect code part.

v3.0 Beta1 - Working TX

26 Apr 22:50
Compare
Choose a tag to compare
Pre-release

Includes latest changes.
Should be latest v3.0 Beta prior merge with v2.0

v2.0 Beta1 - Integrated Webserver

26 Apr 22:46
f93d7b7
Compare
Choose a tag to compare
Pre-release

Includes latest changes.
Should be latest v2.0 Beta prior merge with main branch!

Thanks Schmurtzn for Autoconnect code part.

v3.0 Beta - Working TX

24 Apr 22:40
Compare
Choose a tag to compare
Pre-release

Beware : massive change in Pinout (still Beta!)

Can send DIO/Newkaku (Plugin004) TX command, via copy/paste on serial or /cmd MQTT channel

  • using standard syntax ; 10;NewKaku;13e21da;3;OFF;
  • using more detailled syntax : 10;NewKaku;ID=013e21da;SWITCH=1;CMD=ALLON;

Can handle basic 10;xxx commands, via copy/paste on serial or /cmd MQTT channel

  • 10;PING;
  • 10;VERSION;
  • 10;REBOOT;
  • 10;RFDEBUG=ON;
  • 10;RFUDEBUG=ON;
  • 10;QRFDEBUG=ON;
  • 10;QRFUDEBUG=ON;
  • 10;RFDEBUG=OFF;
  • 10;RFUDEBUG=OFF;
  • 10;QRFDEBUG=OFF;
  • 10;QRFUDEBUG=OFF;

v2.0 Beta - Integrated Webserver

22 Apr 19:35
Compare
Choose a tag to compare
Pre-release

Includes a configuration / status webserver.

Thanks Schmurtzn for Autoconnect code part.

v1.2 Latest version before v2.0

27 Apr 14:28
Compare
Choose a tag to compare

Includes all minor bug correction
May be used as a comparison point

v1.1 New Plugin 029

19 Apr 11:08
Compare
Choose a tag to compare
  • Added Plugin 029 Alecto v2 / DKW2012 (Thanks Benz)
  • Changed datatype in 6_Credentials.h for future improvments (Please update yours!)
  • Raised #define MIN_PULSE_LENGTH_US to 100 to be more radio noise immune
  • Minor bug correction/stability changes

Base Release

14 Apr 20:50
Compare
Choose a tag to compare

This is the first standard release :

  • Plugins R29 compatible (receive only)
  • Uses R48 formatting
  • Serial and MQTT output

v0.9 : v1.0 preparation

11 Apr 20:55
Compare
Choose a tag to compare
Pre-release

Intended for extended testings prior to v1.0

New plugin 047 - Auriol v4

10 Apr 15:31
Compare
Choose a tag to compare
Pre-release

This plugin does not exist in original RFLink R29 (nor R48!).

Thanks to Axellum for all the sensor tests!
CRC calculation comes from https://github.com/merbanan/rtl_433, thanks to them as well.