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