[weewx-user] Hilfe

2022-12-16 Thread Kalli
 Hello no more data is being sent to my Strato server.
 Reason: [Errno 32] Datenübergabe unterbrochen (broken pipe)


Hallo ich kann keine Daten mehr auf meinem Server hochladen.
folgender fehler kommt .

 Reason: [Errno 32] Datenübergabe unterbrochen (broken pipe)

kann mir jemand weiter helfen

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/475547e0-b2e8-4da6-9ef5-6c9798815be5n%40googlegroups.com.


[weewx-user] Re: iwdl / yrno

2022-07-08 Thread Kalli
OK.
THX

gjr80 schrieb am Freitag, 8. Juli 2022 um 11:28:35 UTC+2:

> On Wednesday, 6 July 2022 at 04:12:15 UTC+10 Kalli wrote:
>
>>  I can send you Iwdl times. 
>>
> Hallo Kalli,
>
> Not sure what you mean by this. Unfortunately I am not in a position to be 
> able to do anything with the iWDL code, it really needs the iWDL author to 
> update his code.
>
> Gary
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c6c3d700-0693-4fa1-bc07-7fbbf06b869dn%40googlegroups.com.


[weewx-user] Re: iwdl / yrno

2022-07-05 Thread Kalli
 Hi Gerry I have already contacted the author but have not received a 
reply. I can send you Iwdl times.


gjr80 schrieb am Montag, 4. Juli 2022 um 23:14:06 UTC+2:

> Hallo Kalli,
>
> As far as I can tell 
> <https://hjelp.yr.no/hc/en-us/articles/360009343493-PHP-forecasts> the Yr 
> forecast.xml (used by iWDL) has been discontinued since 1 February. iWDL 
> could possibly use some other source for forecast data, but that would 
> require changes to iWDL. I am not sure this is likely given there seems to 
> have been little iWDL development recently. You might like to try 
> contacting the iWDL author.
>
> Gary
>
> On Sunday, 3 July 2022 at 20:08:47 UTC+10 Kalli wrote:
>
>> Hi garry I hope you can help me. the forecast from yrno no longer works. 
>> attached the yrno.php Thanks. Kalli
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f2dcba96-2a01-4e84-ade7-81a43f20738cn%40googlegroups.com.


[weewx-user] iwdl / yrno

2022-07-03 Thread Kalli
 Hi garry I hope you can help me. the forecast from yrno no longer works. 
attached the yrno.php Thanks. Kalli

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/803a6c26-ed59-476c-8d6d-6ffc13f4a3c9n%40googlegroups.com.
https://www.yr.no/Germany/North Rhine-Westphalia/Düsseldorf 
District/Krefeld "/forecast.xml";
   
$xml = simplexml_load_string(file_get_contents($url));
$json = json_encode($xml, TRUE);

echo $json;
}

if (isset($_GET['url'])) {
$url = $_GET['url'];

$xml = simplexml_load_string(file_get_contents($url));
$json = json_encode($xml, TRUE);

echo $json;
}
// This file is part of iWDL
//
// iWDL is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// iWDL is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with iWDL.  If not, see <http://www.gnu.org/licenses/>.

//
// Main javascript file
// By Sietse Visser (sie...@sietse.nl)
// Version 1.3
//

//
// The clientraw fieldlist and the unit type
//
var cr_fields = new Array;
cr_fields[  0] = new Array("Header" ,  "");
cr_fields[  1] = new Array("Avg Speed"  ,  "kn");
cr_fields[  2] = new Array("Gusts"  ,  "kn");
cr_fields[  3] = new Array("WindDir",  "deg");
cr_fields[  4] = new Array("Out Temp"   ,  "c");
cr_fields[  5] = new Array("Out Hum",  "%");
cr_fields[  6] = new Array("Baro"   ,  "hpa");
cr_fields[  7] = new Array("RainDay",  "mm");
cr_fields[  8] = new Array("RainMon",  "mm");
cr_fields[  9] = new Array("RainYear"   ,  "mm");
cr_fields[ 10] = new Array("RainRate"   ,  "mm");
cr_fields[ 11] = new Array("MaxRainRate",  "mm");
cr_fields[ 12] = new Array("In Temp",  "c");
cr_fields[ 13] = new Array("In Hum" ,  "%");
cr_fields[ 14] = new Array("Soil Temp"  ,  "c");
cr_fields[ 15] = new Array("Forecast Icon"  ,  "Icon 1");
cr_fields[ 16] = new Array("WMR968 Extra Temp"  ,  "c");
cr_fields[ 17] = new Array("WMR968 Extra Hum"   ,  "%");
cr_fields[ 18] = new Array("WMR968 Extra Sensor",  "Number");
cr_fields[ 19] = new Array("Yesterday Rain" ,  "mm");
cr_fields[ 20] = new Array("Extra Temp Sensor 1",  "c");
cr_fields[ 21] = new Array("Extra Temp Sensor 2",  "c");
cr_fields[ 22] = new Array("Extra Temp Sensor 3",  "c");
cr_fields[ 23] = new Array("Extra Temp Sensor 4",  "c");
cr_fields[ 24] = new Array("Extra Temp Sensor 5",  "c");
cr_fields[ 25] = new Array("Extra Temp Sensor 6",  "c");
cr_fields[ 26] = new Array("Extra Hum Sensor 1" ,  "%");
cr_fields[ 27] = new Array("Extra Hum Sensor 2" ,  "%");
cr_fields[ 28] = new Array("Extra Hum Sensor 3" ,  "%");
cr_fields[ 29] = new Array("Hour"   ,  "Time");
cr_fields[ 30] = new Array("Minute" ,  "Time");
cr_fields[ 31] = new Array("Seconds",  "Time");
cr_fields[ 32] = new Array("Station Name"   ,  "");
cr_fields[ 33] = new Array("Dallas Lightning Count" ,  "Number");
cr_fields[ 34] = new Array("Solar Reading"  ,  "Number");
cr_fields[ 35] = new Array("Day",  "Time");
cr_fields[ 36] = new Array("Month"  ,  "Time");
cr_fields[ 37] = new Array("WMR968 Battery 1"   ,  "%");
cr_fields[ 

Re: [weewx-user] Re: Ftp upload

2022-03-11 Thread Kalli Gøtze
Hi all,
I was in contact whit the support from Selfhost and they say i should flush 
the Dns-Cache,i did and now is working.
Thanks for your.
Best regards Karl

lang@googlemail.com schrieb am Donnerstag, 10. März 2022 um 17:31:55 
UTC+1:

> I doubt that "it" or "everything" works.
> Clicking on your link only provides a general page of your web hoster.
> Something is still "fishy" - locally, on your web host or with both.
>
> On 10.03.2022 16:19, Kalli Gøtze wrote:
>
> Hi all,
> Today i install weewx new and it works.  www.kalligotze.org
> Thanks for your help :)
>
> best regards Karl
>
> tke...@gmail.com schrieb am Donnerstag, 10. März 2022 um 14:49:42 UTC+1:
>
>> In a private email, Kalli noted that the value for "path" is
>>
>> [[FTP]]
>>...
>>path = /home/weewx/public_html
>>...
>>
>> Two things to note:
>>
>>- "path" is the *destination* directory. This is usually something 
>>like "/var/www/html" or "/weewx". 
>>- "HTML_ROOT" is the *source* directory, usually set to 
>>"/home/weewx/public_html" if you used the setup.py install method (which 
>>you did). 
>>
>> You did not say what destination directory you expect, but it is probably 
>> not "/home/weewx/public_html". Think about where you want the files to go, 
>> and set "path" to that. Whatever it is set to, you must have write 
>> permission for the user name you supplied. Another complication is that for 
>> some FTP servers the path must be an absolute path, for others it is 
>> relative to the home directory of the supplied user. Experiment.
>>
>> On the other hand, maybe you did want "/home/weewx/public_html". If so, 
>> let us know and we'll go to the next step.
>>
>> -tk
>>
>>
>>
>> On Wed, Mar 9, 2022 at 12:23 PM Tom Keffer  wrote:
>>
>>> We have seen this error before and it's very misleading. Despite the 
>>> message, it can be caused by problems either locally or remotely.
>>>
>>> 1. Make sure the FTP username has write permissions on the server for 
>>> the path you specified.
>>> 2. Make sure the password is correct. Does it include special 
>>> characters? If so, be sure to quote the password.
>>> 3. Does your server require FTPS?
>>> 4. Try different variations for the path option for [FTP].
>>>
>>> If you are still stuck, post your [FTP] section, but be sure to 
>>> obfuscate your password first.
>>>
>>> -tk
>>>
>>> On Wed, Mar 9, 2022 at 11:28 AM vince  wrote:
>>>
>>>> Possibly, but why would weewx try to upload a file that is not there on 
>>>> the weewx system ? 
>>>> Or is that what that #FTPlast file does ?
>>>>
>>>> https://groups.google.com/g/weewx-user/c/XwQqsslGKfA suggests removing 
>>>> that file which should cause weewx to upload everything it finds.
>>>>
>>>> On Wednesday, March 9, 2022 at 10:11:51 AM UTC-8 kk44...@gmail.com 
>>>> wrote:
>>>>
>>>>> kalli...@gmail.com schrieb am Mittwoch, 9. März 2022 um 18:27:38 
>>>>> UTC+1:
>>>>>
>>>>>> Reason: '550 /home/weewx/public_html/monthhum.png: No such file or 
>>>>>> directory'
>>>>>>
>>>>>
>>>>> I would have listened to that error message and guess, the local file 
>>>>> is missing.
>>>>>  
>>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "weewx-user" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to weewx-user+...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/70edd677-2765-4bb2-8088-60e0cf5c09a0n%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/70edd677-2765-4bb2-8088-60e0cf5c09a0n%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> -- 
> You received this message because you are subscribed to the Google Groups 
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to weewx-user+...@googlegroups.com.
>
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/5c916353-6bf2-421c-a380-6cf9443831e1n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/5c916353-6bf2-421c-a380-6cf9443831e1n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/aa6856f7-9a97-4a35-9483-14590e84a0d3n%40googlegroups.com.


