Skip to content

Releases: PeteRager/lennoxs30

v0.1.3

23 Nov 15:30
a53cc89
Compare
Choose a tag to compare

Local Connections - Production

We introduced local connections as an alpha in 0.1.1 and 0.1.2, Local connections have proven themselves to be more reliable than Cloud Connections and perform much faster (<= 1 second response). We have also introduced support for multiple local connections for users with more than one S30 in their home. So yeah - go local!

Again thanks for @hufman and https://github.com/HyperActiveJ for the ground work to enable this!

Auxiliary and Emergency Heat

For users with a heat pump and backup furnace; the integration now can report the status of whether the backup furnace is running (aux attribute in climate object); as well as supporting setting the zone to Emergency Heat (aka no heatpump mode) using the Climate aux_heat interface

State Classes added for Temperature and Humidity Sensors

In order for sensors to participate in Statistics they must specify their state class. That's been added.

Power Inverter Sensor - Alpha

@hufman has been busy adding support for retrieving the power usage of the power inverter for integration into the Home Assistant Energy dashboard. Using this requires a local connection and enabling the S30 diagnostics mode. Since these power sensors are very equipment specific, getting some help from the community on the power sensors in your equipment would be helpful.

What's Changed

Full Changelog: v0.1.2...v0.1.3a

v0.1.2

04 Nov 15:52
82b1fff
Compare
Choose a tag to compare

A big release - improvements to local LAN and issue fixing with contributions from @hufman @deviantintegral

0.1.2 is a production Release for Cloud Connections
0.1.2 is an alpha 2 release for single local connections - please review open issues. Support for multiple local S30s in progress. Note: the config parameter ip_address has been rename hosts #77 #72 #69 #68 #65 #60

Main features / fixes

  • Single Setpoint (Lennox Perfect Mode) support #71 #66
  • #59 - Auto-create temperature and humidity sensors for each zone if “create_sensors” configuration.yaml parameter set
  • #49 #57 Fix issues with thermostat card showing split setpoints when in heat or cool modes
  • #78 - Added additional diagnostic properties to lennoxs30.state - sysUpTime, diagLevel, softwareVersion
  • #76 , #75 Improved performance of notifying home assistant of updates

v0.1.1

27 Oct 17:23
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Local LAN support Alpha Release

Provides support for connecting directly to the S30 across the local network.

v0.0.10

14 Oct 12:44
dabcaf6
Compare
Choose a tag to compare

Update to fix issues with being unable to obtain initial configuration during startup.

Improve logging messages for these errors

Make the timeout for waiting for initial configuration configurable.

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

13 Sep 13:48
7f64422
Compare
Choose a tag to compare

Provides native support for Celsius.

The integration will detect the Unit System active in Home Assistant and reports the data in the correct unit system.

v0.0.8

07 Aug 00:58
15317ed
Compare
Choose a tag to compare

Critical bug fix for reconnection issue

v0.0.6

19 Jul 13:12
e80cf24
Compare
Choose a tag to compare

Add support for turning ventilation mode on/off
Add support for turning allergenDefender on/off
Bug Fixes

v0.0.5

07 Jul 11:27
Compare
Choose a tag to compare

Climate entities not available if initial connection failed. Issue #30

v0.0.4

26 Jun 11:43
a836c6b
Compare
Choose a tag to compare

Added additional attribute to climate object for fan, temperatureOperation, HumidityOperation, damper and allergenDefender

Split API off into PyPI module per Home Assistant requirements

Validation of configuration

Hotfix for UI / HA freeze issue

21 Jun 14:46
253483e
Compare
Choose a tag to compare

HA / Lovelace would freeze under some circumstances.