🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

homebridge-sharp-cocoro

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-sharp-cocoro

Integrates homebridge with SHARP's Cocoro API

1.2.3
latest
Source
npm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-sharp-cocoro

work in progress plugin to add HomeKit support to the SHARP Cocoro API that is being used by their series of smart home appliances

Powered by my cocoro-sdk

Features

  • Control aircon temperature
  • Control aircon windspeed
  • Control aircon heating/cooling mode

Install

yarn add homebridge-sharp-cocoro

or

npm install homebridge-sharp-cocoro

Then add the SharpCocoroPlatform

    {
      "name": "SharpCocoroPlatform",
      "platform": "SharpCocoroPlatform",
      "appSecret": "xxxx",
      "appKey": "yyyy",
      "serviceName": "iClub" // <- optional. leave if 'iClub'
    }

Caveats

Currently to authenticate, you need to use something like mitmproxy, charles or proxyman to extract the API token that your app is using. You can do this by adding the proxy and simply opening the app.

Hopefully we can eventually make that easier, but currently there is no way around it.

Check out the README of the cocoro-sdk repo with instructions: https://github.com/dvcrn/cocoro-sdk#authentication

Keywords

homebridge-plugin

FAQs

Package last updated on 10 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts