Hauptmenü

Rolladensignal zu kurz

Begonnen von malip, 22 Februar 2013, 12:58:19

Vorheriges Thema - Nächstes Thema

malip

Hi,

ich kann alle bis auf einen Rolladen gut steuern.
Der eine geht immer nur für ein kurzes Stück runter oder hoch, wenn ich auf :8083 klicke.
Alle anderen gehen.
Kann ich die logs im debug mode starten oder sonst etwas?

Ciao markus

MisterEltako

Hi!

Vielleicht hats du die Laufzeiten im Aktor zu kurz eingestellt.
versuch mal den betroffenen Aktor als Device einzutragen:
set <device> getConfig
get <devie reg> all

und poste das Ergebnis (eingestellte Laufzeiten)


Poste zusätzlich Mal den die Definition und die entsprechenden Programmzeilen die die Rollläden steuern sowie die Filelogzeilen nach Betätigung. Sonst kann man von Ferne nicht helfen.

MfG, MisterEltako.
HMLAN-Konfigurations-Adapter, HM-Funkjalousieaktor/HM-Dimmaktor/HM-Schaltaktor f. Markenschalter, Jalousie-/Schaltaktor von Eltako, FT4 v. Eltako, TCM310

malip


(siehe Anhang / see attachement)
Hi,

danke für den prompten Hilfeversuch.

Ich habe die AVM Laborfirmware auf der Fritzbox und da ist erstmal nix mit telnet.
Kann ich das auch im fhem webtool einkippen?
Screenshot attached

Danke Ciao markus


malip

geht:
# Rolladen ZwillingeStrasse
define roll.ZwillingeStrasse FS20 XXXXXXXXXXXX
attr roll.ZwillingeStrasse IODev FHZ_0
attr roll.ZwillingeStrasse room FS20
define FileLog_roll.ZwillingeStrasse FileLog /var/log/fhem/roll.ZwillingeStrasse-%Y.log roll.ZwillingeStrasse
attr FileLog_roll.ZwillingeStrasse logtype text
attr FileLog_roll.ZwillingeStrasse room FS20

geht nicht:
# Rolladen ZwillingeGarage
define roll.ZwillingeGarage FS20 XXXXXXXXXXXXX
attr roll.ZwillingeGarage IODev FHZ_0
attr roll.ZwillingeGarage room FS20
define FileLog_roll.ZwillingeGarage FileLog /var/log/fhem/roll.ZwillingeGarage-%Y.log roll.ZwillingeGarage
attr FileLog_roll.ZwillingeGarage logtype text
attr FileLog_roll.ZwillingeGarage room FS20

malip

telnet geht doch-mit putty, windows telnet nicht-komisch, naja

fhem> set roll.ZwillingeStrasse getConfig
Unknown argument getConfig, choose one of dim06% dim100% dim12% dim18% dim25% dim31% dim37% dim43% dim50% dim56% dim62% dim68% dim75% dim81% dim87% dim93% dimdown dimup dimupdown off off-for-timer on on-100-for-timer-prev on-for-timer on-old-for-timer on-old-for-timer-prev on-till ramp-off-time ramp-on-time reset sendstate timer toggle
                 fhem>
fhem>
fhem>
fhem> get roll.ZwillingeStrasse all
No get implemented for roll.ZwillingeStrasse
                                            fhem>
fhem>

MisterEltako

in Fhemweb-Kommandozeile nacheinandereingeben: jeweils mit Enter bestätigen.


set roll.ZwillingeGarage getConfig
get roll.ZwillingeGarage reg all

in der Anzeige erscheint....
driveDown : 25s
driveUp: 27s

Das sind die Fahrzeiten des Rollladens. Was steht da bei dir?

MfG, MisterEltako


HMLAN-Konfigurations-Adapter, HM-Funkjalousieaktor/HM-Dimmaktor/HM-Schaltaktor f. Markenschalter, Jalousie-/Schaltaktor von Eltako, FT4 v. Eltako, TCM310

justme1968

ich glaube das sind fs20 aktoren. da gibt es kein getConfig ...

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

malip

