Search found 4 matches

by PhJack
Tuesday 16 June 2020 22:36
Forum: PHP and all others
Topic: Bose Soundtouch control
Replies: 44
Views: 19745

Re: Bose Soundtouch control


I've come up with an alternative solution for controlling Bose volume: instead of using a python script which runs continuously:
while 1:
...
sleep(0.2)

and reads the json from the device to check for a change of volume, I've created a simple lua script which passes the volume value to an ...
by PhJack
Tuesday 16 June 2020 22:34
Forum: PHP and all others
Topic: Bose Soundtouch control
Replies: 44
Views: 19745

Re: Bose Soundtouch control



Hi Furiousz23,
can you tell me please what is the current firmware of your Bose soundtouch ? Is the cal of the function "device.select_source_aux()" working for you ?



Hi

Unfortunately the selector switch didn't work after all, only the volume slider worked. In the Domoticz log there where ...
by PhJack
Wednesday 22 August 2018 22:47
Forum: PHP and all others
Topic: Bose Soundtouch control
Replies: 44
Views: 19745

Re: Bose Soundtouch control

Hi Furiousz23,
can you tell me please what is the current firmware of your Bose soundtouch ? Is the cal of the function "device.select_source_aux()" working for you ?
by PhJack
Thursday 26 July 2018 22:08
Forum: PHP and all others
Topic: Bose Soundtouch control
Replies: 44
Views: 19745

Re: Bose Soundtouch control

Hi,
thank you for you post and sorry for my english approximate.
I used a script inspired by yours to turn on,select aux or turn off my bose soundbar from domoticz on a bananapi.
Howewer, it's been a few days that the "select aux" is not working anymore. I wonder if it's not due to an upgrade of ...