Skip to content

Releases: onIon-energy/eltako14bus

Make library work with FGW14-USB

17 May 12:51
e3ac7dc
Compare
Choose a tag to compare

What's Changed

This release makes the library work with communications over the FGW14-USB gateway.

A refactoring of the code was done by @JBosecker (thanks for your contribution).
Changes:

  • Removed functions for locking, unlocking, creating devices etc. , as not possible with the FGW14.
    The functions were used to communicate on the Eltako bus via USB on the FAM14, but this was not a use case that Eltako designed for. Just an example: If you lock the bus and unlock it again, all current states of the actors are dismissed (like the current scene for FSB14).
  • CoAP: not sure these functions were working, and these were not fundamentally needed for the library to function.
  • Added message types, because they were needed for the communication (1BS).
  • "device" elements not necessary anymore.
  • Reimplemented the EEP functions to interpret and create messages based on the official EnOcean documentation and other implementation (e.g. FHEM).

New Contributors

Full Changelog: v0.0.7...v0.0.8