konradknitter / homebridge-philips-android-tv

Homebridge module for the Philips Android TV
Apache License 2.0
47 stars 6 forks source link

Volume control #28

Open GuitarHer01 opened 3 years ago

GuitarHer01 commented 3 years ago

Many people use soundbars with their TV's, so the volume control of the Philips TV itself is not necessary in that case. Can you make it possible to also control the volume of a network device (Sonos, etc) instead of the build-in volume control of the TV? For example the Homebridge plugin “homebridge-eosstb”, which is a plugin for a TV settopbox, uses custom commands, to use your own Volume control. For Sonos with the Sonos-http-api present for example, one can change the volume of the sounbar with the Vol Up/Down keys of the iPhone: "volUpCommand": "curl http://localhost:5005/TVSonos/volume/+2", "volDownCommand": "curl http://localhost:5005/TVSonos/volume/-2" Is it possible to add custom commands for external Sounbars, HT, etc?