Hi,
I am trying to get this binding to work with OpenWeatherMap … I have the following settings:
But no temperature is returned … just -°C
Config:
apikey.OpenWeatherMap=b237338ea06xxxxxx0568281309a
location.home.latitude=44.625
location.home.longitude=13.890
location.home.provider=OpenWeatherMap
location.home.language=en
location.home.updateInterval=10
Item:
Number Temperature “Temperature [%.2f °C]” {weather=“locationId=home, type=temperature, property=current”}
SIteMap:
Text item=Temperature label=“Current Temperature” icon=“temperature”
I presume the locationid can be any name I choose?? (currently “home”)
I have registered an API key and it does work, as I have used elsewhere from a JSON script.
Any idea’s what could be wrong?