Hello,
I am using a small console application on another Linux system to get data from my heat pump. This data should be transfered with wget via http to OH1 and parsed into items. But I dont know how to do this.
HTTP binding? It seems to only can GET/POSt to another URl, but no “inbound” receiving.
Send whole JSON string with REST api to a single variable und strip data in rule to different items? Could this work?
Any other suggestion? I dont need sign into the right direction
example json string
[{'resp': '9088.0', 'timestamp': 1512591106.425883, 'name': 'runtime_pump'}, {'resp': '4064.0', 'timestamp': 1512591106.534158, 'name': 'qdhw'}]
value 9088 to item runtime_pump
value 4064 to item qdhw
I am still using OH1 because KNX binding in OH2 had some problems with repeating telegrams.
Thank you for any advice