Guten Tag,
Ich möchte auf die werte von HMS100TF überwachen und entsprechend
darauf reagieren.
Geht dafür auch watchdog?
oder wie macht ihr das.
Ziel: bei einer bestimmten konstellation von Temp und Luftfeuchte soll
ein Lüfter zugeschaltet werden um auch die Raumecken zu belüften.
Die werte sind im log file.
Ich benötige einen Lösungsansatz.
--
Mit freundlichen Grüßen
Frank Hüttel
FHZ1000PC auf NSLU2 mit Debian
1 FHT80b
2 FS20RST
1 FS20S20
2 HMS100TF
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-
Am Montag, 8. Dezember 2008 schrieb Frank Hüttel:
> Ich möchte auf die werte von HMS100TF überwachen und entsprechend
> darauf reagieren.
> Ziel: bei einer bestimmten konstellation von Temp und Luftfeuchte soll
> ein Lüfter zugeschaltet werden um auch die Raumecken zu belüften.
> Ich benötige einen Lösungsansatz.
Vielleicht hilft Dir
http://www.koeniglich.de/fhem/faq.html#faq12
weiter?
Viele Grüße,
Boris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-
> Geht dafür auch watchdog?
Eher nicht. Der bellt nur, wenn ein Ereignis ausbleibt.
> Ich benötige einen Lösungsansatz.
Jawohl:
define hms_1 hms 1234
define fs20_1 fs20 4321 11
define n_on notify hms_1.humidty:.[0-4] set fs20_1 on
define n_off notify hms_1.humidty:.[6-9] set fs20_1 off
Nicht perfekt und nicht getestet, muesste aber tun.
Gruss,
Rudi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-
Guten Tag Rudolf Koenig,
am Montag, 8. Dezember 2008 um 22:27 schrieben Sie:
> define n_on notify hms_1.humidty:.[0-4] set fs20_1 on
> define n_off notify hms_1.humidty:.[6-9] set fs20_1 off
define hmssh notify hms1.temperature:.*(15).* {fhem("set rool1 on;; define halb at +00:00:05 set rool1 on")}
so funktioniert mit einem Wert hier ist die Lösung mit dem Rollo halb auf benutzt
ist erst mal nur zum testen jetzt gehts ans ausbauen
morgen muß ich den Wertebeich mal testen [13-15]
mir schwebt da die Verwendung von userattr vor, habe ich auch aus
einem Beispiel.
so langsam kann man fhem benutzen
wenn man fragt bekommt man auch antworten Prima
Danke für die schnelle Hilfe
--
Mit freundlichen Grüßen
Frank Hüttel
FHZ1000PC auf NSLU2 mit Debian
1 FHT80b
2 FS20RST
1 FS20S20
2 HMS100TF
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-