Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubenrp/homebridge-daitsu-atw
Plugin for Homebridge to control Daitsu ATW (and Gree) devices.
https://github.com/rubenrp/homebridge-daitsu-atw
homebridge homebridge-plugin
Last synced: about 1 month ago
JSON representation
Plugin for Homebridge to control Daitsu ATW (and Gree) devices.
- Host: GitHub
- URL: https://github.com/rubenrp/homebridge-daitsu-atw
- Owner: rubenRP
- License: apache-2.0
- Created: 2023-02-07T21:47:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T17:46:25.000Z (about 1 year ago)
- Last Synced: 2024-12-13T22:28:28.589Z (about 2 months ago)
- Topics: homebridge, homebridge-plugin
- Language: TypeScript
- Homepage:
- Size: 333 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daitsu ATW Plugin
Plugin for Homebridge to control Daitsu ATW devices. This plugin is based on [homebridge-gree-air-conditioner](https://www.npmjs.com/package/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",
}
]
}```
## Credits
[homebridge-gree-air-conditioner](https://github.com/kongkx/homebridge-gree-air-conditioner) by [kongkx](https://github.com/kongkx)
[gree-remote](https://github.com/tomikaa87/gree-remote/issues/43) by [tomikaa87](https://github.com/tomikaa87)