Hello,
I working to configure interaction between linknx and squeezebox system.
To display the song title I use lua script/ioport to catch the name on the title send by the server. Every thing seem ok but wend the name of the song containts the word 'on' it is changed in '1' (the number). So when the song title is "Sonic" the sent value is 'S1ic'.
I think it is due to a translation of the word 'on' to '1' to simplify the interaction between systems.
To bypass the issue, I put the string in uppercase, it is not perfect, but I have the real song title.
For information, the version of linknx is less than 5 days old (take on the CVS server).
I don't know if you know this issue and if it is possible to have a patch or a second set function without translation for string usage.
Regards
Hi,
Could you give more information about the rules configuration you are using. I had a look at the code and have no idea where it could come from.
Jean-François
Hello,
I'm sorry for being alarmist.
Since I sent this message, I made a debug analysis with group monitor in ETS and wireshark for the IP network.
The issue is not on linknx or EIBd but in smartVISU, the web interface.
The driver for linknx always made the change "on to 1 and "off" to 0, without conditions.
I will produce a patch to correct this part and send it to the community.
Thanks for you answer and your great linknx software.
Regards