Giter VIP home page Giter VIP logo

homebridge-smartcielo's Introduction

NodeJs interface for smartcielo remote AC control API (MRCOOL)

by Nicholas Robinson

Smartcielo (MRCOOL) plug-in for Homebridge using node-smartcielo.

Integrate your MRCOOL AC into your HomeKit system.

verified-by-homebridge mit license npm npm

Forked from: https://github.com/X1ZOR/homebridge-dummy-thermostat

With inspiration from: https://github.com/chrisjshull/homebridge-nest

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plug-in using: npm install -g homebridge-smartcielo
  3. Update your configuration file. See example config.json snippet below.

Configuration

Configuration sample (edit ~/.homebridge/config.json):

"accessories": [
     {
       "accessory": "SmartCieloThermostat",
       "name": "SmartCielo",
       "username": "<SMARTCIELO_USERNAME>",
       "password": "<SMARTCIELO_PASSWORD>",
       "ip": "<PUBLIC_IP_ADDRESS>",
     }
]

Structure

Key Description
accessory Must be SmartCielo
name Name to appear in the Home app
username smartcielo.com username
password smartcielo.com password
ip public ip address where ac resides
temperatureDisplayUnits (optional) Whether you want °C (0) or °F (1) as your units (1 is default)
model (optional) Appears under "Model" for your accessory in the Home app
manufacturer (optional) Appears under "Manufacturer" for your accessory in the Home app

Things to try with Siri

  • Hey Siri, set the temperature to 72 degrees. (in heat-only or cool-only mode)
  • Hey Siri, set the temperature range to between 65 and 70 degrees. (in auto mode, for systems that can heat and cool)
  • Hey Siri, set the thermostat to cool. (try heat, cool, auto, or off)
  • Hey Siri, turn on the air conditioning.
  • Hey Siri, what's the temperature at home?
  • Hey Siri, what's the temperature in the Basement? (get the temperature from a Nest Temperature Sensor)

Please let me know if you find this useful or come up with any novel implementations.

Enjoy!

Nicholas Robinson

[email protected]

homebridge-smartcielo's People

Contributors

nicholasrobinson avatar mikenabhan avatar donavanbecker avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.