Giter Club home page Giter Club logo

homebridge-mi-humidifier's Introduction

homebridge-mi-humidifier

version downloads

A Xiaomi Mi humidifier plugin for Homebridge.

Example config

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E4:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "platforms": [],
  "accessories": [
    {
      "accessory": "MiHumidifier",
      "name": "Bedroom Humidifier",
      "ip": "192.168.x.x",
      "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      "model": "v1",
      "nameTemperature": "Bedroom Temperature 1",
      "showHumidity": false
    }
  ]
}

Humidifier configuration

  • ip – device IP address;
  • token – device token (32 hex chars);
  • model (optional) – the model of a humidifier (v1 for Smartmi Humidifier, ca1 or cb1 for Smartmi Evaporative Humidifier). Default is 'v1';
  • name (optional) – device name. Default is 'Humidifier';
  • showMuteSwitch (optional) – if true, the mute humidifier buzzer switch will be added. Default is false;
  • nameMuteSwitch (optional) – mute humidifier buzzer switch name. Default is 'Mute humidifier';
  • showTemperature (optional) – if true, the temperature sensor will be added. Default is false;
  • nameTemperature (optional) – temperature sensor name. Default is 'Temperature';
  • showHumidity (optional) – if true, the humidity sensor will be added. Default is false;
  • nameHumidity (optional) – humidity sensor name. Default is 'Humidity'.

homebridge-mi-humidifier's People

Contributors

azrael avatar bedrin avatar goto100 avatar ildarmurzenkov avatar leoneleone avatar nt0xa avatar pietrolubini avatar

Watchers

 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.