Re: [weewx-user] Re: Ftp upload

2022-03-10 Thread Kalli Gøtze
Hi all,
Today i install weewx new and it works.  www.kalligotze.org
Thanks for your help :)

best regards Karl

tke...@gmail.com schrieb am Donnerstag, 10. März 2022 um 14:49:42 UTC+1:

> In a private email, Kalli noted that the value for "path" is
>
> [[FTP]]
>...
>path = /home/weewx/public_html
>...
>
> Two things to note:
>
>- "path" is the *destination* directory. This is usually something 
>like "/var/www/html" or "/weewx".
>- "HTML_ROOT" is the *source* directory, usually set to 
>"/home/weewx/public_html" if you used the setup.py install method (which 
>you did).
>
> You did not say what destination directory you expect, but it is probably 
> not "/home/weewx/public_html". Think about where you want the files to go, 
> and set "path" to that. Whatever it is set to, you must have write 
> permission for the user name you supplied. Another complication is that for 
> some FTP servers the path must be an absolute path, for others it is 
> relative to the home directory of the supplied user. Experiment.
>
> On the other hand, maybe you did want "/home/weewx/public_html". If so, 
> let us know and we'll go to the next step.
>
> -tk
>
>
>
> On Wed, Mar 9, 2022 at 12:23 PM Tom Keffer  wrote:
>
>> We have seen this error before and it's very misleading. Despite the 
>> message, it can be caused by problems either locally or remotely.
>>
>> 1. Make sure the FTP username has write permissions on the server for the 
>> path you specified.
>> 2. Make sure the password is correct. Does it include special characters? 
>> If so, be sure to quote the password.
>> 3. Does your server require FTPS?
>> 4. Try different variations for the path option for [FTP].
>>
>> If you are still stuck, post your [FTP] section, but be sure to obfuscate 
>> your password first.
>>
>> -tk
>>
>> On Wed, Mar 9, 2022 at 11:28 AM vince  wrote:
>>
>>> Possibly, but why would weewx try to upload a file that is not there on 
>>> the weewx system ?
>>> Or is that what that #FTPlast file does ?
>>>
>>> https://groups.google.com/g/weewx-user/c/XwQqsslGKfA suggests removing 
>>> that file which should cause weewx to upload everything it finds.
>>>
>>> On Wednesday, March 9, 2022 at 10:11:51 AM UTC-8 kk44...@gmail.com 
>>> wrote:
>>>
>>>> kalli...@gmail.com schrieb am Mittwoch, 9. März 2022 um 18:27:38 UTC+1:
>>>>
>>>>> Reason: '550 /home/weewx/public_html/monthhum.png: No such file or 
>>>>> directory'
>>>>>
>>>>
>>>> I would have listened to that error message and guess, the local file 
>>>> is missing.
>>>>  
>>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/70edd677-2765-4bb2-8088-60e0cf5c09a0n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/70edd677-2765-4bb2-8088-60e0cf5c09a0n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5c916353-6bf2-421c-a380-6cf9443831e1n%40googlegroups.com.


[weewx-user] Ftp upload

2022-03-09 Thread Kalli Gøtze
Hi all,
I run Weewx 4.6.2 on my Notebook whit Ubuntu 20.04 it work's fine but the 
upload to my Website didn't work to Awekas it work's. 
If i run sudo tail -f /var/log/syslog it show me this 

Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weeutil.ftpupload: Failed 
uploading /home/weewx/public_html/monthhum.png to server 
francium.selfhost.de. Reason: '550 /home/weewx/public_html/monthhum.png: No 
such file or directory'
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine: 
ftpgenerator: (2): caught exception '': 550 
/home/weewx/public_html/monthhum.png: No such file or directory
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
    Traceback (most recent call last):
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
  File "/home/weewx/bin/weewx/reportengine.py", line 429, in run
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
    n = ftp_data.run()
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
  File "/home/weewx/bin/weeutil/ftpupload.py", line 210, in run
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
    ftp_server.storbinary(stor_cmd, fd)
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
  File "/usr/lib/python3.8/ftplib.py", line 494, in storbinary
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
    with self.transfercmd(cmd, rest) as conn:
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
  File "/usr/lib/python3.8/ftplib.py", line 389, in transfercmd
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
    return self.ntransfercmd(cmd, rest)[0]
Mar  9 17:50:52 kalli-HP-8440p weewx[17683] ERROR weewx.reportengine:   
  File "/home/weewx/bin/weeutil/ftpupload.py", line 119, in 
ntransfercmd

I don't know what i have to do,can someone help?
regards Karl

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5e8e9af3-e768-4c94-b345-fb5e6c44d3dan%40googlegroups.com.


[weewx-user] Steinberg Systems Modell: SBS-WS-200

2022-02-21 Thread Kalli Gøtze
Hello everybody :-)

I'm new here,my name is Karl and i am retiree. I install Weewx on my 
Notebook HP8440p whit Ubuntu 20.04 and it's work.Bud is Weewx working whit 
a Steinberg Systems  Modell: SBS-WS-200?

best regards Karl

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3595d05e-8190-4cd9-b829-0453b6ad8806n%40googlegroups.com.


[weewx-user] Re: Sunshine Hours

2020-11-07 Thread Kalli


Hello
Gir80
data is written into the Sunshine data field.
but we now get the data in the Clientrawextra.txt
at position 696.

cu. kalli



Am Montag, 26. Oktober 2020 18:16:23 UTC+1 schrieb Kalli:
>
>
> Hello i have weewx-wd. in FreshWDL the sun is displayed. unfortunately i 
> can't find any settings for it at weewx. Can anybody help me further. 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8ba477c1-1798-4de5-83f9-31830dd1db97o%40googlegroups.com.


Re: [weewx-user] Re: Sunshine Hours

2020-11-01 Thread Kalli


Hello Gir80
I'm curious what you're doing great again.

cu.Kalli



Am Dienstag, 27. Oktober 2020 22:39:17 UTC+1 schrieb gjr80:
>
> Thanks Kalli, I will put something together and email you.
>
> Gary
>
> On Wednesday, 28 October 2020 at 01:52:30 UTC+10 Kalli wrote:
>
>> Gir80 I have the weewx 3.8 weewx wd v1.3 
>>
>> tke...@gmail.com schrieb am Dienstag, 27. Oktober 2020 um 13:40:39 UTC+1:
>>
>>> Never mind!
>>>
>>> On Tue, Oct 27, 2020 at 5:39 AM gjr80  wrote:
>>>
>>>> Tom,
>>>>
>>>> I suspect that in this case FreshWDL is displaying sunshine hours as 
>>>> measured by a sunshine recorder 
>>>> <https://en.wikipedia.org/wiki/Sunshine_recorder>. Some PWS software 
>>>> approximates sunshine hours by calculating the cumulative time for a day 
>>>> where the solar irradiance is above a given level. From memory the 
>>>> measurement of sunshine hours has come up a couple of times here or in 
>>>> weewx-development.
>>>>
>>>> Gary
>>>> On Tuesday, 27 October 2020 at 22:25:34 UTC+10 tke...@gmail.com wrote:
>>>>
>>>>> The Seasons skin has something you can use. Look in the file 
>>>>> celestial.inc. 
>>>>>
>>>>> If you just want amount of daylight, try something like (NOT TESTED):
>>>>>
>>>>> #set $sunrise_ts = $almanac.sun.rise.raw
>>>>> #set $sunset_ts = $almanac.sun.set.raw
>>>>> #if $sunrise_ts and $sunset_ts
>>>>>
>>>>> #set $today_daylight = $sunset_ts -  $sunrise_ts
>>>>> #set $seconds = $today_daylight
>>>>> #set $hours = $seconds //3600
>>>>> #set $seconds %= 3600
>>>>> #set $minutes = $seconds//60
>>>>> #set $seconds %= 60
>>>>> #set $daylight_str = "%d hours, %d minutes, %d seconds" % ($hours, 
>>>>> $minutes, $seconds)
>>>>>
>>>>> Total daylight: $daylight_str
>>>>>
>>>>> #end if
>>>>>
>>>>> -tk
>>>>>
>>>>> On Mon, Oct 26, 2020 at 7:55 PM gjr80  wrote:
>>>>>
>>>>>> Hallo Kalli,
>>>>>>
>>>>>> The short answer is at the moment sunshine hours is not provided by 
>>>>>> WeeWX or WeeWX-WD. Looking at the WeeWX-WD code it appears to be 
>>>>>> something 
>>>>>> I started working on but never fully implemented. Can you let me know 
>>>>>> hat 
>>>>>> version of WeeWX and WeeWX-WD you are running. It should be a simple 
>>>>>> function to implement.
>>>>>>
>>>>>> Gary
>>>>>>
>>>>>> On Tuesday, 27 October 2020 at 03:16:23 UTC+10 Kalli wrote:
>>>>>>
>>>>>>>
>>>>>>> Hello i have weewx-wd. in FreshWDL the sun is displayed. 
>>>>>>> unfortunately i can't find any settings for it at weewx. Can anybody 
>>>>>>> help 
>>>>>>> me further. 
>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "weewx-user" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to weewx-user+...@googlegroups.com.
>>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/weewx-user/884f712b-74c8-4bd4-8655-74610e4f94dcn%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/weewx-user/884f712b-74c8-4bd4-8655-74610e4f94dcn%40googlegroups.com?utm_medium=email_source=footer>
>>>>>> .
>>>>>>
>>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "weewx-user" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to weewx-user+...@googlegroups.com.
>>>>
>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/3ad7fb34-745e-40bd-8e65-454da4c0c701n%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/3ad7fb34-745e-40bd-8e65-454da4c0c701n%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c9df13d7-dbc9-4d87-9bff-789a3259e376o%40googlegroups.com.


Re: [weewx-user] Re: Sunshine Hours

2020-10-27 Thread Kalli
 Gir80 I have the weewx 3.8 weewx wd v1.3 

tke...@gmail.com schrieb am Dienstag, 27. Oktober 2020 um 13:40:39 UTC+1:

> Never mind!
>
> On Tue, Oct 27, 2020 at 5:39 AM gjr80  wrote:
>
>> Tom,
>>
>> I suspect that in this case FreshWDL is displaying sunshine hours as 
>> measured by a sunshine recorder 
>> <https://en.wikipedia.org/wiki/Sunshine_recorder>. Some PWS software 
>> approximates sunshine hours by calculating the cumulative time for a day 
>> where the solar irradiance is above a given level. From memory the 
>> measurement of sunshine hours has come up a couple of times here or in 
>> weewx-development.
>>
>> Gary
>> On Tuesday, 27 October 2020 at 22:25:34 UTC+10 tke...@gmail.com wrote:
>>
>>> The Seasons skin has something you can use. Look in the file 
>>> celestial.inc. 
>>>
>>> If you just want amount of daylight, try something like (NOT TESTED):
>>>
>>> #set $sunrise_ts = $almanac.sun.rise.raw
>>> #set $sunset_ts = $almanac.sun.set.raw
>>> #if $sunrise_ts and $sunset_ts
>>>
>>> #set $today_daylight = $sunset_ts -  $sunrise_ts
>>> #set $seconds = $today_daylight
>>> #set $hours = $seconds //3600
>>> #set $seconds %= 3600
>>> #set $minutes = $seconds//60
>>> #set $seconds %= 60
>>> #set $daylight_str = "%d hours, %d minutes, %d seconds" % ($hours, 
>>> $minutes, $seconds)
>>>
>>> Total daylight: $daylight_str
>>>
>>> #end if
>>>
>>> -tk
>>>
>>> On Mon, Oct 26, 2020 at 7:55 PM gjr80  wrote:
>>>
>>>> Hallo Kalli,
>>>>
>>>> The short answer is at the moment sunshine hours is not provided by 
>>>> WeeWX or WeeWX-WD. Looking at the WeeWX-WD code it appears to be something 
>>>> I started working on but never fully implemented. Can you let me know hat 
>>>> version of WeeWX and WeeWX-WD you are running. It should be a simple 
>>>> function to implement.
>>>>
>>>> Gary
>>>>
>>>> On Tuesday, 27 October 2020 at 03:16:23 UTC+10 Kalli wrote:
>>>>
>>>>>
>>>>> Hello i have weewx-wd. in FreshWDL the sun is displayed. unfortunately 
>>>>> i can't find any settings for it at weewx. Can anybody help me further. 
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "weewx-user" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to weewx-user+...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/884f712b-74c8-4bd4-8655-74610e4f94dcn%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/884f712b-74c8-4bd4-8655-74610e4f94dcn%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/3ad7fb34-745e-40bd-8e65-454da4c0c701n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/3ad7fb34-745e-40bd-8e65-454da4c0c701n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7decd3d2-0b13-4ef7-9a84-58e19f519117n%40googlegroups.com.


[weewx-user] Sunshine Hours

2020-10-26 Thread Kalli

Hello i have weewx-wd. in FreshWDL the sun is displayed. unfortunately i 
can't find any settings for it at weewx. Can anybody help me further. 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/98027401-2493-4ab3-b756-bd6cfb67f02cn%40googlegroups.com.


[weewx-user] Re: Weewx und Renkforce WH2315

2020-06-12 Thread Kalli
Hallo

das habe ich leider auch noch nicht Getestet. sorry

