HTTP Binding OpenHab 3 Problem

Hi,

I used to have HTTP binding to retrieve information from my wheather station. I dont seem to get it to work in openhab 3.

Http.cfg in openhab 2
granularity=30000
davisLiveLinkCache.url=http://192.168.1.107/v1/current_conditions
davisLiveLinkCache.updateInterval=30000

Items file
Number davisOutsideTemperatureJSON { http="<[davisLiveLinkCache:30000:JSONPATH($.data.conditions[0].temp)]" }

In openhab 3

Channel

No data is retrieved, what i’m i doing wrong

Your log may give a clue?

Do you have the JSONPATH Transformation Service installed?

How do you come to this conclusion? Do you have it linked to an Item?

1 Like

Thanks installing the JSONPATH Transformation service fixed the problem.

1 Like