Newbie problem with FHEM and a FB7390

Begonnen von Guest, 24 Juni 2012, 08:43:40

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Hi

I use FHEM version 5.2+SVN from 2012-05-01 on my Fritzbox 7390.

The twilight module nicely detects nicely sunset. But the last it detects
is State 10 and lightlevel 2. It never detects sunrise and stays on light
level 2.

A define with ¨at¨ is executed early in the morning so my Fritzbox is
running.

My test defines are:

define Not_TL1 notify myTwilight {Log 1, "Not_TL1 $value{myTwilight}";;}
define Not_TL2 notify myTwilight {Log 1, "Not_TL2 $value{myTwilight}"}
define Not_TL3 notify myTwilight:light.* {Log 1, "Not_TL3
$value{myTwilight}";;}
define Not_TL4 notify myTwilight:light.* {Log 1, "Not_TL4
$value{myTwilight}"}

During the evening this works fine but nothing happens on sunrise. Do I
make a stupid mistake somewhere?

{HT}

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

rudolfkoenig

                                                   

> During the evening this works fine but nothing happens on sunrise. Do I
> make a stupid mistake somewhere?

No, the problem is known, it is due to the summer and your location :).

The Twilight author is absent from the list, and I am not very keen on
debugging the code, as I am not using it. :/

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

Tanks for your info.

Is this the problem of the sun never going down in northern germany,
discussed in the forum? is a workaround known?

Does this mean Twilight i obsolete? Or will it be fixed in the future?

{HT}

On 24 jun, 09:02, Rudolf Koenig wrote:
> > During the evening this works fine but nothing happens on sunrise. Do I
> > make a stupid mistake somewhere?
>
> No, the problem is known, it is due to the summer and your location :).
>
> The Twilight author is absent from the list, and I am not very keen on
> debugging the code, as I am not using it. :/

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

rudolfkoenig

                                                   

> Is this the problem of the sun never going down in northern germany,
> discussed in the forum?

No, germany does not extend that far up in the north :) The problem is that the
Twilight "astro" level depends on the sun being 18 degrees below the horizont,
and this is not reached in most of Germany (everything north of latitude 48.5)
right now.

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guido

                                                       

>
> is a workaround known?
>

It's not really a workaround, but it works fine for me.
You have to make a rereadcfg after midnight, then twilight will continue

I've added the following line in fhem.cfg:

define Reread at *00:05:00 rereadcfg

 
Am Sonntag, 24. Juni 2012 23:00:00 UTC+2 schrieb dudler:
>
> Tanks for your info.
>
> Is this the problem of the sun never going down in northern germany,
> discussed in the forum? is a workaround known?
>
> Does this mean Twilight i obsolete? Or will it be fixed in the future?
>
> {HT}
>
> On 24 jun, 09:02, Rudolf Koenig wrote:
> > > During the evening this works fine but nothing happens on sunrise. Do
> I
> > > make a stupid mistake somewhere?
> >
> > No, the problem is known, it is due to the summer and your location :).
> >
> > The Twilight author is absent from the list, and I am not very keen on
> > debugging the code, as I am not using it. :/

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

Danke, so etwas habe ich gesucht. Gleich mal ausprobieren.

{HT}

On 25 jun, 12:03, Guido wrote:
> > is a workaround known?
>
> It's not really a workaround, but it works fine for me.
> You have to make a rereadcfg after midnight, then twilight will continue
>
> I've added the following line in fhem.cfg:
>
> define Reread at *00:05:00 rereadcfg
>
> Am Sonntag, 24. Juni 2012 23:00:00 UTC+2 schrieb dudler:
>
>
>
>
>
>
>
>
>
> > Tanks for your info.
>
> > Is this the problem of the sun never going down in northern germany,
> > discussed in the forum? is a workaround known?
>
> > Does this mean Twilight i obsolete? Or will it be fixed in the future?
>
> > {HT}
>
> > On 24 jun, 09:02, Rudolf Koenig wrote:
> > > > During the evening this works fine but nothing happens on sunrise. Do
> > I
> > > > make a stupid mistake somewhere?
>
> > > No, the problem is known, it is due to the summer and your location :).
>
> > > The Twilight author is absent from the list, and I am not very keen on
> > > debugging the code, as I am not using it. :/

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com