Am Freitag, 12. Juni 2020 16:02:00 UTC+2 schrieb Günther Wrana:
>
> Hello with the driver my station has been working since last year in May.
> I would only be interested in whether the driver also works with the new 
> version 4 or 4.1 with Phyton 3.
> I don't dare to install the new version 4 if the driver doesn't work with 
> Python 3.
>
>
> Hallo mit dem Treiber funktioniert meine Station auch schon seit letztes 
> Jahr im Mai.
> Mich würde nur interessieren ob der Treiber auch mit der neuen Version 4 
> oder 4.1 mit Phyton 3 funktioniert.
> Den ich traue mich nicht die neue Version 4 zu installieren wenn der 
> Treiber nicht mit Python 3 funktioniert.
>
>
>
> Am Freitag, 12. Juni 2020 11:22:27 UTC+2 schrieb Kalli:
>>
>> Hallo Günther
>>
>> so sieht das in meiner config aus
>>
>> [WH23xx]
>> # This section is for Fine Offset WH23xx stations
>> 
>> # The model name such as Tycon, or TP2700
>> model = Tycon TP2700
>> 
>> polling_mode = PERIODIC
>> 
>> polling_interval = 60
>> 
>> 
>> # The driver to use
>> driver = user.wh23xx
>>
>> Am Mittwoch, 22. Mai 2019 12:15:38 UTC+2 schrieb Günther Wrana:
>>>
>>> Hallo
>>>
>>> Ich habe diese Wetterstation Renkforce WH2315
>>>
>>> Wenn jemand weis das diese Wetterstation mit weewx auf Lununtu oder 
>>> Raspberry pi kompatibel ist da soll er mir sagen was ich falsch gemacht 
>>> habe.
>>>
>>>
>>>
>>>
>>> https://www.conrad.at/de/p/renkforce-wh2300-wh2315-funk-wetterstation-vorhersage-fuer-12-bis-24-stunden-1404262.html
>>>
>>> Das Programm weewx habe ich auf einem Laptop mit Lubuntu 16.04 und 
>>> einem raspberry pi 3 v1.2 installiert.
>>>
>>> Ob das richtig installiert ist wies ich nicht aber es lässt sich starten 
>>> und es startet.
>>>
>>> Die Wetterstation wird auch nach Eingabe von lsusb im Terminal angezeigt.
>>>
>>>
>>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ lsusb
>>> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>> Bus 001 Device 004: ID 10c4:8468 Cygnal Integrated Products, Inc. 
>>> Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 
>>> [Atheros AR9271]
>>> Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ 
>>>
>>>
>>> Wenn ich dann weewx starte oder es schon gestartet ist wird folgendes 
>>> angezeigt.
>>>
>>>
>>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo 
>>> /etc/init.d/weewx start
>>> [sudo] password for modelleisenbahn: 
>>>  * Starting weewx weather system weewx  
>>>  [ OK ] 
>>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo tail -f 
>>> /var/log/syslog
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2447]: engine: 
>>> pid file is /var/run/weewx.pid
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
>>> Using configuration file /etc/weewx/weewx.conf
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
>>> Loading station type FineOffsetUSB (weewx.drivers.fousb)
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>>> driver version is 1.9
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>>> polling mode is PERIODIC
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>>> polling interval is 60
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>>> Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: import of 
>>> driver failed: Unable to find USB device ()
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
>>> Unable to load driver: Unable to find USB device
>>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]:   
>>> Exiting...
>>>
>>>
>>>
>>> Nun habe ich in der weewx.conf etwas eingefügt wie in einer anderen 
>>> Zeile beschrieben.
>>>
>>> weewx StdReport exits if USB disconnected
>>>
>>> # Keeping retrying!
>>>
>>> loop_on_init = 1
>>>
>>>
>>> Danach wird im Terminal alle 60 Sekunden folgendes angezeigt.
>>>
>>>
>>> Unable to load driver: Unable to find USB device
>>>
>>>
>>> Zum Abschluss ist diese Wetterstation mit weewx auslesbar oder nicht 
>>> wenn ja was habe ich bei der Installation oder beim einstellen falsch 
>>> gemacht.
>>>
>>>
>>> Grüße Günther
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>  
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0701323e-b72f-4512-89d2-8c432455e9f8o%40googlegroups.com.


[weewx-user] Re: Weewx und Renkforce WH2315

2020-06-12 Thread Kalli
Hallo Günther

so sieht das in meiner config aus

[WH23xx]
# This section is for Fine Offset WH23xx stations

# The model name such as Tycon, or TP2700
model = Tycon TP2700

polling_mode = PERIODIC

polling_interval = 60


# The driver to use
driver = user.wh23xx

Am Mittwoch, 22. Mai 2019 12:15:38 UTC+2 schrieb Günther Wrana:
>
> Hallo
>
> Ich habe diese Wetterstation Renkforce WH2315
>
> Wenn jemand weis das diese Wetterstation mit weewx auf Lununtu oder 
> Raspberry pi kompatibel ist da soll er mir sagen was ich falsch gemacht 
> habe.
>
>
>
>
> https://www.conrad.at/de/p/renkforce-wh2300-wh2315-funk-wetterstation-vorhersage-fuer-12-bis-24-stunden-1404262.html
>
> Das Programm weewx habe ich auf einem Laptop mit Lubuntu 16.04 und 
> einem raspberry pi 3 v1.2 installiert.
>
> Ob das richtig installiert ist wies ich nicht aber es lässt sich starten 
> und es startet.
>
> Die Wetterstation wird auch nach Eingabe von lsusb im Terminal angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ lsusb
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 001 Device 004: ID 10c4:8468 Cygnal Integrated Products, Inc. 
> Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 
> [Atheros AR9271]
> Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ 
>
>
> Wenn ich dann weewx starte oder es schon gestartet ist wird folgendes 
> angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo 
> /etc/init.d/weewx start
> [sudo] password for modelleisenbahn: 
>  * Starting weewx weather system weewx   [ 
> OK ] 
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo tail -f 
> /var/log/syslog
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2447]: engine: pid 
> file is /var/run/weewx.pid
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Using configuration file /etc/weewx/weewx.conf
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Loading station type FineOffsetUSB (weewx.drivers.fousb)
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> driver version is 1.9
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling mode is PERIODIC
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling interval is 60
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: import of 
> driver failed: Unable to find USB device ()
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Unable to load driver: Unable to find USB device
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]:   
> Exiting...
>
>
>
> Nun habe ich in der weewx.conf etwas eingefügt wie in einer anderen Zeile 
> beschrieben.
>
> weewx StdReport exits if USB disconnected
>
> # Keeping retrying!
>
> loop_on_init = 1
>
>
> Danach wird im Terminal alle 60 Sekunden folgendes angezeigt.
>
>
> Unable to load driver: Unable to find USB device
>
>
> Zum Abschluss ist diese Wetterstation mit weewx auslesbar oder nicht wenn 
> ja was habe ich bei der Installation oder beim einstellen falsch gemacht.
>
>
> Grüße Günther
>
>
>
>
>
>
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6d49534f-e46b-472c-863e-fb8d770b5713o%40googlegroups.com.


[weewx-user] Re: Weewx und Renkforce WH2315

2020-06-12 Thread Kalli
Hallo Günther

so sieht das in meiner config aus

[WH23xx]
# This section is for Fine Offset WH23xx stations

# The model name such as Tycon, or TP2700
model = Tycon TP2700

polling_mode = PERIODIC

polling_interval = 60


# The driver to use
driver = user.wh23xx

Am Mittwoch, 22. Mai 2019 12:15:38 UTC+2 schrieb Günther Wrana:
>
> Hallo
>
> Ich habe diese Wetterstation Renkforce WH2315
>
> Wenn jemand weis das diese Wetterstation mit weewx auf Lununtu oder 
> Raspberry pi kompatibel ist da soll er mir sagen was ich falsch gemacht 
> habe.
>
>
>
>
> https://www.conrad.at/de/p/renkforce-wh2300-wh2315-funk-wetterstation-vorhersage-fuer-12-bis-24-stunden-1404262.html
>
> Das Programm weewx habe ich auf einem Laptop mit Lubuntu 16.04 und 
> einem raspberry pi 3 v1.2 installiert.
>
> Ob das richtig installiert ist wies ich nicht aber es lässt sich starten 
> und es startet.
>
> Die Wetterstation wird auch nach Eingabe von lsusb im Terminal angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ lsusb
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 001 Device 004: ID 10c4:8468 Cygnal Integrated Products, Inc. 
> Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 
> [Atheros AR9271]
> Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ 
>
>
> Wenn ich dann weewx starte oder es schon gestartet ist wird folgendes 
> angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo 
> /etc/init.d/weewx start
> [sudo] password for modelleisenbahn: 
>  * Starting weewx weather system weewx   [ 
> OK ] 
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo tail -f 
> /var/log/syslog
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2447]: engine: pid 
> file is /var/run/weewx.pid
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Using configuration file /etc/weewx/weewx.conf
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Loading station type FineOffsetUSB (weewx.drivers.fousb)
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> driver version is 1.9
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling mode is PERIODIC
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling interval is 60
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: import of 
> driver failed: Unable to find USB device ()
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Unable to load driver: Unable to find USB device
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]:   
> Exiting...
>
>
>
> Nun habe ich in der weewx.conf etwas eingefügt wie in einer anderen Zeile 
> beschrieben.
>
> weewx StdReport exits if USB disconnected
>
> # Keeping retrying!
>
> loop_on_init = 1
>
>
> Danach wird im Terminal alle 60 Sekunden folgendes angezeigt.
>
>
> Unable to load driver: Unable to find USB device
>
>
> Zum Abschluss ist diese Wetterstation mit weewx auslesbar oder nicht wenn 
> ja was habe ich bei der Installation oder beim einstellen falsch gemacht.
>
>
> Grüße Günther
>
>
>
>
>
>
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a9f868a0-9ef4-4b7c-8e67-26bc8dea3d4fo%40googlegroups.com.


