madchicken / homebridge-comelit-sb

Comelit Serial Bridge platform plugin for Homebridge
Apache License 2.0
2 stars 2 forks source link

npm version

Comelit Serial Bridge integration for Homebridge

verified-by-homebridge Comelit

This is an Homebridge platform plugin to expose Comelit Serial Bridge Automation to Apple HomeKit and use it with Siri. The code uses API exposed by the official Comelit WEB admin.

Currently supported devices:

Missing devices:

Configuration

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 Serial Bridge",
  "name": "My awesome house",
  "bridge_url": "192.168.1.2",
  "bridge_port": 80
}

VEDO alarm support

VEDO alarm supported has been moved to a separate plugin: https://github.com/madchicken/homebridge-comelit-vedo

Advanced configuration

The plugin configuration allows you to add some special parameter in the advanced section.

Example of advanced config:

{
  "platform": "Comelit Serial Bridge",
  "bridge_url": "192.168.1.2",
  "bridge_port": 80,
  "advanced": {
    "update_rate_sec": 2,
    "stop_blinds": true,
    "blind_closing_time": 40,
    "avoid_duplicates": true,
    "hide_dehumidifiers": true
  }
}

Version History

Screenshots

Home application screenshot