Page 5 of 5

Re: Somfy/RTS control

PostPosted: Thu Aug 16, 2018 8:26 am
by koburg
this is from the rfplayer log

Code: Select all
ZIA44 FRAME: frameType: 0, cluster: 0, dataFlag: 0,
rfLevel: -56dBm, floorNoise: -94dBm, rfQuality: 9
protocol: 9 (RTS), infoType: 3, frequency: 433920Khz
subType: 0 (Shutter), id: 3191872, qualifier: 4 ( My)

Re: Somfy/RTS control

PostPosted: Thu Aug 16, 2018 8:28 am
by koburg
tried also with qualifier 4 same error

Code: Select all
RFPlayer Debug                  sendCommandAction command 'My rts ID 3191872 qualifier 0' to RF USB
   RFPlayer Debug                  json decode failure:
ZIA--
error request number=0
Syntax error: My rts ID 3191872 qualifier 0

Re: Somfy/RTS control

PostPosted: Thu Aug 16, 2018 9:38 am
by FlyingDiver
koburg wrote:
tried also with qualifier 4 same error

Code: Select all
RFPlayer Debug                  sendCommandAction command 'My rts ID 3191872 qualifier 0' to RF USB
   RFPlayer Debug                  json decode failure:
ZIA--
error request number=0
Syntax error: My rts ID 3191872 qualifier 0


Wait. Are you trying to do that with the "send text command" action? Don't do that. There's a specific device action for the "My" command.

Re: Somfy/RTS control

PostPosted: Thu Aug 16, 2018 9:40 am
by koburg
yes I did that but it is sending an off command
not MY command so the blind just go all the way down

Re: Somfy/RTS control

PostPosted: Thu Aug 16, 2018 9:47 am
by FlyingDiver
koburg wrote:
yes I did that but it is sending an off command
not MY command so the blind just go all the way down


The correct command is either "on rts ID 3191872 qualifier 4" or "off rts ID 3191872 qualifier 4". It's not clear from the docs. The "qualifier 4" is what triggers the "my" action.

Please try both of those, with logging on, and post here.