Skip to content

Releases: RFD-FHEM/RFFHEM

Version 3.3.4

26 Feb 20:02
74ecf4a
Compare
Choose a tag to compare

workaround: Load Protocol Hash via svn.fhem.de if it is not present in the filesystem

Version 3.3.3

21 Feb 20:23
Compare
Choose a tag to compare

00_SIGNALduino: feature: getAvailableFirmware returns only version for
which a file could be found.
change: Attribute hardware does not longer support nano.
select nano328 instead
feature: new webmenu "Display protocollist"
feature: Serval new protocols added
feature: New Oregon V3 sensors suppored.
feature: Firmware for avr boards can be downloaded and flashed
on demand from gitghub releases
feature: supports dupTimeout on same iodev
14_SD_UT.pm: bugfix: Create bug model RH787T & CAME_TOP_432EV
feature: added new model Manax (ONLY RECEIVE!)
feature: added new model Atlantic Security
feature: added new model SF01_01319004_Typ2 for BOSCH
feature: added new model LED_XM21_0 for XM21-0
feature: added new model Krinner_Lumix
feature: added new model TEDSEN_SKX1MD
feature: added devices QUIGG GT-7000
feature: added new Westinghouse model (remote with five buttons)
14_SD_RSL.pm: feature: Updated implementation for "all" button on device
14_SD_WS.pm: feature: Protocol 33 added temperature/humidity sensor TX-EZ6
for weatherstation TZS First Austria
14_SD_BELL.pm: feature: added new model Pollin_551227
feature new model KANGTAI Doorbell (Pollin 94-550405)
14_SD_WS.pm: bugfix: protocol for weatherstation Auriol IAN 283582
feature: new protocol for weatherstation TFA 35.1140.01
feature: plausibility check temperature and humidity values
reading battery removed
feature: added new sensor Auriol (IAN 283582)
bugfix: autocreate plot
14_SD_WS07: feature: Support batteryState reading
bugfix for weather trend 2759001)

Version 3.3.2

18 Nov 20:23
Compare
Choose a tag to compare

support of blacklisting of protocols via new attribute
serval new protocols are added
many stacktraces and race conditions are fixed
firmware can now be also updated via http source
commands (sending) are now placed in a queue, so switching multiple
sockets for example is now possible withoud manual added delay
many more fixes
support for cc1101 based uC like radino or nanocul added

Release 3.3.0

01 Oct 22:28
Compare
Choose a tag to compare

SIGNALduino is now nonblocking
improved init and keepalive
some fixes providing more messages instad of fewer.
fixed some manchester realted things
added protocol 43 Somfy RTS
increased number of pattern from 6 to 8 to support dooya shutter protocol better
Rised the allowd numbers in protocol check
fixed a possible bug, that append a 0 nibble in mc message
added a new information field in mc messages, providing exact number of
provided bits
fixed incomplete mc output (last nibble was not delivered)
decoding mc signals > message buffer is now possible
max 340 bits are currently suppored
small improvement in processMessage (if MS decoding fails,
mc or mu decoding is called)
corrected readings for firmware version.
new sendMsg Function
14_SD_WS09.pm WH1080 CRC-Berechung angepaßt--> automatische Modelauswahl

Release 3.2.0

22 Feb 21:31
Compare
Choose a tag to compare

FHEM Modules:

Support start and end marker for MU and MS protocols, this better decoding of some protocols.

OSV3 Sensors are supported, please report.

Change message length check: check length after demdoulation, to archive better protocol detection.

Works with Signalduino uC Code >3.2.0

Supports serval protocols and 433 Mhz devices,but works also for some 866 Mhz Devices

Detection is done on the Arduino, decoding is done within the FHEM Module, this allows easy integration of new protocols whithout touching the firmware.

Uses own FHEM Module for IO Device, so can coexists in paralell with a fhemduino or a CUL.

Installation is done over update command from FHEM. Flashing of the Arduino is done via FHEM. Compiled Firmware version exists for Arduino Nano, Uno and ProMini Default is for arduino Nano.

Includes a helper module for unknown messages

Supports a whitelist attribute to reduce the operations to specified protocols, which is much more improved. Shoud be even faster as in Version 3.1

Supports the attribute longids, so for example weather sensors can be defined with or without the random code.

Firmware Enhancements:

Improved Manchester decoder

Added a Manchester encoder

Improved send raw encoder

Added option to enable or disable Message Types MU, MS and MC

Much more Stable as v 3.1

Many bugfixes

Sending data by specifying bits and protocol which has to be transmitted

Release v 3.1

21 Oct 20:07
Compare
Choose a tag to compare

First stable release which does decoding on FHEM

Works with Signalduino uC Code >3.1.5

Supports serval protocols and 433 Mhz devices

Detection is done on the Arduino, decoding is done within the FHEM Module, this allows easy integration of new protocols whithout touching the firmware.

Uses own FHEM Module for IO Device, so can coexists in paralell with a fhemduino or a CUL.

Installation is done over update command from FHEM. Flashing of the Arduino is done via FHEM. Compiled Firmware version exists for Arduino Nano, Uno and ProMini Default is for arduino Nano.

Brings with a helper module for unknown messages

Supports a whitelist attribute to reduce the operations to specified protocols

Supports the attribute longids, so for example weather sensors can be defined with or without the random code.

v2.5.0

20 Oct 19:50
Compare
Choose a tag to compare
v2.5.0 Pre-release
Pre-release
  • First prerelease, to understand radio signals and patter detection even better.
  • Works with Signalduino Code 2.5.0
  • Basic detection and decoding for some limited known radio protocols.
  • Decoding is done on the Arduino
  • Uses mostly fhemduino Modules, so can not operate paralell to a fhemduino
  • All tings must be manualy installed (FHEM code and Arduino code)