[weewx-user] Re: Weewx und Renkforce WH2315

2020-06-12 Thread Kalli


Hello I have the same station, everything works fine for me.



Am Mittwoch, 22. Mai 2019 12:15:38 UTC+2 schrieb Günther Wrana:
>
> Hallo
>
> Ich habe diese Wetterstation Renkforce WH2315
>
> Wenn jemand weis das diese Wetterstation mit weewx auf Lununtu oder 
> Raspberry pi kompatibel ist da soll er mir sagen was ich falsch gemacht 
> habe.
>
>
>
>
> https://www.conrad.at/de/p/renkforce-wh2300-wh2315-funk-wetterstation-vorhersage-fuer-12-bis-24-stunden-1404262.html
>
> Das Programm weewx habe ich auf einem Laptop mit Lubuntu 16.04 und 
> einem raspberry pi 3 v1.2 installiert.
>
> Ob das richtig installiert ist wies ich nicht aber es lässt sich starten 
> und es startet.
>
> Die Wetterstation wird auch nach Eingabe von lsusb im Terminal angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ lsusb
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 001 Device 004: ID 10c4:8468 Cygnal Integrated Products, Inc. 
> Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 
> [Atheros AR9271]
> Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ 
>
>
> Wenn ich dann weewx starte oder es schon gestartet ist wird folgendes 
> angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo 
> /etc/init.d/weewx start
> [sudo] password for modelleisenbahn: 
>  * Starting weewx weather system weewx   [ 
> OK ] 
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo tail -f 
> /var/log/syslog
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2447]: engine: pid 
> file is /var/run/weewx.pid
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Using configuration file /etc/weewx/weewx.conf
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Loading station type FineOffsetUSB (weewx.drivers.fousb)
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> driver version is 1.9
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling mode is PERIODIC
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling interval is 60
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: import of 
> driver failed: Unable to find USB device ()
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Unable to load driver: Unable to find USB device
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]:   
> Exiting...
>
>
>
> Nun habe ich in der weewx.conf etwas eingefügt wie in einer anderen Zeile 
> beschrieben.
>
> weewx StdReport exits if USB disconnected
>
> # Keeping retrying!
>
> loop_on_init = 1
>
>
> Danach wird im Terminal alle 60 Sekunden folgendes angezeigt.
>
>
> Unable to load driver: Unable to find USB device
>
>
> Zum Abschluss ist diese Wetterstation mit weewx auslesbar oder nicht wenn 
> ja was habe ich bei der Installation oder beim einstellen falsch gemacht.
>
>
> Grüße Günther
>
>
>
>
>
>
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/01c37286-56d9-4b01-9637-903deb1aef28o%40googlegroups.com.


[weewx-user] Merry Christmas

2019-12-21 Thread Kalli


I wish everyone a blessed Christmas season and a healthy transition to 2020

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c18489e2-8ed2-4888-b442-2c2dfc11cd1b%40googlegroups.com.


[weewx-user] Re: Weewx und Renkforce WH2315

2019-05-25 Thread Kalli
hallo
kannst du so machen.

aber ich habe mir den mc Installiert geht besser.
ich weis nur nicht mehr wo ich den her hatte.

mfg.

Am Mittwoch, 22. Mai 2019 12:15:38 UTC+2 schrieb Günther Wrana:
>
> Hallo
>
> Ich habe diese Wetterstation Renkforce WH2315
>
> Wenn jemand weis das diese Wetterstation mit weewx auf Lununtu oder 
> Raspberry pi kompatibel ist da soll er mir sagen was ich falsch gemacht 
> habe.
>
>
>
>
> https://www.conrad.at/de/p/renkforce-wh2300-wh2315-funk-wetterstation-vorhersage-fuer-12-bis-24-stunden-1404262.html
>
> Das Programm weewx habe ich auf einem Laptop mit Lubuntu 16.04 und 
> einem raspberry pi 3 v1.2 installiert.
>
> Ob das richtig installiert ist wies ich nicht aber es lässt sich starten 
> und es startet.
>
> Die Wetterstation wird auch nach Eingabe von lsusb im Terminal angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ lsusb
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 001 Device 004: ID 10c4:8468 Cygnal Integrated Products, Inc. 
> Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 
> [Atheros AR9271]
> Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ 
>
>
> Wenn ich dann weewx starte oder es schon gestartet ist wird folgendes 
> angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo 
> /etc/init.d/weewx start
> [sudo] password for modelleisenbahn: 
>  * Starting weewx weather system weewx   [ 
> OK ] 
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo tail -f 
> /var/log/syslog
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2447]: engine: pid 
> file is /var/run/weewx.pid
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Using configuration file /etc/weewx/weewx.conf
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Loading station type FineOffsetUSB (weewx.drivers.fousb)
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> driver version is 1.9
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling mode is PERIODIC
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling interval is 60
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: import of 
> driver failed: Unable to find USB device ()
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Unable to load driver: Unable to find USB device
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]:   
> Exiting...
>
>
>
> Nun habe ich in der weewx.conf etwas eingefügt wie in einer anderen Zeile 
> beschrieben.
>
> weewx StdReport exits if USB disconnected
>
> # Keeping retrying!
>
> loop_on_init = 1
>
>
> Danach wird im Terminal alle 60 Sekunden folgendes angezeigt.
>
>
> Unable to load driver: Unable to find USB device
>
>
> Zum Abschluss ist diese Wetterstation mit weewx auslesbar oder nicht wenn 
> ja was habe ich bei der Installation oder beim einstellen falsch gemacht.
>
>
> Grüße Günther
>
>
>
>
>
>
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b8e279ad-61ec-45fd-8581-219137f128c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx und Renkforce WH2315

2019-05-23 Thread Kalli
Hast du das mal so gemacht wie in dem Link beschreiben..

Am Donnerstag, 23. Mai 2019 19:08:36 UTC+2 schrieb Günther Wrana:
>
> Ich schaffe es nicht einmal den Treiber zu installieren.
>
> pi@raspberrypi:~/Downloads $ dir
> weewx-3.9.1  weewx-3.9.1.tar.gz  weewx-wh23xx-master  weewx-wh23xx.zip
> pi@raspberrypi:~/Downloads $ sudo wee_extension --install weewx-wh23xx.zip
> sudo: wee_extension: Befehl nicht gefunden
> pi@raspberrypi:~/Downloads $ 
>
>
>
>
>
>
>
>
> Am Donnerstag, 23. Mai 2019 02:49:34 UTC+2 schrieb mwall:
>>
>>
>>
>> On Wednesday, May 22, 2019 at 2:43:09 PM UTC-4, Günther Wrana wrote:
>>>
>>>
>>> Aber auf dem Raspberry konnte ich den Treiber nicht installieren und das 
>>> mit dem
>>>
>>> sudo wee_config --reconfigure
>>>
>>>
>>> funktioniert auch nicht.
>>>
>>> Ist da ein anderer Syntax?
>>>
>>
>> difficult to diagnose without knowing how you installed weewx on the pi 
>> and what response you see when you type the wee_config command.
>>
>> if you installed using setup.py then you will need to full path to 
>> wee_config
>>
>> m
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ce4a5e3e-3e7a-4caf-87c6-6fafc7144720%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx und Renkforce WH2315

2019-05-23 Thread Kalli
Hier haste noch einige Links

https://www.rothlive.de/de/article/raspberry-pi-weewx-installieren-wetterstation-datenlogger-software-wettersoftware

https://www.rothlive.de/de/article/weewx-installieren-neue-installationsmethode-paketmanager

Am Donnerstag, 23. Mai 2019 19:24:10 UTC+2 schrieb Kalli:
>
> Hast du das mal so gemacht wie in dem Link beschreiben..
>
> Am Donnerstag, 23. Mai 2019 19:08:36 UTC+2 schrieb Günther Wrana:
>>
>> Ich schaffe es nicht einmal den Treiber zu installieren.
>>
>> pi@raspberrypi:~/Downloads $ dir
>> weewx-3.9.1  weewx-3.9.1.tar.gz  weewx-wh23xx-master  weewx-wh23xx.zip
>> pi@raspberrypi:~/Downloads $ sudo wee_extension --install weewx-wh23xx.zip
>> sudo: wee_extension: Befehl nicht gefunden
>> pi@raspberrypi:~/Downloads $ 
>>
>>
>>
>>
>>
>>
>>
>>
>> Am Donnerstag, 23. Mai 2019 02:49:34 UTC+2 schrieb mwall:
>>>
>>>
>>>
>>> On Wednesday, May 22, 2019 at 2:43:09 PM UTC-4, Günther Wrana wrote:
>>>>
>>>>
>>>> Aber auf dem Raspberry konnte ich den Treiber nicht installieren und 
>>>> das mit dem
>>>>
>>>> sudo wee_config --reconfigure
>>>>
>>>>
>>>> funktioniert auch nicht.
>>>>
>>>> Ist da ein anderer Syntax?
>>>>
>>>
>>> difficult to diagnose without knowing how you installed weewx on the pi 
>>> and what response you see when you type the wee_config command.
>>>
>>> if you installed using setup.py then you will need to full path to 
>>> wee_config
>>>
>>> m
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7a975697-503d-4e6d-bbaf-73e95afc95e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx und Renkforce WH2315

2019-05-23 Thread Kalli
Hast du das mal so gemacht wie in dem Link beschreiben..

Am Donnerstag, 23. Mai 2019 19:08:36 UTC+2 schrieb Günther Wrana:
>
> Ich schaffe es nicht einmal den Treiber zu installieren.
>
> pi@raspberrypi:~/Downloads $ dir
> weewx-3.9.1  weewx-3.9.1.tar.gz  weewx-wh23xx-master  weewx-wh23xx.zip
> pi@raspberrypi:~/Downloads $ sudo wee_extension --install weewx-wh23xx.zip
> sudo: wee_extension: Befehl nicht gefunden
> pi@raspberrypi:~/Downloads $ 
>
>
>
>
>
>
>
>
> Am Donnerstag, 23. Mai 2019 02:49:34 UTC+2 schrieb mwall:
>>
>>
>>
>> On Wednesday, May 22, 2019 at 2:43:09 PM UTC-4, Günther Wrana wrote:
>>>
>>>
>>> Aber auf dem Raspberry konnte ich den Treiber nicht installieren und das 
>>> mit dem
>>>
>>> sudo wee_config --reconfigure
>>>
>>>
>>> funktioniert auch nicht.
>>>
>>> Ist da ein anderer Syntax?
>>>
>>
>> difficult to diagnose without knowing how you installed weewx on the pi 
>> and what response you see when you type the wee_config command.
>>
>> if you installed using setup.py then you will need to full path to 
>> wee_config
>>
>> m
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/da3a53ba-1400-4878-953d-50827b246ae5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx und Renkforce WH2315

2019-05-23 Thread Kalli
Du kannst auch mal hier nach sehen und alles Abarbeiten.
http://wetterstation-gellershausen.de/wiki/doku.php?id=wetter:weewx_installation

Am Donnerstag, 23. Mai 2019 13:03:21 UTC+2 schrieb Kalli:
>
> Hallo
> ich betreibe die Selbe Station
>
> schau mal in deine weewx.conf   ob das so da drinne steht.
>
> [WH23xx]
> # This section is for Fine Offset WH23xx stations
> 
> # The model name such as Tycon, or TP2700
> model = Tycon TP2700
> 
> polling_mode = PERIODIC
> 
> polling_interval = 60
> 
> 
> # The driver to use
> driver = user.wh23xx
>
>
> Am Mittwoch, 22. Mai 2019 12:15:38 UTC+2 schrieb Günther Wrana:
>>
>> Hallo
>>
>> Ich habe diese Wetterstation Renkforce WH2315
>>
>> Wenn jemand weis das diese Wetterstation mit weewx auf Lununtu oder 
>> Raspberry pi kompatibel ist da soll er mir sagen was ich falsch gemacht 
>> habe.
>>
>>
>>
>>
>> https://www.conrad.at/de/p/renkforce-wh2300-wh2315-funk-wetterstation-vorhersage-fuer-12-bis-24-stunden-1404262.html
>>
>> Das Programm weewx habe ich auf einem Laptop mit Lubuntu 16.04 und 
>> einem raspberry pi 3 v1.2 installiert.
>>
>> Ob das richtig installiert ist wies ich nicht aber es lässt sich starten 
>> und es startet.
>>
>> Die Wetterstation wird auch nach Eingabe von lsusb im Terminal angezeigt.
>>
>>
>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ lsusb
>> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> Bus 001 Device 004: ID 10c4:8468 Cygnal Integrated Products, Inc. 
>> Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 
>> [Atheros AR9271]
>> Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ 
>>
>>
>> Wenn ich dann weewx starte oder es schon gestartet ist wird folgendes 
>> angezeigt.
>>
>>
>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo 
>> /etc/init.d/weewx start
>> [sudo] password for modelleisenbahn: 
>>  * Starting weewx weather system weewx  
>>  [ OK ] 
>> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo tail -f 
>> /var/log/syslog
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2447]: engine: 
>> pid file is /var/run/weewx.pid
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
>> Using configuration file /etc/weewx/weewx.conf
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
>> Loading station type FineOffsetUSB (weewx.drivers.fousb)
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>> driver version is 1.9
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>> polling mode is PERIODIC
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>> polling interval is 60
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
>> Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: import of 
>> driver failed: Unable to find USB device ()
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
>> Unable to load driver: Unable to find USB device
>> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]:   
>> Exiting...
>>
>>
>>
>> Nun habe ich in der weewx.conf etwas eingefügt wie in einer anderen Zeile 
>> beschrieben.
>>
>> weewx StdReport exits if USB disconnected
>>
>> # Keeping retrying!
>>
>> loop_on_init = 1
>>
>>
>> Danach wird im Terminal alle 60 Sekunden folgendes angezeigt.
>>
>>
>> Unable to load driver: Unable to find USB device
>>
>>
>> Zum Abschluss ist diese Wetterstation mit weewx auslesbar oder nicht wenn 
>> ja was habe ich bei der Installation oder beim einstellen falsch gemacht.
>>
>>
>> Grüße Günther
>>
>>
>>
>>
>>
>>
>>
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d87d95c6-1258-4877-a038-c0dfe4f1a8b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx und Renkforce WH2315

2019-05-23 Thread Kalli
Hallo
ich betreibe die Selbe Station

schau mal in deine weewx.conf   ob das so da drinne steht.

[WH23xx]
# This section is for Fine Offset WH23xx stations

# The model name such as Tycon, or TP2700
model = Tycon TP2700

polling_mode = PERIODIC

polling_interval = 60


# The driver to use
driver = user.wh23xx


