Homebridge plugin for Mitsubishi Electric air conditioners.
Control the air conditioner in local area network.
"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
}
]
}
]
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
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