npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-comelit-sb-platform

v2.3.6

Published

Comelit Serial Bridge support for Homebridge: https://github.com/nfarina/homebridge

Downloads

46

Readme

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:

  • Simple lights
  • Blinds
  • Thermostats
  • Controlled plugs
  • Dehumidifiers (beta)

Missing devices:

  • RGB lights
  • Dimmerable lights
  • Irrigation

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.

  • update_rate_sec - the timeout in seconds to pull for device status from the bridge. Default is to update every 5 seconds
  • stop_blinds - This flag tells to the plugin if it should send the stop signal after the shutter is completely rolled up or down. Some installations need it.
  • blind_closing_time - If the stop_blinds flag is set to true, this will represent the number of seconds the plugin will send the stop signal to a blind/shutter. Default is 35 seconds.
  • avoid_duplicates - If the flag is on, then the platform will try to not duplicate names for mapped devices. For example, if you have a light and a thermostat both named kitchen one of them will get the name kitchen (2). Useful when you are using Alexa plugin than doesn't allow name duplicates.
  • hide_lights: boolean - true to hide lights to HomeKit
  • hide_blinds: boolean - true to hide blinds to HomeKit
  • hide_thermostats: boolean - true to hide thermostats to HomeKit
  • hide_dehumidifiers: boolean - true to hide dehumidifiers to HomeKit
  • hide_power_suppliers: boolean - true to hide power suppliers (aka "Controllo Carichi") to HomeKit
  • hide_outlets: boolean - true to hide outlets to HomeKit
  • invert_plugs_status: boolean to use outlets in N/O mode (instead of N/C)

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

  • 1.0.0 - Initial version
  • 1.1.0 - Removed Vedo support (moved to separate plugin)
  • 1.2.0 - Added dehumidifier support (beta)
  • 1.2.1 - Bug fixing
  • 1.2.2 - Do not map dehumidifier if not supported by the system
  • 2.0.0 - Homebridge 1.1.0 compatibility update
  • 2.1.0 - Bug fixing
  • 2.2.0 - Bug fixing
  • 2.3.0 - Added invert_plugs_status flag for outlets

Screenshots

Home application screenshot