Following problem:
I have got another Website / System from which one I want to send a GET Command to Openhab to change an Item there.
What i tried:
Defined an item in openhab like found in http Binding Documentation:
Number Status_Home “Smarthome Status” (gMain, gTest3, gHistoryM) { http=">[1:GET:http://intern.holhome.de:8080/Status_Home:ActionA] >[2:GET:http://intern.holhome.de:8080/Status_Home:ActionB]" }
Item-file is reloaded without errors.
But it does not fit.
Calling that URL http://intern.holhome.de:8080/Status_Home:ActionA gives an Error:
HTTP ERROR 404
Problem accessing /Status_Home:HookAnwesend. Reason:
Not Found
While reading again and again, looks like I made a mistake: Configuration like this will cause openhap to send this GET if Item changes. Am I right?
Is there any way to force an Action in Openhab2 send a GET to the Openhab2-Server?