add Somfy screen to Domoticz: UP/DOWN vs ON/OFF
Posted: Thursday 06 October 2016 21:08
I have attached the RFlink (version R43) to the PC and with RFLinkloader I have added my Somfy sunscreens to RFlink, according to the description of Supermat on https://matdomotique.wordpress.com/2016 ... -et-somfy/
when using RFloader with RFlink connected to the PC and send: or
or
it works fine
Then I connect the RFlink to the Raspberry.
In Domoticz I have added a switch as "Venetian Blinds EU" (as indicated in above description), but it doesn't work.
In the log of domotics I see the following when I push
the "close" symbol:
the "stop" symbol:
the "open" symbol:
probably because of it is sending ON of OFF instead of UP or DOWN it doesn't work?
any advice on how to proceed is welcome.
when using RFloader with RFlink connected to the PC and send:
Code: Select all
10;RTS;0F0F0F;0;DOWN; Code: Select all
10;RTS;0F0F0F;0;STOP; Code: Select all
10;RTS;0F0F0F;0;UP; Then I connect the RFlink to the Raspberry.
In Domoticz I have added a switch as "Venetian Blinds EU" (as indicated in above description), but it doesn't work.
In the log of domotics I see the following when I push
the "close" symbol:
Code: Select all
RFLink Sending: 10;RTS;0F0F0F;1;ON Code: Select all
RFLink Sending: 10;RTS;0F0F0F;1;STOP Code: Select all
RFLink Sending: 10;RTS;0F0F0F;1;OFF any advice on how to proceed is welcome.