Am Mittwoch, 22. Mai 2019 12:15:38 UTC+2 schrieb Günther Wrana:
>
> Hallo
>
> Ich habe diese Wetterstation Renkforce WH2315
>
> Wenn jemand weis das diese Wetterstation mit weewx auf Lununtu oder 
> Raspberry pi kompatibel ist da soll er mir sagen was ich falsch gemacht 
> habe.
>
>
>
>
> https://www.conrad.at/de/p/renkforce-wh2300-wh2315-funk-wetterstation-vorhersage-fuer-12-bis-24-stunden-1404262.html
>
> Das Programm weewx habe ich auf einem Laptop mit Lubuntu 16.04 und 
> einem raspberry pi 3 v1.2 installiert.
>
> Ob das richtig installiert ist wies ich nicht aber es lässt sich starten 
> und es startet.
>
> Die Wetterstation wird auch nach Eingabe von lsusb im Terminal angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ lsusb
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 001 Device 004: ID 10c4:8468 Cygnal Integrated Products, Inc. 
> Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 
> [Atheros AR9271]
> Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ 
>
>
> Wenn ich dann weewx starte oder es schon gestartet ist wird folgendes 
> angezeigt.
>
>
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo 
> /etc/init.d/weewx start
> [sudo] password for modelleisenbahn: 
>  * Starting weewx weather system weewx   [ 
> OK ] 
> modelleisenbahn@modelleisenbahn-LIFEBOOK-E-Series:~$ sudo tail -f 
> /var/log/syslog
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2447]: engine: pid 
> file is /var/run/weewx.pid
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Using configuration file /etc/weewx/weewx.conf
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Loading station type FineOffsetUSB (weewx.drivers.fousb)
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> driver version is 1.9
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling mode is PERIODIC
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> polling interval is 60
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: fousb: 
> Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: import of 
> driver failed: Unable to find USB device ()
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]: engine: 
> Unable to load driver: Unable to find USB device
> May  5 11:24:55 modelleisenbahn-LIFEBOOK-E-Series weewx[2451]:   
> Exiting...
>
>
>
> Nun habe ich in der weewx.conf etwas eingefügt wie in einer anderen Zeile 
> beschrieben.
>
> weewx StdReport exits if USB disconnected
>
> # Keeping retrying!
>
> loop_on_init = 1
>
>
> Danach wird im Terminal alle 60 Sekunden folgendes angezeigt.
>
>
> Unable to load driver: Unable to find USB device
>
>
> Zum Abschluss ist diese Wetterstation mit weewx auslesbar oder nicht wenn 
> ja was habe ich bei der Installation oder beim einstellen falsch gemacht.
>
>
> Grüße Günther
>
>
>
>
>
>
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/504c84a3-750e-43ee-81ad-a4736cabe55d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: IWDL - Vorhersage

2019-01-22 Thread Kalli
Ich weis habe das im Auge ..
dachte das hier Jemand vileicht ein lösung hat.

cu. Kalli

Am Sonntag, 20. Januar 2019 13:25:30 UTC+1 schrieb Kalli:
>
> Hallo
> seit einiger zeit geht die Wettervorhersage bei IWDL nicht mehr.
> hat sich was geändert.
>
> mfg. Kalli
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: IWDL - Vorhersage

2019-01-21 Thread Kalli
Hallo Gery
das ist ein missverständniss.

ich meinte Das hier https://www.sietse.net/iwdl-info/

mfg.Kalli

Am Sonntag, 20. Januar 2019 13:25:30 UTC+1 schrieb Kalli:
>
> Hallo
> seit einiger zeit geht die Wettervorhersage bei IWDL nicht mehr.
> hat sich was geändert.
>
> mfg. Kalli
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] IWDL - Vorhersage

2019-01-20 Thread Kalli
Hallo
seit einiger zeit geht die Wettervorhersage bei IWDL nicht mehr.
hat sich was geändert.

mfg. Kalli

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: WH4000 (WH3080) changes transmitter ID when it starts to Rain

2018-12-28 Thread Kalli
Hallo
bei mir ist jetzt auch die UV einheit tot, ich werde im Frühjar mal auf das 
Dach gehen und die UV einheit entfernen , und mal nachsehen was da los ist.

cu. Kalli

