diff --git a/FHEM/00_FHZ.pm b/FHEM/00_FHZ.pm index 6ff3b3340..8af4ad718 100755 --- a/FHEM/00_FHZ.pm +++ b/FHEM/00_FHZ.pm @@ -872,13 +872,14 @@ FHZ_Read($) for detailed USB / electromag. interference troubleshooting.
initfull
issues the initialization sequence for the FHZ
device:- get FHZ init2 - get FHZ serial - set FHZ initHMS - set FHZ initFS20 - set FHZ time - set FHZ raw 04 01010100010000
+ get FHZ init2
+ get FHZ serial
+ set FHZ initHMS
+ set FHZ initFS20
+ set FHZ time
+ set FHZ raw 04 01010100010000
+
reopen
closes and reopens the serial device port. This
implicitly initializes the FHZ and issues the
initfull
command sequence.set <name> <value> [<time>]
value
is one of:- dim06% dim12% dim18% dim25% dim31% dim37% dim43% dim50% - dim56% dim62% dim68% dim75% dim81% dim87% dim93% dim100% - dimdown - dimup - dimupdown - off - off-for-timer - on # dimmer: set to value before switching it off - on-for-timer # see the note - on-old-for-timer # set to previous (before switching it on) - ramp-on-time # time to reach the desired dim value on dimmers - ramp-off-time # time to reach the off state on dimmers - reset - sendstate - timer - toggle # between off and previous dim val - on-till # Special, see the note -+
+ dim06% dim12% dim18% dim25% dim31% dim37% dim43% dim50%
+ dim56% dim62% dim68% dim75% dim81% dim87% dim93% dim100%
+ dimdown
+ dimup
+ dimupdown
+ off
+ off-for-timer
+ on # dimmer: set to value before switching it off
+ on-for-timer # see the note
+ on-old-for-timer # set to previous (before switching it on)
+ ramp-on-time # time to reach the desired dim value on dimmers
+ ramp-off-time # time to reach the off state on dimmers
+ reset
+ sendstate
+ timer
+ toggle # between off and previous dim val
+ on-till # Special, see the note
+
set <name> <valuetype> <value>
value
is one of:- desired-temp - day-temp night-temp - report1 report2 - refreshvalues - mode - holiday1 holiday2 # see mode holiday_short or holiday - manu-temp # No clue what it does. - year month day hour minute - time date - lowtemp-offset # Alarm-Temp.-Differenz - windowopen-temp - mon-from1 mon-to1 mon-from2 mon-to2 - tue-from1 tue-to1 tue-from2 tue-to2 - wed-from1 wed-to1 wed-from2 wed-to2 - thu-from1 thu-to1 thu-from2 thu-to2 - fri-from1 fri-to1 fri-from2 fri-to2 - sat-from1 sat-to1 sat-from2 sat-to2 - sun-from1 sun-to1 sun-from2 sun-to2 -+
+ desired-temp
+ day-temp night-temp
+ report1 report2
+ refreshvalues
+ mode
+ holiday1 holiday2 # see mode holiday_short or holiday
+ manu-temp # No clue what it does.
+ year month day hour minute
+ time date
+ lowtemp-offset # Alarm-Temp.-Differenz
+ windowopen-temp
+ mon-from1 mon-to1 mon-from2 mon-to2
+ tue-from1 tue-to1 tue-from2 tue-to2
+ wed-from1 wed-to1 wed-from2 wed-to2
+ thu-from1 thu-to1 thu-from2 thu-to2
+ fri-from1 fri-to1 fri-from2 fri-to2
+ sat-from1 sat-to1 sat-from2 sat-to2
+ sun-from1 sun-to1 sun-from2 sun-to2
+
- define emwz 1 75 900 0.15 12.50+
+ define emwz 1 75 900 0.15 12.50
+
- CUM_DAY: 6.849 CUM: 60123.4 COST: 1.02 - CUM_MONTH: 212.319 CUM: 60123.4 COST: 44.34+
+ CUM_DAY: 6.849 CUM: 60123.4 COST: 1.02
+ CUM_MONTH: 212.319 CUM: 60123.4 COST: 44.34
+
- # Request data from the FHT80 _once_ if we do not receive any message for
- # 15 Minutes.
- define w watchdog FHT80 00:15:00 SAME set FHT80 date
+
+ # Request data from the FHT80 _once_ if we do not receive any message for
+ # 15 Minutes.
+ define w watchdog FHT80 00:15:00 SAME set FHT80 date
- # Request data from the FHT80 _each_ time we do not receive any message for
- # 15 Minutes, i.e. reactivate the watchdog after it triggered. Might be
- # dangerous, as it can trigger in a loop.
- define w watchdog FHT80 00:15:00 SAME set FHT80 date;; trigger w .
+ # Request data from the FHT80 _each_ time we do not receive any message for
+ # 15 Minutes, i.e. reactivate the watchdog after it triggered. Might be
+ # dangerous, as it can trigger in a loop.
+ define w watchdog FHT80 00:15:00 SAME set FHT80 date;; trigger w .
- # Shout once if the HMS100-FIT is not alive
- define w watchdog HMS100-FIT 01:00:00 SAME "alarm-fit.sh"
+ # Shout once if the HMS100-FIT is not alive
+ define w watchdog HMS100-FIT 01:00:00 SAME "alarm-fit.sh"
- # Send mail if the window is left open
- define w watchdog contact1:open 00:15 contact1:closed "mail_me close window1"
- attr w regexp1WontReactivate
-
+ # Send mail if the window is left open<filename>
. The log format is
- - YYYY:MM:DD_HH:MM:SS <device> <event>+
+ YYYY:MM:DD_HH:MM:SS <device> <event>
+
get outlog out-2008.log - 2008-01-01 2008-01-08 4:IR:int: 9:IR::-
+ get outlog out-2008.log - 2008-01-01 2008-01-08 4:IR:int: 9:IR::
+
fhem> xmllist - <FHZINFO> - <internal_LIST> - <internal name="global" state="internal" sets="" - attrs="room configfile logfile ..."> - <INT key="DEF" value="<no definition>"/> - <INT key="NR" value="0"/> - <INT key="STATE" value="internal"/> - [...] - -+
+
+ fhem> xmllist
+ <FHZINFO>
+
+ <internal_LIST>
+
+ <internal name="global" state="internal" sets="" attrs="room configfile logfile ...">
+
+ <INT key="DEF" value="<no definition>"/>
+ <INT key="NR" value="0"/>
+ <INT key="STATE" value="internal"/>
+
+ [...]
+
+
+
=end html