Plugin for Homebridge to control Daitsu ATW devices. This plugin is based on homebridge-gree-air-conditioner, but focused on Daitsu ATW devices.
- Daitsu ATW
- Gree & partners AC & ATW
- All AC devices controlled by EWPE Smart APP.
- Heater/Cooler info in a thermostat accessory
- Water box heater info in a thermostat accessory
- 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)
- Flags for all status views (compressor, fan, etc.)
- Set methods to control the device
- Power & mode switches
- Temperature control
- Water box heater control
npm install homebridge-daitsu-atw -g
{
"platforms": [
{
"platform": "DaitsuATW",
"scanAddress": "192.168.1.255",
"scanCount": 10,
"mac": "xx:xx:xx:xx:xx:xx",
}
]
}