Skip to content

Commit

Permalink
updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jxg81 committed Jan 20, 2024
1 parent adfada5 commit 368e96c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ This is an 'almost' feature complete implementation of the Que platform in HomeK
- Report battery level on zone sensors and get low battery alerts in the home app
- Support for homebridge config UI

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
- 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.
Expand Down Expand Up @@ -66,7 +69,6 @@ New in version 1.1.0

Limitations - These options cannot be set via HomeKit:
- Quiet Mode
- Fan Only Mode
- Constant Fan Operation
- Away Mode

Expand Down Expand Up @@ -109,6 +111,7 @@ If you are not using the Homebridge config UI you can add the following to your
            "zonesPushMaster": true | false,
"refreshInterval": 60,
"deviceSerial": "",
"fanOnlyDevices": true | false,
"wiredZoneSensors": [
"Zone Name 1",
"Zone Name 2",
Expand Down Expand Up @@ -189,6 +192,18 @@ default: ""

In most cases you can exclude this option or leave it blank. If you only have a single air con system in your Que account the plugin will auto-discover the target device serial number. If you have multiple Que systems in your account you will need to specify which system you want to control by entering the serial number here. You can get your device serial numbers by logging in to que.actronair.com.au and looking at the list of authorised devices.

### `fanOnlyDevices`

type: boolean

default: false

Control creation of Fan Only accessories for each zone. When toggled on these accessories will put the system in Fan only mode. Fan speed can be controlled via the Master Controller accessory.
- 1-10% = Auto speed
- 11-30% = Low speed
- 31-65% = Medium speed
- 66-100% = High speed

#### `wiredZoneSensors`

type: array[string] (case sensitive)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Homebridge Actron Que",
"name": "homebridge-actron-que",
"version": "1.5.0-alpha.2",
"version": "1.5.0",
"description": "Homebridge plugin for controlling Actron Que controller systems",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 368e96c

Please sign in to comment.