From c25d53acd30bf1f7e36d883dd3b8cefb26a98402 Mon Sep 17 00:00:00 2001 From: viegener <> Date: Thu, 12 May 2016 19:15:18 +0000 Subject: [PATCH] 10_SOMFY: Changed maintainer from thomyd to viegener (plus readingFNAttributes) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11433 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 1 + FHEM/10_SOMFY.pm | 58 +++++++++++++++++++++++++++++------------------- MAINTAINER.txt | 2 +- 3 files changed, 37 insertions(+), 24 deletions(-) diff --git a/CHANGED b/CHANGED index bfdbf6c94..ded8364da 100644 --- a/CHANGED +++ b/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 10_SOMFY : Added readingFnAttributes - bugfix: FB_CALLLIST: no reading update when list becomes empty - feature: added new module 37_plex.pm - feature: FBAHAHTTP module as replacement for the deprecated FBAHA diff --git a/FHEM/10_SOMFY.pm b/FHEM/10_SOMFY.pm index 9de148d66..47d22dedd 100644 --- a/FHEM/10_SOMFY.pm +++ b/FHEM/10_SOMFY.pm @@ -1,5 +1,5 @@ ###################################################### -# $Id: 10_SOMFY.pm 7988 2015-02-14 22:04:45Z thomyd $ +# $Id$ # # SOMFY RTS / Simu Hz protocol module for FHEM # (c) Thomas Dankert @@ -43,17 +43,29 @@ # 2015-07-09 viegener - FIX: typo in set go-my (was incorrectly spelled: go_my) # 2015-07-09 viegener - FIX: log and set command helper corrections # 2015-08-05 viegener - Remove setList (obsolete) and could be rather surprising for the module -# -# ###################################################### # +# 2016-05-03 viegener - Support readingFnAttributes also for Somfy +# 2016-05-11 viegener - Handover SOMFY from thdankert/thomyd +# 2016-05-11 viegener - Cleanup Todolist +# 2016-05-11 viegener - Some additions to documentation (commandref) +# +# +############################################################################### +# ### Known Issue - if timer is running and last command equals new command (only for open / close) - considered minor/but still relevant - +# +############################################################################### +############################################################################### # Somfy Modul - OPEN -# - 100 bis 200% new states --> 100% / down / complete +############################################################################### # - Complete shutter / blind as different model - -###################################################### +# - +# - +# - +# - +# +############################################################################### package main; @@ -194,7 +206,8 @@ sub SOMFY_Initialize($) { . " ignore:0,1" . " dummy:1,0" . " model:somfyblinds,somfyshutter" - . " loglevel:0,1,2,3,4,5,6"; + . " loglevel:0,1,2,3,4,5,6" + . " $readingFnAttributes"; } @@ -1210,6 +1223,9 @@ sub SOMFY_CalcCurrentPos($$$$) { which are either senders or receivers/actuators. Right now only SENDING of Somfy commands is implemented in the CULFW, so this module currently only supports devices like blinds, dimmers, etc. through a CUL device (which must be defined first). + Reception of Somfy remotes is only supported indirectly through the usage of an FHEMduino + http://www.fhemwiki.de/wiki/FHEMduino + which can then be used to connect to the SOMFY device.

@@ -1302,7 +1318,7 @@ sub SOMFY_CalcCurrentPos($$$$) { The position reading distinuishes between multiple cases -
- - - Generated events: - diff --git a/MAINTAINER.txt b/MAINTAINER.txt index 6a6b41947..0e6d14424 100644 --- a/MAINTAINER.txt +++ b/MAINTAINER.txt @@ -62,7 +62,7 @@ FHEM/10_MQTT_BRIDGE ntruchsess http://forum.fhem.de Sonstige FHEM/10_MQTT_DEVICE ntruchsess http://forum.fhem.de Sonstige Systeme FHEM/10_MYSENSORS_DEVICE ntruchsess http://forum.fhem.de Sonstige Systeme FHEM/10_OWServer.pm borisneubert/mfr69bs http://forum.fhem.de 1Wire -FHEM/10_SOMFY.pm thdankert http://forum.fhem.de Sonstiges +FHEM/10_SOMFY.pm viegener http://forum.fhem.de Sonstige Systeme FHEM/10_UNIRoll.pm c-herrmann http://forum.fhem.de SlowRF FHEM/10_ZWave.pm rudolfkoenig http://forum.fhem.de ZWave FHEM/10_RESIDENTS.pm loredo http://forum.fhem.de Automatisierung