Skip to content

LeeChSien/homebridge-mitsubishi-electric-aircon

Repository files navigation

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

About

Homebridge plugin for Mitsubishi Electric air conditioners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published