Releases: jxg81/homebridge-actron-que
Fan only mode support
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
Relax schema validation
Schema validation relaxed for greater compatibility with variations in Que systems
Fix unit type error in schema validation
- 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
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
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
No functional changes, incrementing version for superficial updates related to Homebridge verified status
Improved network error handling
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
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
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