1.0.15 • Published 1 year ago

homebridge-cuby v1.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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": "username@email.com",
           "password": "mycubypassword"
       }
   ]
}

Options General

AttributesRequiredUsageDefaultOptions
nameXName for the log.Cuby
usernameXYour Cuby's account username''N/A
passwordXYour Cuby's account password''N/A
pollIntervalTime in seconds the plugin will poll for updates on your devices30N/A
displaySwitchesEnabledWhether or not to enable the "display" switch for each of your devicesfalsetrue, false
turboSwitchesEnabledWhether or not to enable the "turbo" switch for each of your devicesfalsetrue, false
longSwitchesEnabledWhether or not to enable the "long" switch for each of your devicesfalsetrue, false
ecoSwitchesEnabledWhether or not to enable the "eco" switch for each of your devicesfalsetrue, false
exposeExternalHumiditySensorsWhether or not to expose an external humidity sensor for each Cuby devicefalsetrue, 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.

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago