Somfy screens with SUN/Wind on time schedule

Moderator: leecollings

Post Reply
Rutger
Posts: 10
Joined: Wednesday 14 October 2015 10:29
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5135
Location: Enschede
Contact:

Somfy screens with SUN/Wind on time schedule

Post 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 5716 times

Rutger
Last edited by Rutger on Sunday 19 February 2017 18:52, edited 1 time in total.
Raspberry pi 3B
Domoticz Version: 2020.2 b63341bc0 dzVents Version: 3.0.2 Python Version: 3.7.3
RFXcom RFXtrx433E HW 1.2
RogerSch
Posts: 51
Joined: Saturday 04 April 2015 10:42
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post by RogerSch »

That would be great to have that possibility.
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post by Doudy »

Hello,

Have you find a solution ?

;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
floris74
Posts: 75
Joined: Sunday 30 November 2014 8:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Hoorn, Netherlands
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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
floris74
Posts: 75
Joined: Sunday 30 November 2014 8:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Hoorn, Netherlands
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post by Doudy »

Hello,
Thanks for the information.
Can you give me your program in Lua or Blocky ?
Thanks
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
floris74
Posts: 75
Joined: Sunday 30 November 2014 8:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Hoorn, Netherlands
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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.
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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:
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Rutger
Posts: 10
Joined: Wednesday 14 October 2015 10:29
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5135
Location: Enschede
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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 5192 times
I have to expand the blocky with the days, but thats piece of cake

Thanx and up to the next project
Raspberry pi 3B
Domoticz Version: 2020.2 b63341bc0 dzVents Version: 3.0.2 Python Version: 3.7.3
RFXcom RFXtrx433E HW 1.2
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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 ?
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Rutger
Posts: 10
Joined: Wednesday 14 October 2015 10:29
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5135
Location: Enschede
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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
Raspberry pi 3B
Domoticz Version: 2020.2 b63341bc0 dzVents Version: 3.0.2 Python Version: 3.7.3
RFXcom RFXtrx433E HW 1.2
dude
Posts: 21
Joined: Friday 06 December 2013 21:07
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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
Raspberry PI, RFX 433E, Omnik Solar, Vair Co2, 1-wire, Qubino, TTN lora, Velux KF200, Kaku, Luftdaten, Meteo
munion
Posts: 6
Joined: Sunday 13 November 2016 18:23
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Location: Madrid, Spain
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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?
basmaaks
Posts: 16
Joined: Tuesday 17 October 2017 18:55
Target OS: -
Domoticz version:

Re: Somfy screens with SUN/Wind on time schedule

Post by basmaaks »

how the hack did you get the sun/wind sensor in your domoticz ?
thebartzman
Posts: 10
Joined: Friday 27 December 2019 10:37
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.2
Location: The Netherlands
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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?
RogerSch
Posts: 51
Joined: Saturday 04 April 2015 10:42
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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
thebartzman
Posts: 10
Joined: Friday 27 December 2019 10:37
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.2
Location: The Netherlands
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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.
RogerSch
Posts: 51
Joined: Saturday 04 April 2015 10:42
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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.
shakimiledy
Posts: 2
Joined: Sunday 06 March 2022 12:25
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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?
shakimiledy
Posts: 2
Joined: Sunday 06 March 2022 12:25
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Somfy screens with SUN/Wind on time schedule

Post 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?
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests