openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 68 forks source link

The WeatherStationUploader community script is obsolete and should be removed #347

Closed besynnerlig closed 3 years ago

besynnerlig commented 3 years ago

The WeatherStationUploader is obsolete due to end of service for the Weather Underground API. Therefore I suggest we retire (remove) the community script for WeatherStationUploader.

5iver commented 3 years ago

I would expect that the API for The Weather Channel also supports this functionality. Maybe we should just update the diocs to state that this no longer works and would need to be modified to use the new API? Maybe someone could look into the API docs to see what would need to change. It may be just the URL.

besynnerlig commented 3 years ago

I would expect that the API for The Weather Channel also supports this functionality. Maybe we should just update the diocs to state that this no longer works and would need to be modified to use the new API? Maybe someone could look into the API docs to see what would need to change. It may be just the URL.

I haven't used the WeatherStationUploader for quite some time and I haven't had a look at The Weather Channel. My outdoor weather sensors don't seem to endure for very long in this climate so I gave up on the idea of having a personal weather station. We could do what you suggest however I won't be able to try it out at the moment. The script is also using the getItemValue and getLastUpdate functions (deprecated) from core.utils so it would need some "TLC" to be kept alive.