eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 787 forks source link

openhab 2: Bose Soundtouch Binding: No Powerchange on Alexa #6787

Open Markinus opened 5 years ago

Markinus commented 5 years ago

If Alexa is playing on Bose Sound Touch then the Title changes to "Alexa" but the Power Item is still off. So It is not possible to use it in rules to change something on power on. Tested With Bose Wireless Link.

The second problem is the "change" state of the title. It will change if you play Alexa to "Alexa" but often it's becomming a NULL instead of "Alexa". (in Rules .. if Item changed) rule "yrec on bose title" when Item BoseSTLinkAnlage_Track changed then bTitle = BoseSTLinkAnlage_Track.state.toString logInfo("yrec_title","Titel {}", bTitle) end Get: Alexa NULL Alexa NULL etc.