Releases: couin3/RFLink
v2.0 - Integrated Webserver
Includes a configuration / status webserver.
Thanks Schmurtzn for Autoconnect code part.
v3.0 Beta1 - Working TX
Includes latest changes.
Should be latest v3.0 Beta prior merge with v2.0
v2.0 Beta1 - Integrated Webserver
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
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
Includes a configuration / status webserver.
Thanks Schmurtzn for Autoconnect code part.
v1.2 Latest version before v2.0
Includes all minor bug correction
May be used as a comparison point
v1.1 New Plugin 029
- 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
This is the first standard release :
- Plugins R29 compatible (receive only)
- Uses R48 formatting
- Serial and MQTT output
v0.9 : v1.0 preparation
Intended for extended testings prior to v1.0
New plugin 047 - Auriol v4
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.