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/Luftloch80/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", "bouquets": [], "port": 80, } ]
optional settings written in italic font