homebridge-powrmatic
v2.1.0
Published
A homebridge plugin for Powrmatic Air Condtioner units.
Downloads
21
Readme
Homebridge Powrmatic
This is a Homebridge plugin for Powrmatic air conditioner units that use the Innova control system.
Features
- Turn on/off
- Control mode (Heat, Cool, Auto)
- Control fan speed
- Control swing mode
- Control temperature setpoint
Installation
- Install Homebridge using the official instructions.
- Install this plugin using
npm install -g homebridge-powrmatic. - Update your configuration file. See
config.schema.jsonfor a sample.
Configuration
Example config.json entry:
"platforms": [
{
"platform": "HomebridgePowrmatic",
"name": "Powrmatic",
"devices": [
{
"ipAddress": "192.168.0.7",
"displayName": "Living Room AC"
}
]
}
]Development
To develop this plugin:
- Clone the repository.
- Run
npm installto install the dependencies. - Run
npm run watchto automatically compile and restart Homebridge when you make changes.
Contributing
Contributions are welcome. Please open an issue or submit a pull request.
Disclaimer
This plugin is not officially endorsed by Powrmatic or Innova. Use at your own risk.
