Update 4.5i

What's hot...

Moderator: Mattk

Post Reply
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Update 4.5i

Post by admin »

DEUTSCH:

Update V4.5i (NSLU2, x86, SheevaPlug) enthält die folgenden Änderungen:

* Beseitigt einen Fehler beim Versenden von Mails mit TLS Option. Verwendet aktuelle root-Zertifikate.
* Gibt die Mondphasen auch auf Holländisch aus: actual_lunar_phase_nl
* Fügt Unterstützung für das Wetternetzwerk "Schleswig-Holstein-Netz" hinzu (noch experimentell).
* Verbessert die Stabilität des Webcam-Supports (nur x86).


---------------------------------
ENGLISH:

Update to Meteohub V4.5i (NSLU2, x86, SheevaPlug) brings these features:

* Reports lunar phases in Dutch: actual_lunar_phase_nl
* Fixes a bug when sending mails via TLS on NSLU2. Updates root certificates to most recent ones.
* Adds support for weather network "Schleswig-Holstein-Netz" (still experimental).
* Improves stability of webcam support (x86 only).

---------------------------------
Link:
http://www.meteohub.de/joomla/index.php ... &Itemid=29
User avatar
WS Grave
Expert Boarder
Expert Boarder
Posts: 103
Joined: Fri Oct 30, 2009 3:42 pm
Location: Grave - the Netherlands
Contact:

Re:Update 4.5i

Post by WS Grave »

Hi Boris,

Thanks for the quick adaption of the software.
It shows the moon phases in Dutch now:
actual_lunar_phase_nl Laatste_kwartier

Your the best :whistle:
rune
Expert Boarder
Expert Boarder
Posts: 104
Joined: Wed Jun 24, 2009 10:51 pm

Re:Update 4.5i

Post by rune »

Hi admin,

Any chance of implementing Danish as well for moonphases & winddirection? I just need the list, then I'll translate it :cheer:
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re:Update 4.5i

Post by admin »

Code: Select all

char *lunar_phase_en[] = {
"New Moon",
"Waxing Cresent",
"First Quarter",
"Waxing Gibbous",
"Full Moon",
"Waning Gibbous",
"Last Quarter",
"Waning Cresent",
NULL };
rune
Expert Boarder
Expert Boarder
Posts: 104
Joined: Wed Jun 24, 2009 10:51 pm

Re:Update 4.5i

Post by rune »

char *lunar_phase_dk[] = {
"Nymåne",
"Mindre end halv, tiltagende",
"Halvmåne, tiltagende",
"Mere end halv, tiltagende",
"Fuldmåne",
"Mere end halv, aftagende",
"Halvmåne, aftagende",
"Mindre end halv, aftagende",
NULL };

Thanks!
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re:Update 4.5i

Post by admin »

Will be part of the next update. As I don't know if you need special characters in html-style or as iso, I will provide both.

actual_lunar_phase_dk_iso
actual_lunar_phase_dk_html
black23
Junior Boarder
Junior Boarder
Posts: 21
Joined: Wed Apr 16, 2008 9:16 am
Location: Czech Republic

Re:Update 4.5i

Post by black23 »

Hi Boris,
ca You add Czech translation for it too ?

char *lunar_phase_cz[] = {
"Nov",
"Dorůstající srpek",
"První čtvrť",
"Dorůstající Měsíc",
"Úplněk",
"Couvající Měsíc",
"Poslední čtvrť",
"Couvající srpek",
NULL };

Thanks
rune
Expert Boarder
Expert Boarder
Posts: 104
Joined: Wed Jun 24, 2009 10:51 pm

Re:Update 4.5i

Post by rune »

I am truly impressed! Any chance of including wind direction in Danish now we're at it ;)
User avatar
WS Grave
Expert Boarder
Expert Boarder
Posts: 103
Joined: Fri Oct 30, 2009 3:42 pm
Location: Grave - the Netherlands
Contact:

Re:Update 4.5i

Post by WS Grave »

Hi Boris, I just notice that this tag:
actual_moonset_standard_local (and utc also)
doesn't work anymore!?
They're not in the all-sensors text anymore!?

/edit:
Also not shown in WDL...
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re:Update 4.5i

Post by admin »

I dont't think so... reason might be that
a) moon does not set this day
b) longitude/latitude data is missing
User avatar
WS Grave
Expert Boarder
Expert Boarder
Posts: 103
Joined: Fri Oct 30, 2009 3:42 pm
Location: Grave - the Netherlands
Contact:

Re:Update 4.5i

Post by WS Grave »

Uhm... all day no data for moonrise, but now it shows the moonrise again.
I'm not sure if it was so earlier this evening.
Was away all evening.

It's back, so it's not because of the update.
I think :D

/edit:
I've added the [blank_the_unknown] to my page, because of the missing data my table was a mess.
Ettershaus
Junior Boarder
Junior Boarder
Posts: 27
Joined: Fri Oct 02, 2009 4:47 pm
Location: Germany
Contact:

Re:Update 4.5i

Post by Ettershaus »

Hallo,

the missing "moonrise" or "moonset" values are back again.

I've set the words "not today" as Value, when there isn't any ;-)
Post Reply