Can switch tv receivers (like dreambox or vusolo2) which run openwebif as web interface.
HomeBridge: https://github.com/nfarina/homebridge Original: https://github.com/alex224/homebridge-openwebif-switch
- Install homebridge using: npm install -g homebridge
- Install homebridge-openwebif-switch using: npm install -g git+https://github.com/alex224/homebridge-openwebif-switch
- Update your configuration file. See sample-config.json in this repository for a sample.
"accessories": [
{
"accessory": "OpenWebifSwitch",
"name": "Receiver Standby",
"host": "vusolo2",
"port": 80,
"checkIntervalSeconds": 120,
"includeIP" : true,
"excludeSpeakerService" : false
}
]
optional settings written in italic font