Releases: smar000/evoGateway
v3.11-0.22.40
Further updates to support the ramses_rf version 0.22.40, which were missed in the earlier release.
Schema saving fixed and should now work correctly.
v3.10-0.22.40
Updated to work with ramses_rf v 0.22.40.
There have been a number of changes in the ramses library since the last release of this script. Of note are the renaming of some of the the schema parameters. Any existing schema json file will need to be accordingly updated.
Also send commands seem to fail if the enforce_known_list
is true
. At a guess, this may be because the nanoCul HGI device is being given a dynamic ID, which is not in the known list (adding the standard HGI id of 18:000730
to the known list does not help).
Initial startup schema file load bug fixes; tested on ramses_rf 0.11.0
v3.0.6 Updated for ramses_rf 0.11.0. Clean startup schema file loading bug f…
Bug fixes
Migrated to the ramses_rf framework
This build has migrated over to the ramses_rf framework for all the underlying decoding/encoding of the evohome messages. As such, it has a number of breaking changes compared to earlier versions.
Fixed zone_temperature
Fixed zone_temperature to correctly parse temperature broadcasts from the controller covering mulitple zones in a single message
Corrected indentation error
Indentation error had crept in during previous pull merges.
v2.0.2 - Merged updates from PRoomberg
Minor functionality updates
v2.0.1 - Bug fix
Correct "zoneId" bug when writing new device data to file; Add MQTT autoreconnect
v2.0.0 - python3 version
Migrated to python 3