Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.