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-cuby

v1.0.15

Published

A Homebridge plugin to integrate Cuby Smart devices

Downloads

14

Readme

homebridge-cuby

npm npm GitHub last commit verified-by-homebridge

Info

This is a plugin for Homebridge to control your Cuby devices. Currently only G3 (200) and G4 (400) models are supported.

This plugin supports following functions:

  • Thermostat: Control Cool, Auto, Heat and Off modes.
  • Fan Speed: Control Low, Medium and High settings.
  • Current Temperature: Measured from your Cuby Device.
  • Current Relative Humidity: Measured from your Cuby Device.
  • Oscillation: Only on or off supported. Maps to vertical vane oscillation.
  • Switches: To toggle "eco", "turbo" and "long" modes in you minisplit. A toggle for controlling the display is also supported.

Installation instructions

After Homebridge has been installed:

sudo npm i -g homebridge-cuby@latest

Configuration (Config UI X)

This plugin supports a custom user interface making configuration via homebridge-config-ui-x even easier! To use the custom user interface you need at least homebridge-config-ui-x v4.34.0!

Configuration (Manually)

If you cannot use the custom user interface or want to edit the config.json manually, you can use this template:

Example BASIC config

{
   "bridge": {
   ...
   },
   "accessories": [
       ...
   ], 
   "platforms": [
       {
           "platform": "Cuby",
           "name": "Cuby",
           "username": "[email protected]",
           "password": "mycubypassword"
       }
   ]
}

Options General

| Attributes | Required | Usage | Default | Options | |----------------|--------------|---------------------------------------------------------------------------|-------------|-------------| | name | X | Name for the log. | Cuby
| username | X | Your Cuby's account username | '' | N/A | password | X | Your Cuby's account password | '' | N/A | pollInterval | | Time in seconds the plugin will poll for updates on your devices | 30 | N/A | displaySwitchesEnabled | | Whether or not to enable the "display" switch for each of your devices | false | true, false | turboSwitchesEnabled | | Whether or not to enable the "turbo" switch for each of your devices | false | true, false | longSwitchesEnabled | | Whether or not to enable the "long" switch for each of your devices | false | true, false | ecoSwitchesEnabled | | Whether or not to enable the "eco" switch for each of your devices | false | true, false | exposeExternalHumiditySensors | | Whether or not to expose an external humidity sensor for each Cuby device | false | true, false

Contributing

You can contribute to this homebridge plugin in following ways:

Pull requests are accepted.

Disclaimer

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.