This plugin allows you to controll the Anel Power Control Panels via HomeKit. This means you can controll all the Power Sockets just by telling Siri to do so.
The AnelPowerControl HomeBridge Plugin is created for the following Anel Products
- NET-PwrCtrl ADV
- NET-PwrCtrl HOME
👍 If Anel would spend me other Power Control Panels, I could expand it to others ;-)
- Install homebridge using
npm install -g homebridge
. - Install this plugin using
npm install -g homebridge-anelPowerControl
- Update your configuration file. See configuration sample below.
Edit your config.json accordingly. Configuration sample:
"platforms": [{
"platform": "anelPowerControl",
"powerStatusUpdatefromServerIn_s": "10",
"powerSockets": [{
"socketName": "PowerSocket_ADV",
"socketTyp": "NetPwrCtrlADV",
"socketIP": "192.168.3.10",
"socketUsername": "user7",
"socketPassword": "anel"
}, {
"socketName": "PowerSocket_Home",
"socketTyp": "NetPwrCtrlHome",
"socketIP": "192.168.3.11",
"socketUsername": "user7",
"socketPassword": "anel"
}]
}]
This is not an official Anel Plugin, it is created by myself ! ANEL - Website http://anel-elektronik.de