dev #70

Merged
marko merged 7 commits from dev into testing 2025-02-04 20:03:29 +00:00
7 changed files with 33 additions and 828 deletions
Showing only changes of commit b57f538bc3 - Show all commits

View File

@ -1,4 +1,26 @@
### fix: apply patch from stefanru https://forum.fhem.de/index.php?msg=1332884 (HEAD -> patch-stefanru)
### feat: remove DarkSky, change versions remove DarkSkyAPI, no longer supported change Copyright years and versions of OWM API (HEAD -> patch-changeVersion)
>Tue, 4 Feb 2025 21:01:17 +0100
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
[Ticket: no]
### docs: changelog
>Tue, 4 Feb 2025 20:53:14 +0100
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
[Ticket: no]
### fix: apply patch from stefanru https://forum.fhem.de/index.php?msg=1332884
>Tue, 4 Feb 2025 20:52:52 +0100
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)

View File

@ -2,7 +2,7 @@
##############################################################################
#
# 59_Weather.pm
# (c) 2009-2024 Copyright by Dr. Boris Neubert
# (c) 2009-2025 Copyright by Dr. Boris Neubert
# e-mail: omega at online dot de
#
# Contributors:
@ -544,7 +544,7 @@ __END__
],
"release_status": "stable",
"license": "GPL_2",
"version": "v2.2.30",
"version": "v2.2.35",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@ -1,5 +1,4 @@
UPD 2024-10-11_19:46:40 25848 FHEM/59_Weather.pm
UPD 2025-02-04_20:50:25 34419 lib/FHEM/Core/Weather.pm
UPD 2023-01-29_16:14:48 50106 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2023-07-11_14:08:00 33779 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2025-02-04_20:47:55 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm
UPD 2025-02-04_20:57:25 25848 FHEM/59_Weather.pm
UPD 2025-02-04_20:58:03 34419 lib/FHEM/Core/Weather.pm
UPD 2025-02-04_20:58:29 33780 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2025-02-04_20:57:50 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
#
# Developed with VSCodium and richterger perl plugin
#
# (c) 2019-2023 Copyright: Marko Oldenburg (fhemdevelopment at cooltux dot net)
# (c) 2019-2025 Copyright: Marko Oldenburg (fhemdevelopment at cooltux dot net)
# All rights reserved
#
# Special thanks goes to:
@ -423,7 +423,7 @@ sub _ProcessingRetrieveData {
_ErrorHandling( $self,
'OpenWeatherMap Weather decode JSON err ' . $@ );
}
elsif (defined( $data->{cod} )
elsif ( defined( $data->{cod} )
&& $data->{cod}
&& $data->{cod} != 200
&& defined( $data->{message} )

View File

@ -865,7 +865,7 @@ sub _strftimeWrapper {
"abstract": "Wetter API für Weather Underground"
}
},
"version": "v1.2.0",
"version": "v1.3.0",
"author": [
"Julian Pawlowski <julian.pawlowski@gmail.com>"
],

View File

@ -2,7 +2,7 @@
##############################################################################
#
# 59_Weather.pm
# (c) 2009-2024 Copyright by Dr. Boris Neubert
# (c) 2009-2025 Copyright by Dr. Boris Neubert
# e-mail: omega at online dot de
#
# Contributors: