homebridge-daitsu-atw
v0.1.4
Published
Plugin for Homebridge to control Daitsu ATW devices.
Downloads
21
Readme
Daitsu ATW Plugin
Plugin for Homebridge to control Daitsu ATW devices. This plugin is based on homebridge-gree-air-conditioner, but focused on Daitsu ATW devices.
Supports
- Daitsu ATW
- Gree & partners AC & ATW
- All AC devices controlled by EWPE Smart APP.
Features
- Heater/Cooler info in a thermostat accessory
- Water box heater info in a thermostat accessory
Requirements
- Node.js v16.0.0 or higher
- Homebridge v1.6.0 or higher
- Daitsu ATW device (tested on f1 modelType and version 5.0.0)
Future features
- Flags for all status views (compressor, fan, etc.)
- Set methods to control the device
- Power & mode switches
- Temperature control
- Water box heater control
Installation
npm install homebridge-daitsu-atw -g
Configuration
{
"platforms": [
{
"platform": "DaitsuATW",
"scanAddress": "192.168.1.255",
"scanCount": 10,
"mac": "xx:xx:xx:xx:xx:xx",
}
]
}