Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
17
increased by1600%
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc