FHEM Forum

FHEM => Automatisierung => DOIF => Thema gestartet von: automatisierer am 23 Februar 2016, 10:16:58

Titel: Problem mit DOIF / Pushover kombination
Beitrag von: automatisierer am 23 Februar 2016, 10:16:58
Hallo,
ich habe einge DOIF die mir per Pushover Nachrichten schicken.


define ueberw_HMLAN DOIF
([HMLANingo1:cond] ne "ok" or [HMLANingo2:cond] ne "ok") (set pushIngo msg 'System' 'HMLANingo1 [HMLANingo1:cond]\nHMLANingo2 [HMLANingo2:cond]' 'IngoS6' 0 '')
DOELSE (set pushIngo msg 'System' 'HMLANingo1 [HMLANingo1:cond]\nHMLANingo2 [HMLANingo2:cond]' 'IngoS6' 0 '')


Diese werden aktuell nicht mehr ausgefüht, mit folgender Fehlermeldung im DOIF:


set pushIngo msg 'System' 'HMLANingo1 ok\nHMLANingo2 ok: Syntax: pushIngo msg ['<title>'] '<msg>' ['<device>' <priority> '<sound>' [<retry> <expire> ['<url_title>' '<action>']]]


Wenn ich den Pushover-Teil direkt ausführe, klappt alles wie gewünscht, aus dem DOIF heraus leider nicht. Habe ich da eine Änderung der Module nicht mitbekommen, oder hat sich da ein "Bug" eingeschlichen?

Gruß
Ingo
Titel: Antw:Problem mit DOIF / Pushover kombination
Beitrag von: Damian am 23 Februar 2016, 10:41:49
Dürfte das hier sein : http://forum.fhem.de/index.php/topic,49553.0.html

Lösung: aktuelle Version von DOIF nehmen.

Gruß

Damian
Titel: Antw:Problem mit DOIF / Pushover kombination
Beitrag von: automatisierer am 23 Februar 2016, 13:11:19
Klapt!
System nicht aktuell :-[... sorry!