tdtool raw for Siemens sockets...?
Posted: Fri Mar 17, 2023 9:45 am
I bought a Siemens 2 gang wall socket because I was blissfully unaware that it used a different protocol that wasn't supported by Tellstick. I'd love to see Telldus add proper support for LightwaveRF but in the meantime I'm trying to see whether it's possible to use tdtool to send a raw command and train the socket to that signal.
I've found some information on the JSJS signal here http://www.dbzoo.com/livebox/universalrf (under the section 'LightwaveRF dimmable CFL bulb')
and some information on Telldus raw protocol here: http://developer.telldus.se/doxygen/TellStick.html
I've tried sending the command like this:
and I get this error
This represents the binary string
Is there more I need to add to the raw string or have I got something wrong?
My Tellstick is batch 13 and I'm using Windows.
Many thanks,
Gareth
I've found some information on the JSJS signal here http://www.dbzoo.com/livebox/universalrf (under the section 'LightwaveRF dimmable CFL bulb')
and some information on Telldus raw protocol here: http://developer.telldus.se/doxygen/TellStick.html
I've tried sending the command like this:
Code: Select all
type on-code.txt | tdtool --raw -The code I was sending is this. I'm representing ASCII codes as numers in brackets but in the actual text file I have used the ASCII characters by inserting them with Notepad++Sending raw command: An error occurred while communicating with TellStick
Code: Select all
P[11]R[6]S[30][25][30][25][30][25][30][25][30][25][30][126][30][25][30][126][30][25][30][25][30][25][30][25][30][126][30][25][30][126][30][25][30][25][30][25][30][25][30][126][30][25][30][126][30][25][30][25][30][25][30][126][30][25][30][25][30][126][30][126][30][25][30][126][30][25][30][25][30][25][30][25][30][25][30][25][30][25][30][25][30][126][30][25][30][126][30][25][30][126][30][25][30][25][30][126][30][25][30][25][30][25][30][25][30][25][30][126][30][25][30][126][30][25][30][25][30][25][30][126][30][25][30][126][30][25][30][25][30][126][30][25][30][126][30][25][30][25][30][25][30][25][30][25]
Code: Select all
000001010000101000010100010011010000000010101001000001010001010010100000
My Tellstick is batch 13 and I'm using Windows.
Many thanks,
Gareth