Es gibt auch ein fertiges Plugin was einwandfrei funktioniert. Ist bestimmt einiges einfacher einzurichten.
https://github.com/bbriatte/homebridge-soundtouch-platform
Ich habe diese auch schon probiert. Aber ich habe es noch nicht zum laufen gebracht.
{
"platform": "SoundTouchPlatform",
"name": "SoundTouch",
"discoverAllAccessories": true
},
{
"platform": "SoundTouchPlatform",
"name": "SoundTouch",
"accessories": [
{
"name": "SoundTouch Kr",
"room": "Bathroom",
"volume": {
"unmuteValue": 40,
"maxValue": 80
}
}
]
},
Alles anzeigen
[6/17/2019, 8:09:48 PM] [SoundTouch] Error: Can't find device using the name 'SoundTouch Kr' on your network
at Object.apiNotFoundWithName (/usr/local/lib/node_modules/homebridge-soundtouch-platform/dist/errors.js:4:12)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge-soundtouch-platform/dist/sound-touch-device.js:83:40)
at step (/usr/local/lib/node_modules/homebridge-soundtouch-platform/dist/sound-touch-device.js:32:23)
at Object.next (/usr/local/lib/node_modules/homebridge-soundtouch-platform/dist/sound-touch-device.js:13:53)
at fulfilled (/usr/local/lib/node_modules/homebridge-soundtouch-platform/dist/sound-touch-device.js:4:58)
at process._tickCallback (internal/process/next_tick.js:68:7)
[6/17/2019, 8:09:49 PM] [SoundTouch] TypeError: Cannot read property 'id' of undefined
at SoundTouchPlatform.HomebridgePlatform.accessoryFromDevice (/usr/local/lib/node_modules/homebridge-soundtouch-platform/node_modules/homebridge-base-platform/dist/platform.js:108:85)
at /usr/local/lib/node_modules/homebridge-soundtouch-platform/node_modules/homebridge-base-platform/dist/platform.js:97:84
at Array.map (<anonymous>)
at SoundTouchPlatform.<anonymous> (/usr/local/lib/node_modules/homebridge-soundtouch-platform/node_modules/homebridge-base-platform/dist/platform.js:97:47)
at step (/usr/local/lib/node_modules/homebridge-soundtouch-platform/node_modules/homebridge-base-platform/dist/platform.js:45:23)
at Object.next (/usr/local/lib/node_modules/homebridge-soundtouch-platform/node_modules/homebridge-base-platform/dist/platform.js:26:53)
at fulfilled (/usr/local/lib/node_modules/homebridge-soundtouch-platform/node_modules/homebridge-base-platform/dist/platform.js:17:58)