Page 1 of 1

Somfy screens with SUN/Wind on time schedule

Posted: Monday 16 May 2016 14:40
by Rutger
Hello,

I have screens from SOMFY with the Sun/wind detector, working in Domoticz.
I like additional control time schedule.
For example, the screens may only be controlled by sun/wind detector when it is a working day and started by 9 o'clock.

Is there a command to use "Enable sun/wind detector" in LUA or Blockly events?
sun-wind detector.PNG
sun-wind detector.PNG (51.18 KiB) Viewed 6067 times

Rutger

Re: Somfy screens with SUN/Wind on time schedule

Posted: Saturday 21 May 2016 7:33
by RogerSch
That would be great to have that possibility.

Re: Somfy screens with SUN/Wind on time schedule

Posted: Tuesday 20 September 2016 17:40
by Doudy
Hello,

Have you find a solution ?

;)

Re: Somfy screens with SUN/Wind on time schedule

Posted: Tuesday 04 October 2016 21:09
by floris74
Hi,

Iḿ trying to make a group or a switch to controll the commands to turn the screen in sun/wind modus of manual modus. i tried it with this command:
http://192.168.1.55:1720/json.htm?type= ... SunWind(1)"
http://192.168.1.55:1720/json.htm?type= ... SunWind(0)"

But it does not sent the "RFYEnableSunWind(1)" or the "RFYEnableSunWind(0)" command. it seems that its sending only the open or close command. Is there a way to sent the "RFYEnableSunWind(1)" and "RFYEnableSunWind(1)" commands to my screens ? (without using the popup menu, so i can create a virtual button, wich i can use in scripts or with blockly)

Hope im clear.

FLoris

Re: Somfy screens with SUN/Wind on time schedule

Posted: Tuesday 11 October 2016 21:43
by floris74
WIth a lot of help form Marko; problem solved!

the commands are:
http://192.168.1.55:1720/json.htm?type= ... bleSunWind
http://192.168.1.55:1720/json.htm?type= ... bleSunWind

just replace your ip and the idx number compare to your screen and use these http lines in a virtual switch (it didnt work in a group) :)

Floris

Re: Somfy screens with SUN/Wind on time schedule

Posted: Wednesday 12 October 2016 10:12
by Doudy
Hello,
Thanks for the information.
Can you give me your program in Lua or Blocky ?
Thanks

Re: Somfy screens with SUN/Wind on time schedule

Posted: Friday 14 October 2016 9:36
by floris74
Hi,

I havent (yet) a program in lua or blockley. But i think thats not that hard to do. Just think what you want the blockly needs to do and make it :)I dont know wat you want.

Re: Somfy screens with SUN/Wind on time schedule

Posted: Friday 14 October 2016 11:38
by Doudy
Hello,
I have somfy screens with sun/detector Sunsis Sensor RTS
https://www.somfy.fr/file.cfm/notice_su ... ntID=57709

My problem is this:
How to detect Sunsis in order to use it in Domoticz !

an idea ?

:?: :idea:

Re: Somfy screens with SUN/Wind on time schedule

Posted: Sunday 19 February 2017 18:41
by Rutger
Hai

with the help of Floris74 answers i could managed to combine a time schedule and the Wind/SUN sensor on my screens (4x).
I created a dummy switch to set on/off the Automatic for the screens and combined it with the time schedule.
Knipsel.PNG
Knipsel.PNG (46.03 KiB) Viewed 5543 times
I have to expand the blocky with the days, but thats piece of cake

Thanx and up to the next project

Re: Somfy screens with SUN/Wind on time schedule

Posted: Monday 20 February 2017 8:35
by Doudy
Doudy wrote:Hello,
I have somfy screens with sun/detector Sunsis Sensor RTS
https://www.somfy.fr/file.cfm/notice_su ... ntID=57709

My problem is this:
How to detect Sunsis in order to use it in Domoticz !

an idea ?

:?: :idea:
Nobody ?
;)

Re: Somfy screens with SUN/Wind on time schedule

Posted: Saturday 25 February 2017 8:29
by Rutger
A little failure in my blocky code.

It wants to set every minute the code on for the sun/wind sensor on the screens.
Has someone idea how to correct this.


Rutger

Re: Somfy screens with SUN/Wind on time schedule

Posted: Friday 17 March 2017 9:49
by dude
Just installed my RFXcom 433 E and get my somfy sunscreens paired in domoticz. I followed the domoticz wiki for this. Great !!

Question I also have a sun/wind detector from somfy. Are you also able to incorporate this device into Domoticz ? If yes, which type of device should I configure ?

Thx

Re: Somfy screens with SUN/Wind on time schedule

Posted: Wednesday 17 January 2018 17:46
by munion
I've the same problem, I would like to read my Somfy Solis sun/wind sensor to manage all my blinds and shutters and I'm not able to register the sensor in my RFXCOM hardware.

Any idea?

Re: Somfy screens with SUN/Wind on time schedule

Posted: Wednesday 17 January 2018 20:34
by basmaaks
how the hack did you get the sun/wind sensor in your domoticz ?

Re: Somfy screens with SUN/Wind on time schedule

