28-03-2017, 08:33:23
Das ist per HTTP-Binding relativ einfach und gut dokumentiert:
https://github.com/openhab/openhab1-addo...tp-Binding
Per Script nutze ich das ebenfalls, dann zum Beispiel so:
sendHttpGetRequest("http://<ip_address>/cmd?ITEM_Name=WERT")
oder flexibel
sendHttpGetRequest("http://<ip_address>/cmd?ITEM_Name=" + WERT)
https://github.com/openhab/openhab1-addo...tp-Binding
Per Script nutze ich das ebenfalls, dann zum Beispiel so:
sendHttpGetRequest("http://<ip_address>/cmd?ITEM_Name=WERT")
oder flexibel
sendHttpGetRequest("http://<ip_address>/cmd?ITEM_Name=" + WERT)
"Erfahrung ist das was man glaubt zu besitzen, bevor man neues Wissen erwirbt!"