Homebridge plugin for Broadlink MP1 and SP2/3
npm install homebridge-broadlink-platform-outlet
Original plugins from @smka to support Broadlink SP2/SP3 & MP1 in Homebridge. Work with SP plugs and MP1 in your local network. The only difference between this and the original plugins are this plugins will display outlet instead of switch icon, I also added Homebridge Config UI X support for configuring your devices. This plugins also will auto update power status, useful for automation.
sudo npm install -g homebridge-broadlink-platform-outletIf you prefer to configure your device using config.json, here's the example of configuration:
````
{
"accessories": [
{
"name": "TV",
"type": "MP",
"mac": "23:b1:34:f8:e3:73"
},
{
"name": "Sofa",
"type": "SP",
"mac": "32:ba:24:e3:e1:65"
}
],
"platform": "broadlinkPlatformOutlet"
}