homebridge-squeezebox
v0.1.12-0
Published
Squeezebox plugin for homebridge: https://github.com/homebridge-squeezebox/homebridge-squeezebox
Downloads
16
Readme
homebridge-squeezebox v 0.1.6
Work in progress, may or may not work for you.
When switching the player on, it starts playing, i.e.
- the player is switched on, and
- replay is started
When the player is switched off,
- replay is paused, and
- the player is switched off
Example config.json
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"platforms": [
{
"platform": "Squeezebox",
"name": "Squeezebox",
"host": "127.0.0.1",
"port": 9000,
"username": "username",
"password": "password"
}
]
}
host/port for your Logitech Media Server
News
See NEWS.md