sieht ganz danach aus, als ob die fs20 das nicht können.
komisch ist echt, dass ich 12 Rolläden ohne Probleme laufen lassen kann und nur einer so kurz rumstottert, wenn ich auf runterfahren klicke.

MisterEltako

Hi!

Ich habe leider Homematic im Einsatz. Kann also nicht testen, was dir helfen könnte.

Hast du das Standardvorgehen (Rollladenaktor resetten oder auf Werkszustand versetzen und neu mit Fhem pairen) schon ausgetestet?

MfG, MisterEltako.
HMLAN-Konfigurations-Adapter, HM-Funkjalousieaktor/HM-Dimmaktor/HM-Schaltaktor f. Markenschalter, Jalousie-/Schaltaktor von Eltako, FT4 v. Eltako, TCM310

malip

ist zu sehr verbaut um das schnell zu testen, ausserdem geht es, wenn ich es mit meinem notebook und der homeputer software mache.

MisterEltako

Hi!

Dann muss es das hoch und ja an Fhem liegen, wenn es mir der anderen Software geht.

Mit welchen Codezeilen veranlasst du das Hoch- und Runterfahren?

MfG, MisterEltako.
HMLAN-Konfigurations-Adapter, HM-Funkjalousieaktor/HM-Dimmaktor/HM-Schaltaktor f. Markenschalter, Jalousie-/Schaltaktor von Eltako, FT4 v. Eltako, TCM310

malip

set roll.ZwillingeGarage off oder on oder über den Browser.

MisterEltako

Zitatset roll.ZwillingeGarage off

Und wie ist das eingebunden???

Versuch doch mal:

define Test dummy
define n_Test notify Test {fhem ("set roll.ZwillingeStrasse on;;set roll.ZwillingeGarage on")}


und in die Kommandozeile: trigger Test

Es müssten dann beide das selbe schalten....

dann in Logfile anschauen und posten.

Das muss doch zu schaffen sein ;o)

MfG, MisterEltako.
HMLAN-Konfigurations-Adapter, HM-Funkjalousieaktor/HM-Dimmaktor/HM-Schaltaktor f. Markenschalter, Jalousie-/Schaltaktor von Eltako, FT4 v. Eltako, TCM310

MisterEltako

Eventuell vorher Loglevel heraufsetzen (5).... Inhalt von HauptLogFile, nicht von /roll.ZwillingeStrasse-%Y.log

MfG, MisterEltako.
HMLAN-Konfigurations-Adapter, HM-Funkjalousieaktor/HM-Dimmaktor/HM-Schaltaktor f. Markenschalter, Jalousie-/Schaltaktor von Eltako, FT4 v. Eltako, TCM310

malip

mir fällt nur unparsed ins Auge:

