0.0.122 • Published 4 years ago

homebridge-kumo-local v0.0.122

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

homebridge-kumo-local

A HomeBridge plugin that is a mess and barely works, but it lets you do some basics with a split unit.

Installation

So you have to get 2 pieces of info from your Kumo account:

run this

curl -d '{"username": "KUMO-USERNAME","password": "KUMO-PASSWORD"}' -H "Content-Type: application/json" -X POST https://geo-c.kumocloud.com/login

  • password
  • cryptoSerial

read the code to see the install sig, as this is a major WIP...it only kinda of works and I setup the config-x thing to ask you for these.

it needs a lot of help...

Configuration

Configuration sample for homebridge - use the config-x config panel to make it easy

not done yet, need kumo info

   {
       "bridge": {
           ...
       },
       
       "description": "...",

       "accessories": [
           ,
       {
           "name": "Bedroom Thermostat",
           "unitIP": "192.168.X.X",
           "Kcryptopassword": "**from Kumo**",
           "KCS": "**from kumo**",
           "manufacturer": "whatever",
           "accessory": "kumo-local"
       }
       ],

       "platforms":[]
   }

To Do!

  • fan control
  • better logging.debug
  • fewer calls
  • self config
  • platform for self config
0.0.122

4 years ago

0.0.112

4 years ago

0.0.111

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago