Skip to content

2024.11.0

Latest
Compare
Choose a tag to compare
@PeteRager PeteRager released this 10 Nov 13:48

Version 2024.11.0 - Maintenance Release

Tested with HA 2024.11.1

#346 - Away mode setpoints do not work

When the system is in away_mode the temperature setpoint and fan mode could not be set from the integration. This issue is resolved and changes to the setpoint and fan mode now affect the away schedule.

#345 -Equipment parameters always in F - BREAKING CHANGE

When running HA in metric units; equipment parameters were not being translated to Celsius. Now, equipment parameters that represent an absolute temperature will be automatically translated to Celsius. Parameters that are degree offsets (e.g. temperature calibration offsets) will not be translated and will remain in F.

Note: If you are running in Metric and use automations to control parameters such as the heatpump balance points you may need to update your automations to set the value in Celsius or configure the entity in HA to use F.

#341 - Blocking call to load certs

The API was using a blocking call during initialization. This has been resolved.

#339 - Dropping message from unknown sender

In some installations with multiple S30s this message was appearing for unknown reasons. We've added additional logging to log the message that is being received to help understand what message is being received and the contents.

Full Changelog: 20204.8.0...2024.11.0