FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: Bytechanger am 03 Juni 2016, 12:59:44

Titel: HTTPMOD manuelle Anfrage
Beitrag von: Bytechanger am 03 Juni 2016, 12:59:44
Hallo,

gibt es eine Möglichkeit HTTMOD entsprechend zu konfigurieren, dass es in in Zeitzyklen die Daten abruft, sondern manuell auf Befehl (z.B. wenn ich in einem notify das Abrufen anstoße??)

Greets

Byte
Titel: Antw:HTTPMOD manuelle Anfrage
Beitrag von: kumue am 03 Juni 2016, 13:05:56
mit
set <NAME> reread

commandref
Zitatreread
request the defined URL and try to parse it just like the automatic update would do it every Interval seconds without modifying the running timer.

Titel: Antw:HTTPMOD manuelle Anfrage
Beitrag von: Bytechanger am 03 Juni 2016, 13:10:22
Das wars, danke
Titel: Antw:HTTPMOD manuelle Anfrage
Beitrag von: kumue am 03 Juni 2016, 13:12:25
ich weiß jetzt garnicht, ob zwingend dafür das Attribute enableControlSet aktiviert sein muss...

attr <NAME> enableControlSet 1

commandref
ZitatenableControlSet
enables the built in set commands interval, stop, start, reread, upgradeAttributes, storeKeyValue.