homebridge-hegel-h590-ip
v1.0.5
Published
Homebridge plugin to control Hegel H590 via IP (power + OPTICAL3/USB input only)
Downloads
14
Maintainers
Readme
homebridge-hegel-h590-ip
Homebridge platform plugin to control a Hegel H590 via IP:
- Power On/Off
- Input selection: USB and OPTICAL3 only
- No volume control
Install (local)
- Put this folder somewhere (e.g. /var/lib/homebridge/plugins/homebridge-hegel-h590-ip)
- Build: npm install npm run build
- Install into Homebridge: sudo npm install -g /path/to/homebridge-hegel-h590-ip
Homebridge config
Add platform:
{ "platform": "HegelH590", "name": "Hegel H590", "host": "192.168.1.100", "port": 50001, "debug": false }
If your H590 expects different input names, override:
- inputUsbCommand
- inputOptical3Command
