Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawrencebensaid/homebridge-innova
A Homebridge plugin for the Innova 2.0 air conditioning unit
https://github.com/lawrencebensaid/homebridge-innova
Last synced: 16 days ago
JSON representation
A Homebridge plugin for the Innova 2.0 air conditioning unit
- Host: GitHub
- URL: https://github.com/lawrencebensaid/homebridge-innova
- Owner: lawrencebensaid
- Created: 2021-06-19T18:12:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T15:40:55.000Z (over 2 years ago)
- Last Synced: 2024-12-05T00:17:16.540Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-innova
A Homebridge plugin for the Innova 2.0 air conditioning unit.
## Pre-requisites
- Homebridge
- Innova 2.0 air conditioning unit## Setup
`$ npm install homebridge-innova`
## Configuration
Parameters:
name|description
---|---
accessory|Should be `InnovaAirCo`. ****Required***
host|IP address (or hostname). ****Required***
name|A name for the accessory. **Not required*
fan|When set to `true` adds a fan control to the accessory. **Not required*
maxCoolingTemp|35 by default. **Not required*
minCoolingTemp|10 by default. **Not required*
maxHeatingTemp|25 by default. **Not required*
minHeatingTemp|0 by default. **Not required*Configuration example:
```json
"accessories": [
{
"accessory": "InnovaAirCo",
"name": "Air conditioning"
},
]
```## Technical notes
### Tested on
- Innova 2.0 *CONDIZ. 2.0 12 HP DC ELEC INVERTER*