Marko Oldenburg
84f0562f27
add support fpr Meta.pm and little Code changes
2019-09-11 08:42:42 +02:00
Marko Oldenburg
5ff16316eb
add Meta.pm Support
2019-09-11 08:20:28 +02:00
Marko Oldenburg
3d8ababbfe
add support for set weather newLocation, temorary location change
2019-09-11 08:19:31 +02:00
Marko Oldenburg
7a3fbb960b
change version numbers
2019-09-11 08:02:08 +02:00
Marko Oldenburg
ddc004b0de
change code in SetFn, change delimiter for set cmd newLocation
2019-09-10 10:50:30 +02:00
Marko Oldenburg
83d55d6c22
add setter locationTemp to change location temporary
2019-09-09 17:35:59 +02:00
Marko Oldenburg
ec08d0ec53
add setter locationTemp to change location temporary
2019-09-09 17:35:35 +02:00
Marko Oldenburg
150581147f
Bugfix forum #971394
2019-09-02 13:43:53 +02:00
Leon Gaultier
7d0a74cf78
Merge pull request #6 from fhem/devel
...
fix default value for units
2019-07-14 21:51:21 +02:00
Julian Pawlowski
42257916ba
Remove SVN data
2019-07-14 13:48:03 +02:00
Julian Pawlowski
78a1636d14
fix default value for units
2019-07-14 13:47:28 +02:00
Marko Oldenburg
0baf18e046
change loglevel
2019-06-15 09:45:03 +02:00
Marko Oldenburg
b095eb7898
try to use JSON::MaybeXS wrapper for chance of better performance + open code
2019-06-15 09:42:07 +02:00
Marko Oldenburg
e1d10a7b4d
add more logout, code stype, add LICENSE
2019-06-15 09:36:11 +02:00
Marko Oldenburg
249ba18414
fix README.md
2019-06-07 21:27:41 +02:00
Leon Gaultier
487aee60dd
Merge pull request #5 from fhem/jpawlowski-WU
...
Update to version v1.0.0
2019-06-07 21:08:50 +02:00
Julian Pawlowski
3507e7a061
Update to version v1.0.0
...
night/day forecasts for 5 days now implemented using hourly readings hfcX_ (misleading but no other option ...)
2019-06-07 21:04:21 +02:00
Marko Oldenburg
7c87c7d516
little gugfix
2019-06-04 22:12:19 +02:00
Marko Oldenburg
829762e104
add more Information to README.md
2019-06-04 21:34:33 +02:00
Marko Oldenburg
8d62e167ff
add more Information to README.md
2019-06-04 21:32:38 +02:00
Marko Oldenburg
62b6d59c95
add README.md file
2019-06-04 21:29:03 +02:00
Marko Oldenburg
94a1ff78f8
Merge branch 'master' into devel
2019-06-04 21:21:30 +02:00
Julian Pawlowski
b9dbc37175
Create wundergroundAPI.pm
2019-06-04 17:23:16 +02:00
Marko Oldenburg
4c34e181f9
fix little bug in weblink creator
2019-05-14 13:49:34 +02:00
Marko Oldenburg
06f0167d79
add sub for apioptions, add darksky api extend option
2019-03-19 21:35:59 +01:00
Marko Oldenburg
f7bbcd46e7
change version
2019-03-18 13:40:08 +01:00
Marko Oldenburg
34abf65d39
change translation for nl
2019-03-18 13:26:00 +01:00
Marko Oldenburg
41cd7113f4
rewrite options sub for weblink
2019-03-18 13:17:55 +01:00
Marko Oldenburg
e3e7e4980f
fix bugs in weblink and expand hourly forcast
2019-03-18 10:31:41 +01:00
Marko Oldenburg
9c11fa7c87
change package deklaration
2019-03-15 21:41:32 +01:00
Marko Oldenburg
7ae3eb7de9
Merge branch 'devel' into utf8fix
2019-03-14 18:40:48 +01:00
Marko Oldenburg
e9ded889e7
fix umlaute problem
2019-03-14 18:40:42 +01:00
Marko Oldenburg
2150a1c052
suchen und ersetzen der Sonderzeichen
2019-03-14 14:34:59 +01:00
Marko Oldenburg
c4e6100ad2
add contributors
2019-03-14 08:43:14 +01:00
Leon Gaultier
316e33b980
Merge pull request #5 from Lippie81/patch-3
...
Update 59_Weather.pm
2019-03-14 08:30:01 +01:00
Lippie81
7e930295c8
Update 59_Weather.pm
...
Bugfix zum letzten merge meines patches:
in sub WeatherAsHtmlH($;$$) fehlte:
$f =~ tr/dh/./cd;
$f = "h" if ( !$f || length($f) > 1);
$items =~ tr/0-9/./cd;
$items = 6 if ( !$items );
2019-03-13 07:00:45 +01:00
Lippie81
1c2d293931
Update 59_Weather.pm
...
Paramater 2 und 3 werden automatisch dem zugehörigen internen Parameter Anzahl oder daily/hourly zugeordnet.
Damit ist die Reihenfolge beim Aufruf frei wählbar und beide Parameter können beim Aufruf beliebig weggelassen werden.
2019-03-12 21:07:58 +01:00
Leon Gaultier
6dafbb76ad
Merge pull request #4 from Lippie81/patch-2
...
Update 59_Weather.pm
2019-03-12 08:10:20 +01:00
Lippie81
13941827d6
Update 59_Weather.pm
...
Bugfix:
761: ReadingsVal( $d, "${fc}${i}_day_of_week", "" ),<br>%s =>Das <br>%s gehört da nicht hin.
In Zeile 763 und 773 fehlt ein Komma als Zeilenabschluss.
2019-03-12 06:46:11 +01:00
Leon Gaultier
bb58f01b6b
Merge pull request #3 from Lippie81/patch-1
...
Update 59_Weather.pm
2019-03-07 22:49:39 +01:00
Lippie81
ff1b906e33
Update 59_Weather.pm
...
Aktualisierung des Änderungsvorschlags wie besprochen:
- WeatherAsHtml() haben jetzt alle die gleiche Schnittstelle ($d, $f , $items)und sind damit abwärtskompatibel entsprechend Doku (ebenfalls angepasst)
Zur Absicherung der optionalen Parameter in WeatherAsHtml(): Filter auf die erlaubten Zeichen und setzen eines defaultwertes, falls der Parameter leer ist. Eine Abfrage auf defined() ist nicht notwendig, habe alle möglichen Eingabekombinationen abgeprüft.
In WeatherAsHtmlH($;$$) wird, wie vereinbart, _low_c und _high_c nur angezeigt, wenn die Readings vorhanden sind, ansonsten wird _temperature verwendet.
Gleiches habe ich in WeatherAsHtmlV($;$$) angepasst.
Die Änderungen laufen bei mir mit DarkSkyAPI und OpenWeatherMapAPI einwandfrei. Aussehen habe ich ebenfalls gecheckt.
Beste Grüße
Lippie
2019-03-07 22:34:49 +01:00
Marko Oldenburg
31256f1a17
little change
2019-03-05 21:01:23 +01:00
Marko Oldenburg
a5493e992d
Merge branch 'patch-4' of https://github.com/Lippie81/fhem-weather into Lippie81-patch-4
2019-03-05 20:56:12 +01:00
Lippie81
a94030f9f4
Update WeatherAsHtml
...
- alle WeatherAsHtml-functionen auf $d, $items, $i gleichgestellt
- Abfrage in WeatherAsHtmlH, ob *fc(i)_low_c vorhanden, wenn nicht Verwendung von *fc(i)_temperature
- Erweiterung der Beispiels um Anzahl und daily/hourly-Angabe
2019-03-05 20:24:24 +01:00
Leon Gaultier
a19cd6cdf3
Merge pull request #2 from christoph-morrison/master
...
Added markdown version of the german API description
2019-03-05 18:18:29 +01:00
Christoph Morrison
ed89b826f5
Fixed an minor typo
2019-03-05 18:02:06 +01:00
Christoph Morrison
5eaad7c9fe
Added markdown version of the german API description
2019-03-05 18:01:13 +01:00
Marko Oldenburg
3eaf8f6be5
add code to use demo data up to start
2019-03-04 21:34:17 +01:00
Marko Oldenburg
3a7303a679
little code changing
2019-02-27 08:23:28 +01:00
Marko Oldenburg
ea397cf971
change version
2019-02-27 07:55:46 +01:00