This is an Homebridge platform plugin to expose Comelit Home Automation to Apple HomeKit and use it with Siri.The code is based on the reverse engineering of the official protocol, so expect bugs.
Note: the supported model of the HUB is this one
https://pro.comelitgroup.com/product/20003150
The old Comelit Serial Bridge is not supported by this plugin.
Currently supported devices:
Missing devices:
To configure Comelit platform you need to provide some information in the configuration.Add the following section to the platform array in the Homebridge config.json file:
{
"platform": "Comelit",
"name": "Comelit",
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD"
}
By default, username and password are both set to admin
.You can also provide the broker_url
as config parameter, that is the HUB IP address on your network,or leave it empty and let the plugin auto discover the HUB for you.
If you don't know the IP of the HUB on your local network, you can use the comelit CLI. After installing this plugin,just type:
comelit scan
You should get an output like this:
Executing command scan
server listening 0.0.0.0:55546
Found hardware IcoM MAC XXXXXXXXXXXX, app Mngr version 3.0.1, system id ViP_, IcoM - at IP [X.X.X.X]
Found hardware D407 MAC XXXXXXXXXXXX, app HSrv version 1.2.0, system id ViP_, Home server - Comelit Hub 1 at IP [X.X.X.X]
The IP you are looking for is the app HSrv
one.
VEDO alarm supported has been moved to a separate plugin: https://github.com/madchicken/homebridge-comelit-vedo
The plugin offers some extra configuration flag. Here is the list
Note: When hiding thermostats you will automatically exclude dehumidifiers
This plugin exports some Prometheus metric to allow you to monitor your house. If you have a Prometheus instance runningwith a Grafana UI, you can display useful information about your house domotic usage. All exported metrics have comelit_
prefix.The default port for the /metrics
exporter is 3002
but can be configured by adding a exporter_http_port
config value inthe config.json
file.To enable metrics, specify export_prometheus_metrics: true
in the platform config.
{
"platform": "Comelit",
"name": "My Home",
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD",
"broker_url": "mqtt://192.168.1.2",
"export_prometheus_metrics": true,
"exporter_http_port": 3002
}
This plugin uses yarn
, so you need to install it before starting (see https://yarnpkg.com for instructions).Once you have it, just run
yarn && yarn build
inside the project folder.
Any help on this project is really welcome, so if you have some programming skill, and you want to improvethe current implementation, fork the repo and open your PR!If otherwise, you simply enjoyed using this plugin, and you want to contribute in some way, you can always donate something!
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg
Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r