Skip to content

bwejs/homebridge-openwebif-switch

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%