You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Somfy RTS blinds which work nicely and I am able to control them nicely with FHEM. One of the things that I like is not only the binary all open or all closed but also that I can close them by 30% for example to get a bit of the sun out but not make the room dark.
I have not been able to control them as nicely with Homekit / Eve App.
Here is my FHEM configuration, maybe you have an idea on what else I could try
Hi,
I have Somfy RTS blinds which work nicely and I am able to control them nicely with FHEM. One of the things that I like is not only the binary all open or all closed but also that I can close them by 30% for example to get a bit of the sun out but not make the room dark.
I have not been able to control them as nicely with Homekit / Eve App.
Here is my FHEM configuration, maybe you have an idea on what else I could try
defmod Persiana_Despacho SOMFY 38D609 A1 00E1 attr Persiana_Despacho IODev Signalduino attr Persiana_Despacho devStateIcon closed:fts_shutter_100 open:fts_shutter_10 my:fts_shutter_50 attr Persiana_Despacho drive-down-time-to-100 15 attr Persiana_Despacho drive-down-time-to-close 17 attr Persiana_Despacho drive-up-time-to-100 2 attr Persiana_Despacho drive-up-time-to-open 17 attr Persiana_Despacho eventMap on:ab off:auf go-my:my on:close off:open attr Persiana_Despacho genericDeviceType blind attr Persiana_Despacho group Persianas attr Persiana_Despacho homebridgeMapping clear CurrentPosition=userposition,minValue=0,maxValue=100,minStep=5 TargetPosition=userposition,minValue=0,maxValue=100,minStep=5,cmds=0:close;;50:my;;100:open attr Persiana_Despacho icon fts_shutter_updown attr Persiana_Despacho model somfyshutter attr Persiana_Despacho room Homekit attr Persiana_Despacho siriName Persiana_Despacho attr Persiana_Despacho userReadings userposition {(ReadingsVal($NAME,"state","open") eq "open")?100:(ReadingsVal($NAME,"state","open") eq "go-my")?50:0} attr Persiana_Despacho webCmd stop:on:90:80:70:60:50:40:30:20:10:off
The text was updated successfully, but these errors were encountered: