Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 920 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 920 Bytes

homebridge-openwebif-switch

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

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install homebridge-openwebif-switch using: npm install -g git+https://github.com/alex224/homebridge-openwebif-switch
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

"accessories": [
        {
            "accessory": "OpenWebifSwitch",
            "name": "Receiver Standby",
            "host": "vusolo2",
            "port": 80,
            "checkIntervalSeconds": 120,
            "includeIP" : true,
            "excludeSpeakerService" : false
        }
    ]

optional settings written in italic font