Http item not working anymore

Hi!
I’m running latest openhabian with openhab 2.4.0.1 and i have trouble with this item:

Number Temperatur_WSK "Temperatur Wetterstation" (Wetterinfo) { http="<[http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428:150000:REGEX(.*Lufttemperatur: <strong>(.*)°C.*)]" }

I have some errors which are related to this item:

2019-07-24 11:05:00.884 [ERROR] [ab.binding.http.internal.HttpBinding] - No response received from 'http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428'
2019-07-24 11:07:36.704 [ERROR] [ab.binding.http.internal.HttpBinding] - No response received from 'http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428'
2019-07-24 11:10:12.313 [ERROR] [ab.binding.http.internal.HttpBinding] - No response received from 'http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428'
2019-07-25 07:21:09.991 [ERROR] [ab.binding.http.internal.HttpBinding] - No response received from 'http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428'
2019-07-25 08:54:48.482 [ERROR] [ab.binding.http.internal.HttpBinding] - No response received from 'http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428'
2019-07-25 12:48:48.254 [ERROR] [ab.binding.http.internal.HttpBinding] - No response received from 'http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428'
2019-07-25 16:12:25.593 [ERROR] [ab.binding.http.internal.HttpBinding] - No response received from 'http://wetter.provinz.bz.it/wetterstationen.asp?stat_stid=1428'

but the item should update more often, last entry from events.log is from 2019-07-19

2019-07-19 14:59:09.387 [vent.ItemStateChangedEvent] - Temperatur_WSK changed from 27.5 to 26.4

i’ve made no modifications to this item since forever and have no idea what happened… where can i start?

maybe type the address into a browser and make sure the web site is still responding how you expect? Only thing I can think of right off

2 Likes

Yeah, that was my first (and only) approach, url ist working!

i don’t get it…
modified the item (small mod to the regex expression) a few times, in the end i copied the item from the opening post above and now it updates again…
huh!

1 Like