Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.21 KB

File metadata and controls

49 lines (35 loc) · 1.21 KB

homebridge-mitsubishi-electric-aircon

Homebridge plugin for Mitsubishi Electric air conditioners.

Control the air conditioner in local area network.

Usage

"platforms": [
  {
    "platform": "MitsubishiElectricAircon",
    "aircons": [
      {
        "name": "My Aircon", // optional, for display
        "ip": "192.168.11.22",
        "model": "MSZ-ZW5620S-W", // optional, for display
        "disableAuto": false // optional, to disable auto mode
      }
    ]
  }
]

Build Plugin

TypeScript needs to be compiled into JavaScript before it can run. The following command will compile the contents of your src directory and put the resulting code into the dist folder.

npm run build

Link To Homebridge

Run this command so your global installation of Homebridge can discover the plugin in your development environment:

npm link

You can now start Homebridge, use the -D flag, so you can see debug log messages in your plugin:

homebridge -D