Am Montag, 3. September 2018 13:01:41 UTC+2 schrieb Bostjan Potocnik:
>
> I have issues with WH4000 (using SDR it's WH3080). When starts to rain 
> (almost every time) outside unit for temp, rain, ... changes transmitter ID 
> (restarts?).
> That causes that WH4000 console loses outside sensor and it sometimes 
> takes more than 3hours to connect to externla sensor with new ID again.
> I discovered that while troubleshooting wireless connectivity (due to lost 
> connectivity when raining) by using SDR. Logs below:
>
> *Jul 22 16:44:29* weewx-sdr weewx-weewx-sdr[578]: sdr: MainThread: 
> lines=['{"time" : "2018-07-22 14:44:26", "model" : "Fine Offset Electronics 
> WH1080/WH3080 Weather Station", "msg_type" : 0, 
> *"id" : 73*, "temperature_C" : 18.900, "humidity" : 86, "direction_str" : 
> "N", "direction_deg" : "0", "speed" : 3.672, "gust" : 4.896, *"rain" : 
> 14.700*, "battery" : "OK"}\n', 
> .
> .
> .
> *Jul 22 16:44:41* weewx-sdr weewx-weewx-sdr[578]: sdr: MainThread: 
> lines=['{"time" : "2018-07-22 14:44:38", "model" : "Fine Offset Electronics 
> WH1080/WH3080 Weather Station", "msg_type" : 0,
> * "id" : 151*, "temperature_C" : 18.900, "humidity" : 86, "direction_str" 
> : "N", "direction_deg" : "0", "speed" : 0.000, "gust" : 0.000, *"rain" : 
> 0.000*, "battery" : "OK"}\n']
>
>
> *Anyone with the same experiences and maybe solutions?*
>
> I have no problems with UV/Lux sensor, that one does not change 
> transmitter ID!
>
> Thanks,
>
> Bostjan
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: WH4000 (WH3080) changes transmitter ID when it starts to Rain

2018-12-13 Thread Kalli
 Bei mir ist das auch so.
nur die ID vom UV sensor bleibt.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: SDR & FOWHx080 rain error

2018-12-13 Thread Kalli
Hallo

Das ist bei mir auch so.
sobalt es regnet .

cu. Kalli

Am Samstag, 11. August 2018 09:56:13 UTC+2 schrieb Gazza:
>
>
> It has just rained for the first time since I got my FOWH3080 clone 
> station working with the SDR FOWHx080 driver and  have just noticed Weewx 
> is showing the wrong value for rain.
>
> The loop data received from the station for rain_total is 0.3 per tip but 
> Weewx is reporting 3mm per tip.
>
> There is a comment in the FOWH1080Packet section of sdr.py about rain 
> being in "mm not cm" but there is nothing obvious in the section for the 
> FOWHx080 that relates to the value per tip.
>
>
> Gary 
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Transmitter ID

2018-11-10 Thread Kalli
Hallo Gir 80
Danke fü die Info, ich werde das in den nächsten tagen mal Testen.

cu. kalli

Am Sonntag, 4. November 2018 10:58:18 UTC+1 schrieb Kalli:
>
> Hallo
>
> gibt es eine möglichkeit , das man sich die Transmitter IDs anzeigen 
> lassen kann .
>
> Ich möchte gerne sehen ob die sich ändern.
>
> cu. kalli
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Transmitter ID

2018-11-05 Thread Kalli
Ich habe die Froggit WH 4000

Am Sonntag, 4. November 2018 10:58:18 UTC+1 schrieb Kalli:
>
> Hallo
>
> gibt es eine möglichkeit , das man sich die Transmitter IDs anzeigen 
> lassen kann .
>
> Ich möchte gerne sehen ob die sich ändern.
>
> cu. kalli
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Transmitter ID

2018-11-04 Thread Kalli
Hallo

gibt es eine möglichkeit , das man sich die Transmitter IDs anzeigen lassen 
kann .

Ich möchte gerne sehen ob die sich ändern.

cu. kalli

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx_wd

2018-09-22 Thread Kalli
OK. dann ist mit weewx-wd alles in Ortnung.
Ich hatte bei WDLive komische werte,
Wetter Aktuell: undefiniert
und UV/ Solar extrem hoch , deshalb komme ich darauf das die Übertragung 
nicht ok war.
jetzt geht es wieder.

mfg. Kalli



Am Donnerstag, 22. Februar 2018 22:07:13 UTC+1 schrieb Kalli:
>
> hallo
>
> ich benutze WD-Live 
> da wird aber leider die Mondphase nicht angezeigt. 
> muss da noch was eingesellt werden.
>
>
>
> Hello
>
> I use WD-Live
> but unfortunately the moon phase is not displayed.
> there must be something else set up.
>
> cu. Kalli
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx_wd

2018-09-20 Thread Kalli
Hallo gir80


ich habe einen fehler mit den clientraw dateien. siehe das Bild

Am Donnerstag, 22. Februar 2018 22:07:13 UTC+1 schrieb Kalli:
>
> hallo
>
> ich benutze WD-Live 
> da wird aber leider die Mondphase nicht angezeigt. 
> muss da noch was eingesellt werden.
>
>
>
> Hello
>
> I use WD-Live
> but unfortunately the moon phase is not displayed.
> there must be something else set up.
>
> cu. Kalli
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx_wd

2018-08-31 Thread Kalli
Hallo

das bekomme ich


{
  "response": {
  "version":"0.1",
  "termsofService":"http://www.wunderground.com/weather/api/d/terms.html;,
  "features": {
  "conditions": 1
  }
,
"error": {
"type": "Station:OFFLINE"
}
}
}


Am Donnerstag, 22. Februar 2018 22:07:13 UTC+1 schrieb Kalli:
>
> hallo
>
> ich benutze WD-Live 
> da wird aber leider die Mondphase nicht angezeigt. 
> muss da noch was eingesellt werden.
>
>
>
> Hello
>
> I use WD-Live
> but unfortunately the moon phase is not displayed.
> there must be something else set up.
>
> cu. Kalli
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx_wd

2018-08-25 Thread Kalli
Hallo Gary
ich muss dich nochmal stören.

die Aktuelle Condition mit Wunderground und WD stimmen nicht Überein.
Wunderground zeigt = Partly Cloudy   und WD zeigt = cloudy
da kann doch was nicht stimmen, Wunderground ist richtig.
kannst du da nochmal drüber schauen..

cu. Kalli




Am Freitag, 24. August 2018 16:41:40 UTC+2 schrieb gjr80:
>
> Hallo Kalli,
>
> Die aktuellen Bedingungen werden von WeatherUnderground in festen 
> Intervallen erhalten. Eine Standardinstallation verwendet ein 
> 30-Minuten-Intervall. Sie können dieses Intervall nach oben oder nach 
> unten ändern, auch wenn es keinen Sinn hat, es kürzer als Ihre 
> Senderarchivierungszeit zu haben. Um den Standardwert zu ändern, fügen 
> Sie in der Datei weewx.conf die Option conditions_interval config unter 
> [Weewx-WD] 
> [[Supplementary]] [[[WU]]] wie folgt hinzu:
>
> [Weewx-WD]
> 
> 
> [[Supplementary]]
> 
> 
> [[[WU]]]
> 
> conditions_interval = xxx
>
> Wobei xxx das gewünschte Intervall in Sekunden ist (Standard ist 1800). Sie 
> müssen WeeWX neu laden oder neu starten, damit die Änderung wirksam wird. 
> Wenn 
> Sie im Logbuch des WeeWX-Startup genau hinsehen, sollten Sie einen Eintrag 
> sehen, der angibt, welche Intervalle verwendet werden (es gibt drei; 
> 'conditions', 'forecast' und 'almanac').
>
> Eine Sache, die wir im Hinterkopf behalten sollten, ist letztendlich, dass 
> WeatherUnderground weiß, wie oft und auf welcher Basis sie ihre aktuellen 
> Daten aktualisieren.
>
> The current conditions are obtained from WeatherUnderground at fixed 
> intervals. A default install uses a 30 minute interval. You can change this 
> interval up or down, though there is no point having it any shorter than 
> your station archive period. To change the default add a 
> conditions_interval config option under [Weewx-WD] [[Supplementary]] 
> [[[WU]]] in weewx.conf as follows:
>
> [Weewx-WD]
> 
> 
> [[Supplementary]]
> 
> 
> [[[WU]]]
> 
> conditions_interval = xxx
>
> where xxx is the interval you want in seconds (default is 1800). You will 
> need to do a config reload or restart WeeWX for the change to take effect. 
> If you look carefully in the log at the WeeWX startup you should see an 
> entry that indicates what intervals are in use (there are three; 
> conditions, forecast and almanac).
>
> One thing to keep in mind, ultimately we are at the whim of 
> WeatherUnderground as to how often and on what basis they update their 
> current conditions data.
>
>
> Gruß
>
> Gary
>
> On Friday, 24 August 2018 18:34:40 UTC+10, Kalli wrote:
>>
>> Hallo Gir80
>> ich habe festgestellt, das die Anzeige für das Aktuelle Wetter sehr lange 
>> dauert bis diese sich ändert.
>> Von Sonne nach Regen dauert sehr lange oder ändert sich garnicht, da 
>> sollte noch mal was gemacht werden.
>> denn wenn es Regnet sollte auch Aktuell: Regen da stehen.
>>
>> mfg. Kalli
>>
>> Am Donnerstag, 22. Februar 2018 22:07:13 UTC+1 schrieb Kalli:
>>>
>>> hallo
>>>
>>> ich benutze WD-Live 
>>> da wird aber leider die Mondphase nicht angezeigt. 
>>> muss da noch was eingesellt werden.
>>>
>>>
>>>
>>> Hello
>>>
>>> I use WD-Live
>>> but unfortunately the moon phase is not displayed.
>>> there must be something else set up.
>>>
>>> cu. Kalli
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx_wd

2018-08-24 Thread Kalli
Hallo
Danke ich werde das mal Testen..

Am Donnerstag, 22. Februar 2018 22:07:13 UTC+1 schrieb Kalli:
>
> hallo
>
> ich benutze WD-Live 
> da wird aber leider die Mondphase nicht angezeigt. 
> muss da noch was eingesellt werden.
>
>
>
> Hello
>
> I use WD-Live
> but unfortunately the moon phase is not displayed.
> there must be something else set up.
>
> cu. Kalli
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx_wd

2018-08-24 Thread Kalli
Hallo Gir80
ich habe festgestellt, das die Anzeige für das Aktuelle Wetter sehr lange 
dauert bis diese sich ändert.
Von Sonne nach Regen dauert sehr lange oder ändert sich garnicht, da sollte 
noch mal was gemacht werden.
denn wenn es Regnet sollte auch Aktuell: Regen da stehen.

mfg. Kalli

Am Donnerstag, 22. Februar 2018 22:07:13 UTC+1 schrieb Kalli:
>
> hallo
>
> ich benutze WD-Live 
> da wird aber leider die Mondphase nicht angezeigt. 
> muss da noch was eingesellt werden.
>
>
>
> Hello
>
> I use WD-Live
> but unfortunately the moon phase is not displayed.
> there must be something else set up.
>
> cu. Kalli
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: WH3080 always 1013,2 hPa

2018-08-24 Thread Kalli
Hallo

ich denke das die Basis Defekt ist.
das war mei meiner wh1080 auch drei mal neues Display gekauft.
jetzt hab ich die wh-4000

mfg.
Kalli

Am Donnerstag, 23. August 2018 05:06:04 UTC+2 schrieb BEIJY BUA:
>
> Good Morning
> I have a Problem with my WH3080, it always show at the Display 1013,2 hPa 
> and the abs Pressure is 000,0.
> Has anyone an Idea whats the Problem?? Sensor Demaged??
>
> Regards
> Chris
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windchill

2018-08-10 Thread Kalli
Danke


Am Freitag, 10. August 2018 13:41:33 UTC+2 schrieb Kalli:
>
> Hallo
>
> bei mir ist der Windchill gleich wie die Aussentemperatur.
>
> normal muss der Windchill doch andere werte liefern.
>
> mfg. Kalli
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Windchill

2018-08-10 Thread Kalli
Hallo

bei mir ist der Windchill gleich wie die Aussentemperatur.

normal muss der Windchill doch andere werte liefern.

mfg. Kalli

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.