2013.02.25 12:34:23 5: Cmd: >define Test2 dummy<
2013.02.25 12:34:23 5: Triggering global (1 changes)
2013.02.25 12:34:23 5: global trigger: Checking FileLog_CO2Melder for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_FS20_4b7600 for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_HMS100TF_1ac0 for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_ds.daemmerung for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_ds.dunkel for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_rm.eg.flur for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.Bad for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.Buero1 for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.Buero2 for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.Eltern for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.GartenGross for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.GartenKlein for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.Kueche for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.SkylarGarten for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.SkylarStrasse for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.WC for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.WoZihinten for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.ZwillingeGarage for notify
2013.02.25 12:34:23 5: global trigger: Checking FileLog_roll.ZwillingeStrasse for notify
2013.02.25 12:34:23 5: global trigger: Checking Logfile for notify
2013.02.25 12:34:23 5: global trigger: Checking WEB for notify
2013.02.25 12:34:23 5: global trigger: Checking WEBphone for notify
2013.02.25 12:34:23 5: global trigger: Checking WEBtablet for notify
2013.02.25 12:34:23 5: global trigger: Checking autocreate for notify
2013.02.25 12:34:23 5: global trigger: Checking n_Test for notify
2013.02.25 12:34:23 5: global trigger: Checking rm.eg.flur.n for notify
2013.02.25 12:34:29 5: Cmd: >define n_Test notify Test2 {fhem ("set roll.ZwillingeStrasse on;set roll.ZwillingeGarage on")}<
2013.02.25 12:34:38 5: Cmd: >define n_Test2 notify Test2 {fhem ("set roll.ZwillingeStrasse on;set roll.ZwillingeGarage on")}<
2013.02.25 12:34:38 5: Triggering global (1 changes)
2013.02.25 12:34:38 5: global trigger: Checking FileLog_CO2Melder for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_FS20_4b7600 for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_HMS100TF_1ac0 for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_ds.daemmerung for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_ds.dunkel for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_rm.eg.flur for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.Bad for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.Buero1 for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.Buero2 for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.Eltern for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.GartenGross for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.GartenKlein for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.Kueche for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.SkylarGarten for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.SkylarStrasse for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.WC for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.WoZihinten for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.ZwillingeGarage for notify
2013.02.25 12:34:38 5: global trigger: Checking FileLog_roll.ZwillingeStrasse for notify
2013.02.25 12:34:38 5: global trigger: Checking Logfile for notify
2013.02.25 12:34:38 5: global trigger: Checking WEB for notify
2013.02.25 12:34:38 5: global trigger: Checking WEBphone for notify
2013.02.25 12:34:38 5: global trigger: Checking WEBtablet for notify
2013.02.25 12:34:38 5: global trigger: Checking autocreate for notify
2013.02.25 12:34:38 5: global trigger: Checking n_Test for notify
2013.02.25 12:34:38 5: global trigger: Checking rm.eg.flur.n for notify
2013.02.25 12:34:44 5: Cmd: >trigger Test2<
2013.02.25 12:34:44 5: Triggering Test2 (1 changes)
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_CO2Melder for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_FS20_4b7600 for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_HMS100TF_1ac0 for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_ds.daemmerung for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_ds.dunkel for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_rm.eg.flur for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.Bad for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.Buero1 for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.Buero2 for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.Eltern for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.GartenGross for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.GartenKlein for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.Kueche for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.SkylarGarten for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.SkylarStrasse for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.WC for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.WoZihinten for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.ZwillingeGarage for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking FileLog_roll.ZwillingeStrasse for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking Logfile for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking WEB for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking WEBphone for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking WEBtablet for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking autocreate for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking n_Test for notify
2013.02.25 12:34:44 5: Test2 trigger: Checking n_Test2 for notify
2013.02.25 12:34:44 5: Triggering n_Test2
2013.02.25 12:34:44 5: Cmd: >{fhem ("set roll.ZwillingeStrasse on;set roll.ZwillingeGarage on")}<
2013.02.25 12:34:44 5: Cmd: >set roll.ZwillingeStrasse on<
2013.02.25 12:34:44 2: FS20 set roll.ZwillingeStrasse on
2013.02.25 12:34:44 5: Sending 81090472010101448f8b11
2013.02.25 12:34:44 5: Triggering roll.ZwillingeStrasse (1 changes)
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_CO2Melder for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_FS20_4b7600 for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_HMS100TF_1ac0 for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_ds.daemmerung for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_ds.dunkel for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_rm.eg.flur for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.Bad for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.Buero1 for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.Buero2 for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.Eltern for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.GartenGross for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.GartenKlein for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.Kueche for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.SkylarGarten for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.SkylarStrasse for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.WC for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.WoZihinten for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.ZwillingeGarage for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking FileLog_roll.ZwillingeStrasse for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking Logfile for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking WEB for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking WEBphone for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking WEBtablet for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking autocreate for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking n_Test for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking n_Test2 for notify
2013.02.25 12:34:44 5: roll.ZwillingeStrasse trigger: Checking rm.eg.flur.n for notify
2013.02.25 12:34:44 5: Cmd: >set roll.ZwillingeGarage on<
2013.02.25 12:34:44 2: FS20 set roll.ZwillingeGarage on
2013.02.25 12:34:44 5: Sending 810904f90101016b730711
2013.02.25 12:34:44 5: Triggering roll.ZwillingeGarage (1 changes)
2013.02.25 12:34:44 5: roll.ZwillingeGarage trigger: Checking FileLog_CO2Melder for notify
2013.02.25 12:34:44 5: roll.ZwillingeGarage trigger: Checking FileLog_FS20_4b7600 for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_HMS100TF_1ac0 for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_ds.daemmerung for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_ds.dunkel for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_rm.eg.flur for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.Bad for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.Buero1 for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.Buero2 for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.Eltern for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.GartenGross for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.GartenKlein for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.Kueche for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.SkylarGarten for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.SkylarStrasse for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.WC for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.WoZihinten for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.ZwillingeGarage for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking FileLog_roll.ZwillingeStrasse for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking Logfile for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking WEB for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking WEBphone for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking WEBtablet for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking autocreate for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking n_Test for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking n_Test2 for notify
2013.02.25 12:34:45 5: roll.ZwillingeGarage trigger: Checking rm.eg.flur.n for notify
2013.02.25 12:34:45 5: Test2 trigger: Checking rm.eg.flur.n for notify
2013.02.25 12:34:55 4: HTTP FHEMWEB:192.168.178.25:4404 GET /fhem?room=HMS
2013.02.25 12:34:55 4: /fhem?room=HMS / RL: 982 / text/html; charset=UTF-8 / Content-Encoding: gzip
 /
