Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovalev-sergey/homebridge-breezart
HomeKit integration for Breezart Vent Units
https://github.com/kovalev-sergey/homebridge-breezart
breezart homebridge
Last synced: about 1 month ago
JSON representation
HomeKit integration for Breezart Vent Units
- Host: GitHub
- URL: https://github.com/kovalev-sergey/homebridge-breezart
- Owner: kovalev-sergey
- License: apache-2.0
- Created: 2021-01-10T14:47:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:11:28.000Z (about 2 years ago)
- Last Synced: 2024-12-06T18:13:25.348Z (about 2 months ago)
- Topics: breezart, homebridge
- Language: TypeScript
- Homepage:
- Size: 502 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebridge Plugin for Breezart Vents
homebridge-breezart is a plugin for homebridge which allows you to control your [Breezart Vents](http://breezart.ru/) from your Home app. It should work with all Breezart Vents that has controllers like **JL204С5M**, **JL205**, **JL206** and a remote **TPD-283U-H**.
For remote control using this module you must be able to connect the Breezart remote **TPD-283U-H** to LAN, activate the remote control in it and set the password.
**Attention**: Remotes must have firmware version `Vent 5.08`
## Features
* View vents status
* Power management
* Fan speed control
* Temperature control
* View vents work mode
* Energy consumption history
* Temperature history> **Disclaimer**\
> Work in progress\
> Management features coming soon## Installation
If you are new to homebridge, please first read the homebridge [documentation](https://www.npmjs.com/package/homebridge).### Install homebridge
```
npm install -g homebridge
```
### Install homebridge-breezart
```
npm install -g homebridge-breezart
```## Configuration
Add the breezart platform in config.json inside `~/.homebridge`.Add your Breezart Vent or multiply vents in the devices or `devices` array.
Example configuration:
```json
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:44",
"manufacturer": "homebridge.io",
"model": "homebridge",
"port": 51853,
"pin": "022-74-141"
},
"platforms": [
{
"platform": "Breezart",
"devices": [
{
"name": "Breezart Home",
"host": "192.168.0.20",
"port": 1560,
"password": 12345
}
]
}
],
"accessories": []
}
```
Also you must be able to connect the Breezart remote **TPD-283U-H** to LAN, activate the remote control in it and set the password.A history of temperature and energy consumption is available in the Elgato Eve app.