Skip to content

Releases: jxg81/homebridge-actron-que

Fan only mode support

20 Jan 11:22
30bc5f9
Compare
Choose a tag to compare

Fixes/Improvements in version 1.5.0

  • Now supports running in "Fan-Only" mode. An option has been added to the configuration to create a Fan accessory for each zone and the master controller (Create FAN ONLY devices for each zone).

Fixes/Improvements in version 1.2.8 (not released)

  • Provide option to disable battery checking for hard wired zone controllers (preventing erroneous low battery reports). Cached accessories will need to be removed for changes to take effect.
  • Corrected error in humidity sensor detection that may have prevented humidity sensor from being added for zone sensors that support humidity reading.

Fix zone detection and zones push master logic

21 Mar 11:08
7847834
Compare
Choose a tag to compare
  • Allow master controller to also operate as a zone controller
  • Resolved issue with logic controlling "Zones Push Master" temp adjustments which was causing setting to fail on first attempt

Relax schema validation

07 Nov 07:15
576ea65
Compare
Choose a tag to compare

Schema validation relaxed for greater compatibility with variations in Que systems

Fix unit type error in schema validation

27 Oct 00:30
Compare
Choose a tag to compare
  • Fixed a unit type error in schema validation that would result in validation errors when a floating point number is returned for compressor chasing temp.
  • Various cosmetic typo / spelling errors fixed

Expanded compatibility with Que system variations

24 Oct 02:31
b8ea1dc
Compare
Choose a tag to compare

Improved support for variations in API data returned for differing models of Que systems
Added option to override the default heating/cooling threshold temperatures via plugin configuration

Schema Validation of API Responses

05 Oct 03:04
Compare
Choose a tag to compare

Resolve intermitent crash on device status refresh -> #3
Implemented JSON Typedef schema validation for all Que API responses
Improved classification of homebridge log messages (Info, Error, Warning, Debug)

Hombridge Verified

29 Aug 07:54
Compare
Choose a tag to compare

No functional changes, incrementing version for superficial updates related to Homebridge verified status

Improved network error handling

19 Aug 09:01
Compare
Choose a tag to compare

Improvements:

  • Explicit Error message will be logged in Homebridge log advising if master controller network connection is down
  • HomeKit devices will now show 'No Response' in home app if master controller is disconnected from the internet
  • Manage more network error states when fetching from API
  • Ensure hombridge user storage path is always used, even if in non-default location
  • Implemented automated build testing for improved quality control

Idle state support and improved state management

07 Aug 12:12
Compare
Choose a tag to compare

New in version 1.2.0

  • Device state will now show as idle when heating/cooling temp achieved and fan is not running

Fixes in version 1.1.1

  • Fixed support for zone sensors that do not support humidity sensing -> https://github.com/jxg81/homebridge-actron-que/issues/1
  • Improvements to device state transitions and status updates

Handle sensors without humidity sensors

05 Aug 14:28
Compare
Choose a tag to compare
Pre-release

Update allows for cases where remote zone sensors do not report the zone humidity
Also added optimised how device state is displayed and refreshed in homekit