Posted: Saturday 23 May 2020 23:26
by thebartzman
Can anybody tell if its possible to integrate the Somfy Sun / wind sensor (Somfy Soliris Sensor RTS) into Domoticz. If so, how can the link setup between the RFXtrx433E module and the somfy sun/wind sensor?

Re: Somfy screens with SUN/Wind on time schedule

Posted: Sunday 24 May 2020 7:57
by RogerSch
Unfortunately I did not yet manage to receive the Sun / Wind commands of the Somfy Soliris Sensor in Domoticz. However it is possible to activate or deactivate the Sun/Winds status of a screen by using the following commands:
Enable (where the number behind idx is the idx number of the screen in domoticz):
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=EnableSunWind
Disable:
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=DisableSunWind

Re: Somfy screens with SUN/Wind on time schedule

Posted: Sunday 24 May 2020 18:30
by thebartzman
RogerSch wrote: Sunday 24 May 2020 7:57 Unfortunately I did not yet manage to receive the Sun / Wind commands of the Somfy Soliris Sensor in Domoticz. However it is possible to activate or deactivate the Sun/Winds status of a screen by using the following commands:
Enable (where the number behind idx is the idx number of the screen in domoticz):
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=EnableSunWind
Disable:
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=DisableSunWind
Ah there are some possibilities. Thanks!
Based on your answer Domoticz communicates (by using RFXcom) with the Somfy RTS screen motor directly and not with the wind/sun sensor. With enable / disable SunWind in the RTS motor it looks like it's a setting in the RFS motor if the motor must listen to the sun sensor or not. Correct me if i'm wrong. Is it true, if the setting = DisableSunWind, does the motor still listening to the wind sensor. So when it's to windy outside the sunscreen will roll in?

So the question for me is. Is it worth to invest in a RFXtrx433XL module à €100,- so we can control the sun sensor if the outside temperature is high enough. During a sunny day in februari it's not necessary to roll out the sun screen, because the temperature cold outside.

Re: Somfy screens with SUN/Wind on time schedule

Posted: Friday 10 July 2020 22:47
by RogerSch
thebartzman wrote: Sunday 24 May 2020 18:30
RogerSch wrote: Sunday 24 May 2020 7:57 Unfortunately I did not yet manage to receive the Sun / Wind commands of the Somfy Soliris Sensor in Domoticz. However it is possible to activate or deactivate the Sun/Winds status of a screen by using the following commands:
Enable (where the number behind idx is the idx number of the screen in domoticz):
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=EnableSunWind
Disable:
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=DisableSunWind
Ah there are some possibilities. Thanks!
Based on your answer Domoticz communicates (by using RFXcom) with the Somfy RTS screen motor directly and not with the wind/sun sensor. With enable / disable SunWind in the RTS motor it looks like it's a setting in the RFS motor if the motor must listen to the sun sensor or not. Correct me if i'm wrong. Is it true, if the setting = DisableSunWind, does the motor still listening to the wind sensor. So when it's to windy outside the sunscreen will roll in?

So the question for me is. Is it worth to invest in a RFXtrx433XL module à €100,- so we can control the sun sensor if the outside temperature is high enough. During a sunny day in februari it's not necessary to roll out the sun screen, because the temperature cold outside.
If I`m not mistaken the Wind Sensor will always work.

Re: Somfy screens with SUN/Wind on time schedule

Posted: Sunday 07 August 2022 12:46
by shakimiledy
thebartzman wrote: Sunday 24 May 2020 18:30
RogerSch wrote: Sunday 24 May 2020 7:57 Unfortunately I did not yet manage to receive the Sun / Wind commands of the Somfy Soliris Sensor in Domoticz. However it is possible to activate or deactivate the Sun/Winds status of a screen by using the following commands:
Enable (where the number behind idx is the idx number of the screen in domoticz):
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=EnableSunWind
Disable:
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=DisableSunWind
So the question for me is. Is it worth to invest in a RFXtrx433XL module à €100,- so we can control the sun sensor if the outside temperature is high enough. During a sunny day in februari it's not necessary to roll out the sun screen, because the temperature cold outside.
I have got the rfxmodule and I'm trying to archive the same, disable sun sensor automatically if external temperature is lower than 20 degree celsius.

Has any other one been able to archive that?

Re: Somfy screens with SUN/Wind on time schedule

Posted: Sunday 07 August 2022 12:55
by shakimiledy
thebartzman wrote: Sunday 24 May 2020 18:30
RogerSch wrote: Sunday 24 May 2020 7:57 Unfortunately I did not yet manage to receive the Sun / Wind commands of the Somfy Soliris Sensor in Domoticz. However it is possible to activate or deactivate the Sun/Winds status of a screen by using the following commands:
Enable (where the number behind idx is the idx number of the screen in domoticz):
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=EnableSunWind
Disable:
http://<<IP-ADDRESS OF DOMOTICZ>>:8084/json.htm?type=command&param=switchlight&idx=7&switchcmd=DisableSunWind
So the question for me is. Is it worth to invest in a RFXtrx433XL module à €100,- so we can control the sun sensor if the outside temperature is high enough. During a sunny day in februari it's not necessary to roll out the sun screen, because the temperature cold outside.
I have got the rfxmodule and I'm trying to archive the same, disable sun sensor automatically if external temperature is lower than 20 degree celsius.

Has any other one been able to archive that?