Hi, I’m using the bose soundtouch plus integration to control my soundtouch device. I’m also able to control it via KNX devices. However, I want to feedback the current track, interpret etc to my KNX devices as well. Looks like I can get this information from the media_player. So, I created a helper that extract the information. (Type template, using {{state_attr("media_player.soundtouch_300_2","media_title") }}
).
That helper shows me already the correct value. And I have also a KNX entity where I can send a string to. (Tested it via Dashboard)
So now I just need to write from one string into another. How can I do that?
Also open for complete different solutions
Thanks