Stefan Triller

Results 16 comments of Stefan Triller

My first thought was that I could simply update the current node with "whatever comes in", but then I realized that we not not have much information about the device...

Sorry for the late reply. To me this sounds like a reasonable approach. Plus point of this approach is that we have to break the API now once and afterwards...

Could you please put your file contents and stack traces into \``` ``` so they become more readable? According to https://github.com/eclipse/smarthome/blob/449ed129dec949508e89db0aeabf1b5be91a6960/extensions/binding/org.eclipse.smarthome.binding.bosesoundtouch/src/main/java/org/eclipse/smarthome/binding/bosesoundtouch/internal/OperationModeType.java#L21-L40 the mode `PRODUCT` is not implemented. `BLUETOOTH` should work...

I did some further debugging with a device and the reason why it says "bluetooth is not supported is this: ``` AUX IN UPnPUserName StoredMusicUserName QPlay1UserName QPlay2UserName ``` Is announces...

@tratho Since a lot of code is from you, would you like to have a look at it? @ivivanov-bg You have added the notification support to this binding recently. Did...

Thanks for volunteering to have a look, enjoy your vacation!

@kaikreuzer What I was referring to is your https://github.com/eclipse/smarthome/issues/2741#issuecomment-271607692 where you say that "it (the binding) should implement a dedicated channel". So from this comment I understand that you like...

@sjka @htreu Can you please add a "help wanted" tag to this issue?

First of all I think this is a nice feature to have! Unfortunately we have the problem that we do not want to mix the physical layer (i.e. things) with...