2013.02.25 12:34:55 4: HTTP FHEMWEB:192.168.178.25:4404 GET /favicon.ico
2013.02.25 12:34:55 5: Unknown document /favicon.ico requested
2013.02.25 12:34:55 4: /favicon.ico / RL: 20 / text/html; charset=UTF-8 / Content-Encoding: gzip
 /
2013.02.25 12:34:57 4: HTTP FHEMWEB:192.168.178.25:4404 GET /fhem?room=Unsorted
2013.02.25 12:34:57 4: /fhem?room=Unsorted / RL: 1742 / text/html; charset=UTF-8 / Content-Encoding: gzip
 /
2013.02.25 12:34:57 4: HTTP FHEMWEB:192.168.178.25:4404 GET /favicon.ico
2013.02.25 12:34:57 5: Unknown document /favicon.ico requested
2013.02.25 12:34:57 4: /favicon.ico / RL: 20 / text/html; charset=UTF-8 / Content-Encoding: gzip
 /
2013.02.25 12:34:59 4: HTTP FHEMWEB:192.168.178.25:4404 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2013-02.log
2013.02.25 12:35:02 4: /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2013-02.log / RL: 185096 / text/html; charset=UTF-8 / Content-Encoding: gzip
 /
2013.02.25 12:35:03 4: HTTP FHEMWEB:192.168.178.25:4404 GET /favicon.ico
2013.02.25 12:35:03 5: Unknown document /favicon.ico requested
2013.02.25 12:35:03 4: /favicon.ico / RL: 20 / text/html; charset=UTF-8 / Content-Encoding: gzip
 /
2013.02.25 12:35:29 4: FHZ/RAW: 810e04130510a0011ac000000001 (Unparsed: )
2013.02.25 12:35:29 4: FHZ/RAW: 4240 (Unparsed: 810e04130510a0011ac000000001)
2013.02.25 12:35:29 5: FHZ_0 dispatch 810e04130510a0011ac0000000014240
2013.02.25 12:35:29 4: HMS Device 1ac0 (HMS100TF: T: 20.1  H: 40.4  Bat: ok)
2013.02.25 12:35:29 5: Triggering HMS100TF_1ac0 (4 changes)
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_CO2Melder for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_FS20_4b7600 for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_HMS100TF_1ac0 for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_ds.daemmerung for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_ds.dunkel for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_rm.eg.flur for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.Bad for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.Buero1 for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.Buero2 for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.Eltern for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.GartenGross for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.GartenKlein for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.Kueche for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.SkylarGarten for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.SkylarStrasse for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.WC for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.WoZihinten for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.ZwillingeGarage for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking FileLog_roll.ZwillingeStrasse for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking Logfile for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking WEB for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking WEBphone for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking WEBtablet for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking autocreate for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking n_Test for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking n_Test2 for notify
2013.02.25 12:35:29 5: HMS100TF_1ac0 trigger: Checking rm.eg.flur.n for notify