1.0.0 • Published 10 months ago

homebridge-mitsubishi-electric-aircon v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

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
      }
    ]
  }
]

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
1.0.0

10 months ago

0.0.1

10 months ago