Re: [weewx-user] Weewx unable to recognize hardware (vantage.py) error (Vantage Vue)

2020-07-27 Thread Tom Keffer
Somehow, you ended up with an old copy of the Vantage driver (v3.9.2 or
earlier) in a modern copy of WeeWX. This old version was not ported to
Python 3, so the Python 3 interpreter you are using is complaining.

Try reinstalling WeeWX.

-tk

On Mon, Jul 27, 2020 at 5:12 PM Lodewyk Jansen 
wrote:

> Hi all and thank you for everyone's reply's in advance.
>
> First off - i have a Raspberry Pi Model 3B+ with USB Davis Vantage Vue and
> Weewx is installed through python.
>
> Initially Weewx worked and there were no erros. However since then i might
> have deleted something or done something wrong to cause the errors.
>
> [copied from the command "service weewx status"]
>
> pi@raspberrypi:~ $ service weewx status
> * weewx.service - LSB: weewx weather system
>Loaded: loaded (/etc/init.d/weewx; generated)
>Active: active (exited) since Tue 2020-07-28 12:02:32 NZST; 7min ago
>  Docs: man:systemd-sysv-generator(8)
>   Process: 1921 ExecStart=/etc/init.d/weewx start (code=exited,
> status=0/SUCCESS)
>
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>  engine = weewx.engine.StdEngine(config_dict)
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>File "/home/weewx/bin/weewx/engine.py", line 69, in __init__
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>  self.setupStation(config_dict)
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>File "/home/weewx/bin/weewx/engine.py", line 92, in setupStation
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>  __import__(driver)
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>File "/home/weewx/bin/weewx/drivers/vantage.py", line 86
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>  print "Unable to wake up console... sleeping"
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>  ^
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>  SyntaxError: Missing parentheses in call to 'print'. Did you mean
> print("Unable to wake up console... sleeping")?
> Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__:
>  Exiting.
>
> ___
> Also attached is the system log file for reference...
>
> Anyone that can point me into the right direction to get weeewx to run
> without erros?
>
> Regards,
> LJ
>
> --
> 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/1455495f-c421-41b0-98a9-df78f2dce835o%40googlegroups.com
> 
> .
>

-- 
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/CAPq0zEDuAqFrQpocCJe%3D%2B8h9q39ey288LfZ75kL5syrFTtFg%3DA%40mail.gmail.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-27 Thread gjr80
Yes, not surprised, am still working through sensor names and the API to 
get the code right. Fortunately, this disconnect does not affect the 
observational data only battery state field names and some of the 
'informational' commands such as --system-params. Once I get the battery 
states into the loop packets they can be easily fixed (temporarily) with a 
few field map extensions.

Gary

On Tuesday, 28 July 2020 11:04:45 UTC+10, gary@gmail.com wrote:
>
> Though this is not a WH65
>
> I have a GW1000, WS68, WH40, WH32-EP, WH32B
>
> On Monday, July 27, 2020 at 8:58:54 PM UTC-4 gary@gmail.com wrote:
>
>> This is a 915 MHz unit
>>
>> Interrogating GW1000 at 10.10.100.125:45000
>>
>> GW1000 frequency: 2 (Unknown)
>> GW1000 sensor type: 1 (WH65)
>> GW1000 decoded UTC: 2020-07-27 20:57:43 UTC (1595883463)
>> GW1000 timezone: 19
>>
>>
>> On Monday, July 27, 2020 at 8:53:36 PM UTC-4 gjr80 wrote:
>>
>>> v0.1.0b6 added the --system-params command line option to the driver to 
>>> display a number of GW1000 system parameters, eg:
>>>
>>> GW1000 frequency: 0 (433MHz)
>>> GW1000 sensor type: 0 (WH24)
>>> GW1000 decoded UTC: 2020-07-28 10:31:46 UTC (1595932306)
>>> GW1000 timezone: 94
>>>
>>> Whilst I know which byte to look at for the frequency, and what value 
>>> represents 433MHz as used on my GW1000, I do not know what value is used to 
>>> represent operation on 868MHZ and 915MHz. Was wondering if any users of 
>>> v0.1.0b6 that use a GW1000 operating on 868MHz or 915MHZ could post the 
>>> frequency their GW1000 uses as well as the output from the following 
>>> command (adjusting python version and path as required):
>>>
>>> $ PYTHONPATH=/home/weewx/bin python -m user.gw1000 --system-params
>>>
>>> I don't believe any of the information is particularly sensitive, but if 
>>> you are concerned I really just need to know the frequncy your GW1000 
>>> operates on as well as the line starting 'GW1000 frequency'. If you don't 
>>> know what frequency your GW1000 operates on it should be printed on the 
>>> back of your GW1000 (well at least mine is like that!)
>>>
>>> thanks,
>>> 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/d6b32000-d7a8-483d-9822-6b47d24e1b23o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-27 Thread gjr80
Thanks, I am guessing 868MHz will be 1 but we shall see.

Gary

On Tuesday, 28 July 2020 10:58:54 UTC+10, gary@gmail.com wrote:
>
> This is a 915 MHz unit
>
> Interrogating GW1000 at 10.10.100.125:45000
>
> GW1000 frequency: 2 (Unknown)
> GW1000 sensor type: 1 (WH65)
> GW1000 decoded UTC: 2020-07-27 20:57:43 UTC (1595883463)
> GW1000 timezone: 19
>
>
> On Monday, July 27, 2020 at 8:53:36 PM UTC-4 gjr80 wrote:
>
>> v0.1.0b6 added the --system-params command line option to the driver to 
>> display a number of GW1000 system parameters, eg:
>>
>> GW1000 frequency: 0 (433MHz)
>> GW1000 sensor type: 0 (WH24)
>> GW1000 decoded UTC: 2020-07-28 10:31:46 UTC (1595932306)
>> GW1000 timezone: 94
>>
>> Whilst I know which byte to look at for the frequency, and what value 
>> represents 433MHz as used on my GW1000, I do not know what value is used to 
>> represent operation on 868MHZ and 915MHz. Was wondering if any users of 
>> v0.1.0b6 that use a GW1000 operating on 868MHz or 915MHZ could post the 
>> frequency their GW1000 uses as well as the output from the following 
>> command (adjusting python version and path as required):
>>
>> $ PYTHONPATH=/home/weewx/bin python -m user.gw1000 --system-params
>>
>> I don't believe any of the information is particularly sensitive, but if 
>> you are concerned I really just need to know the frequncy your GW1000 
>> operates on as well as the line starting 'GW1000 frequency'. If you don't 
>> know what frequency your GW1000 operates on it should be printed on the 
>> back of your GW1000 (well at least mine is like that!)
>>
>> thanks,
>> 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/fac0e6ed-d0b5-4028-9ad6-d2bdfae81e79o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-27 Thread gary....@gmail.com
Though this is not a WH65

I have a GW1000, WS68, WH40, WH32-EP, WH32B

On Monday, July 27, 2020 at 8:58:54 PM UTC-4 gary@gmail.com wrote:

> This is a 915 MHz unit
>
> Interrogating GW1000 at 10.10.100.125:45000
>
> GW1000 frequency: 2 (Unknown)
> GW1000 sensor type: 1 (WH65)
> GW1000 decoded UTC: 2020-07-27 20:57:43 UTC (1595883463)
> GW1000 timezone: 19
>
>
> On Monday, July 27, 2020 at 8:53:36 PM UTC-4 gjr80 wrote:
>
>> v0.1.0b6 added the --system-params command line option to the driver to 
>> display a number of GW1000 system parameters, eg:
>>
>> GW1000 frequency: 0 (433MHz)
>> GW1000 sensor type: 0 (WH24)
>> GW1000 decoded UTC: 2020-07-28 10:31:46 UTC (1595932306)
>> GW1000 timezone: 94
>>
>> Whilst I know which byte to look at for the frequency, and what value 
>> represents 433MHz as used on my GW1000, I do not know what value is used to 
>> represent operation on 868MHZ and 915MHz. Was wondering if any users of 
>> v0.1.0b6 that use a GW1000 operating on 868MHz or 915MHZ could post the 
>> frequency their GW1000 uses as well as the output from the following 
>> command (adjusting python version and path as required):
>>
>> $ PYTHONPATH=/home/weewx/bin python -m user.gw1000 --system-params
>>
>> I don't believe any of the information is particularly sensitive, but if 
>> you are concerned I really just need to know the frequncy your GW1000 
>> operates on as well as the line starting 'GW1000 frequency'. If you don't 
>> know what frequency your GW1000 operates on it should be printed on the 
>> back of your GW1000 (well at least mine is like that!)
>>
>> thanks,
>> 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/b11f99dc-951e-4a4e-bbe7-4b27529b5d1fn%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-27 Thread gary....@gmail.com
This is a 915 MHz unit

Interrogating GW1000 at 10.10.100.125:45000

GW1000 frequency: 2 (Unknown)
GW1000 sensor type: 1 (WH65)
GW1000 decoded UTC: 2020-07-27 20:57:43 UTC (1595883463)
GW1000 timezone: 19


On Monday, July 27, 2020 at 8:53:36 PM UTC-4 gjr80 wrote:

> v0.1.0b6 added the --system-params command line option to the driver to 
> display a number of GW1000 system parameters, eg:
>
> GW1000 frequency: 0 (433MHz)
> GW1000 sensor type: 0 (WH24)
> GW1000 decoded UTC: 2020-07-28 10:31:46 UTC (1595932306)
> GW1000 timezone: 94
>
> Whilst I know which byte to look at for the frequency, and what value 
> represents 433MHz as used on my GW1000, I do not know what value is used to 
> represent operation on 868MHZ and 915MHz. Was wondering if any users of 
> v0.1.0b6 that use a GW1000 operating on 868MHz or 915MHZ could post the 
> frequency their GW1000 uses as well as the output from the following 
> command (adjusting python version and path as required):
>
> $ PYTHONPATH=/home/weewx/bin python -m user.gw1000 --system-params
>
> I don't believe any of the information is particularly sensitive, but if 
> you are concerned I really just need to know the frequncy your GW1000 
> operates on as well as the line starting 'GW1000 frequency'. If you don't 
> know what frequency your GW1000 operates on it should be printed on the 
> back of your GW1000 (well at least mine is like that!)
>
> thanks,
> 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/1e253425-6509-4538-9dfe-3a44c80f2e14n%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-27 Thread gjr80
v0.1.0b6 added the --system-params command line option to the driver to 
display a number of GW1000 system parameters, eg:

GW1000 frequency: 0 (433MHz)
GW1000 sensor type: 0 (WH24)
GW1000 decoded UTC: 2020-07-28 10:31:46 UTC (1595932306)
GW1000 timezone: 94

Whilst I know which byte to look at for the frequency, and what value 
represents 433MHz as used on my GW1000, I do not know what value is used to 
represent operation on 868MHZ and 915MHz. Was wondering if any users of 
v0.1.0b6 that use a GW1000 operating on 868MHz or 915MHZ could post the 
frequency their GW1000 uses as well as the output from the following 
command (adjusting python version and path as required):

$ PYTHONPATH=/home/weewx/bin python -m user.gw1000 --system-params

I don't believe any of the information is particularly sensitive, but if 
you are concerned I really just need to know the frequncy your GW1000 
operates on as well as the line starting 'GW1000 frequency'. If you don't 
know what frequency your GW1000 operates on it should be printed on the 
back of your GW1000 (well at least mine is like that!)

thanks,
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/61de1f96-e437-44c2-8d94-f69dbcd4cb18o%40googlegroups.com.


Re: [weewx-user] Newbie Looking For Hardware Recommendations

2020-07-27 Thread galfert
If you get or have a WS-2902B and you want to connect it to WeeWX you have 
two ways to do it. 

The easy way:
- be sure to also buy the Ecowitt GW1000 as this will pick up the sensor 
array of the WS-2902B and it will provide this data to WeeWX (then use the 
Interceptor driver or the new GW1000 API driver).

The hard way:
- Put the WS-2902B on your network where you can mirror a network port 
(requires networking expertise) and then send data to WeeWX with the use of 
the Interceptor driver. Or you can put the WS-2902B console behind a 
hotspot run by a Raspberry Pi and then capture data that way, but this 
removes the WS-2902B management to an isolated WiFi network on the Pi and 
that makes management a bit of a kludge with your mobile device that will 
then need to jump to that WiFi in order to manage services on the WS-2902B 
consoleThis is both messy, complicated and requires networking 
expertise. If this was greek to you then stick the the easy way and just 
get a GW1000 for your WS-2902B or maybe forget the WS-2902B altogether 
and just get a GW1001 if you don't need the display.

On Monday, July 27, 2020 at 1:55:39 PM UTC-4, Anthony wrote:
>
> Does anybody know if the "Ambient Weather WS-2902B WiFi Smart Weather 
> Station" 
> (https://www.amazon.com/Ambient-Weather-WiFi-Station/dp/B01N5TEHLI/) is 
> compatible with WeeWX?  I don't see it on the "Supported Hardware" list 
> (or any Ambient Weather products), but figured I'd ask just in case... 
>

-- 
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/5a34a7ee-17e5-49ea-a38b-ec6282c3691eo%40googlegroups.com.


[weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-27 Thread Michael Bruski

First of all you need to write some code on the Raspberry to get your 
sensor data from the Thingspeak channel they are written to.   This link 

  
will give you an idea how to do that on the pi.  Once you are able to read 
all of your channels, you can write them to a temporary file and use the 
WeeWX extension fileParser to pick it up.   Check out this link 

 
for details.   I used it to setup a fileParser to collect my sensor info so 
that WeeWX could reap it and found the method works well.   My setup is 
somewhat different than yours in that I have my sensors connected directly 
to the RPi so I simply use my sensor program to read the data and then 
write it to a file.   WeeWX knows where to find that file and grabs it at 
the interval specified.  The author gives you a sample python program to 
create a data file containing your sensor data.

Hope that helps.

On Friday, July 24, 2020 at 4:03:15 AM UTC-4, Tomasz Lewicki wrote:
>
> Dear Weewx users.
> It's my first post. I looked into wiki and docs but still are stuck so I 
> ask here.
>
> My configuration is as follows:
>
> 1. DIY solar powered WiFi weather station (built from here: 
> https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/ 
> 
>  
> - the project known to some of you, I suppose), based on Wemos D1 Mini Pro 
> (ESP8266) with own IP address in local network
>
> 2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).
>
> Now I want to extend RPi with Weewx fed and weather station data.
>
> Because my station is hand-made, I can't use any of standard hardware 
> drivers. As far I installed Weewx with Simulator driver and it works - 
> http://stationIP/weewx shows many plots and data. I was even able to send 
> it periodically to my other, public available, webserver by FTP.
>
> But of course I don't need fake, static data. I want to RPi with Weewx to 
> communicate periodically with weather station, grab the data (or weather 
> station push it periodically to RPi, which is the same, I suppose) and view 
> it live via the webserver.
>
> So finally I come to the important question: is such connection possible? 
> I suppose yes, but my experience with such hardware is very poor and I 
> don't know where should I go. I'm experienced Linux user so it is no 
> problem in this field. I only expect that someone will point me in the 
> right direction, some keyword to look for. Maybe someone has similar 
> configuration and could help?
>

-- 
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/a72d2d1d-7852-4be0-a8a7-71cd6b8a7722o%40googlegroups.com.


Re: [weewx-user] Re: wind chill for Vantage Pro 2

2020-07-27 Thread brisguy foo
Thanks for the replies guys!

I did update my conf file as suggested, however I am confused by the 
comment that wind chill "is not in the LOOP or archive record from the 
console".

I know I was able to see wind chill in historical data downloaded from the 
console logger and displayed using WeatherLink. If you are referring to the 
weewx archive, then I am concerned that the not all LOOP 2 data is being 
stored.

Please help me understand if you don't mind. I should be able to see the 
result in a few days anyway, but I'd like to know how this works.

Thanks!



On Friday, July 24, 2020 at 5:21:48 PM UTC-7, Tom Keffer wrote:
>
> Geez, Gary, you're right! So, you would also have to specify LOOP2 
> packets. See the section [Vantage] 
>  in the User's Guide.
>
> [Vantage]
>   loop_request = 2
>
>
> -tk
>
> On Fri, Jul 24, 2020 at 5:13 PM gjr80 > 
> wrote:
>
>> Windchill is only in included in the Davis LOOP2 packet, it’s not in the 
>> LOOP packet or archive record (the defaults) from the console. So unless 
>> you have set WeeWX to use the LOOP2 packet WeeWX will never see windchill 
>> from the console, irrespective of StdWXCalculate settings.
>>
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/9a8a0b4e-4b27-404b-aec4-72cd8dbc7331o%40googlegroups.com
>> .
>>
>

-- 
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/80976d1d-89f9-45b5-a2e0-14b5794b4f7co%40googlegroups.com.


[weewx-user] Re: Belchertown MQTT live stats problem

2020-07-27 Thread Scott Grayban
It didn't have the 0.0.0.0 originally and it still didn't work. I don't 
have ipv6 working on that pi so I thought something changed so I added 
0.0.0.0

Like I said it works in MQTTBox just fine so I don't get the problem.

-- 
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/09d32590-efe8-4736-b200-856dacc68f90o%40googlegroups.com.


Re: [weewx-user] Translation into german

2020-07-27 Thread 'Hans Cilker' via weewx-user
Thanks Peter tomorrow in will Take a Look

Mühsam ernährt sich das Eichhörnchen...No Flüge whats thus meaning in english 
ist

-- 
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/769d41c6-eb50-429f-99dd-b2f1c474db5eo%40googlegroups.com.


Re: [weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-27 Thread Pat W.
Tom,

1. Using your sqlite commands (thanks!) I see only one entry in the 
database, and its from yesterday when I was fiddling with things.

2. Same here, html and png files were created at least once yesterday. 
Nothing today.

Pat W.

On Sunday, July 26, 2020 at 6:22:11 PM UTC-5, Tom Keffer wrote:
>
> I have my suspicions about what's going on here, but first let me ask you 
> two questions.
>
> 1. Is there any evidence that anything is getting stored in the database? 
> Take a look in your database. This will show the timestamps of the last 10 
> records that have been stored in the database:
>
> *sqlite3 /var/lib/weewx/weewx.sdb*
> sqlite> *select datetime(dateTime,'unixepoch','localtime') from archive 
> order by dateTime desc limit 10;*
>
> 2. Is there any evidence that reports have been generated at all (let 
> alone FTP'd)? 
>
>
> *ls -l /var/www/html/weewx*
>
> -tk
>
> On Sun, Jul 26, 2020 at 3:24 PM Pat W. > 
> wrote:
>
>> Hi All,
>>
>> I've been using weewx for a couple years with an old WMR-918 and all 
>> works fine, including an FTP upload to my personal web page every five 
>> minutes. Recently bought a Weatherflow Tempest and installed the 
>> WeatherFlowUDP extension. Weewx appears to be receiving data from the 
>> station properly, but the FTP function has stopped working and I can't find 
>> any references to it in the syslog. I reinstalled weewx from scratch 
>> (installed via apt-get on Raspberry Pi 4) after the hardware change to no 
>> avail. 
>>
>> I'm a linux novice but can find my way around. This one has me stumped. 
>> Any help is appreciated. mylog and wee_debug files attached
>>
>> Pat W.
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com.


Re: [weewx-user] Translation into german

2020-07-27 Thread Vetti52
And you will have to look into weewx.conf. Here are my adoptions:

[Station]
# Start of week (0=Monday, 6=Sunday)
week_start = 0

[StdReport]
...
[[Defaults]]

[[[Units]]]
...
Labels
day = " Tag", " Tage"  
hour = " Stunde", " Stunden"
minute = " Minute", " Minuten"
second = " Sekunde", " Sekunden"
...
[[[Labels]]]

# Set to hemisphere abbreviations suitable for your location:
hemispheres = N, S, O, W
 
# Generic labels, keyed by an observation type.
Generic
barometer = Barometer
dewpoint = Taupunkt
ET = ET
heatindex = Hitzeindex
inHumidity = Innenluftfeuchte
inTemp = Innentemperatur
outHumidity = Luftfeuchte
outTemp = Außentemperatur
radiation = Sonnenstrahlung
rain = Regen
rainRate = Regenrate
UV = UV Index
windDir = Windrichtung
windGust = Böen
windGustDir = Böenrichtung
windSpeed = Windgeschwindigkeit
windchill = Windchill
windgustvec = Böenvektor
windvec = Windvektor

  [[[Almanac]]]

# The labels to be used for the phases of the moon:
moon_phases = Neumond, zunehmende Sichel, zunehmender Halbmond, 
zweites Viertel, Vollmond, drittes Viertel, abnehmender Halbmond, 
abnehmende Sichel

All of the rest I found in the skin files, so far I could find it.
Hope, that helps

-Peter

Am Montag, 27. Juli 2020 20:24:22 UTC+2 schrieb Tom Keffer:
>
> Oh, and look in the "NOAA" subdirectory as well. That would be 
> /etc/weewx/skins/Seasons/NOAA or /home/weewx/skins/Seasons/NOAA.
>
> On Mon, Jul 27, 2020 at 11:22 AM Tom Keffer  > wrote:
>
>> If you are localizing the *Seasons* skin, the files would be found in 
>> /etc/weewx/skins/Seasons if you did a package install. They would be found 
>> in /home/weewx/skins/Seasons if you did a setup.py install.
>>
>> Look for files with suffixes of ".inc" and ".tmpl".
>>
>> -tk
>>
>> On Mon, Jul 27, 2020 at 11:18 AM 'Hans Cilker' via weewx-user <
>> weewx...@googlegroups.com > wrote:
>>
>>> yea, that i found, but not where to change the Headlines and the parts 
>>> above, sorry may be thats to high for me. I was looking for : Monthly 
>>> Reports as an example, this i did not founf, also Current Conditions  and 
>>> so on, but i think its me who is not able to find that points, therefore 
>>> the question if ther is a place where i can found all together, or where 
>>> all files are written i have to change.
>>>
>>> tke...@gmail.com schrieb am Montag, 27. Juli 2020 um 19:27:00 UTC+2:
>>>
 Hello, Hans

 Did you look at the section *Localization 
 * in the 
 Customizing Guide? 

 On Mon, Jul 27, 2020 at 9:32 AM 'Hans Cilker' via weewx-user <
 weewx...@googlegroups.com> wrote:

>
> Hallo together, i've taken a look at the doc's and i did a search in 
> the net, but nothing fit to my ideas. I want to translate the standard 
> output into german, but i find not everything i want to translate. Is 
> there 
> inside the doc's a place, where i can find in which files i ve to look 
> for 
> finding whats to translate? For example, i found nothing wher to translat 
> " 
> Monthly Reports: and Yearly Report. Thanks a lot
> Hans
>
> -- 
> 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/c02044f3-2aa2-4931-9e07-1e83e019b1d9n%40googlegroups.com
>  
> 
> .
>
 -- 
>>> 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...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/ebcf4fbe-5c5d-4866-aab3-47b7b154563dn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 

Re: [weewx-user] Translation into german

2020-07-27 Thread 'Hans Cilker' via weewx-user
thanks a lot and of cours i did a "package install ", the outher i would 
have done never. I was very happy to make it work withou any trouble 
because for Nexus the support is not very good and i was short nefore to 
buy a Davis Vantage 2 with an built in Server. Ok, i will try my best to 
make it speaking geman, but this evening i try to manage the ftp shit. nice 
evening
tke...@gmail.com schrieb am Montag, 27. Juli 2020 um 20:24:22 UTC+2:

> Oh, and look in the "NOAA" subdirectory as well. That would be 
> /etc/weewx/skins/Seasons/NOAA or /home/weewx/skins/Seasons/NOAA.
>
> On Mon, Jul 27, 2020 at 11:22 AM Tom Keffer  wrote:
>
>> If you are localizing the *Seasons* skin, the files would be found in 
>> /etc/weewx/skins/Seasons if you did a package install. They would be found 
>> in /home/weewx/skins/Seasons if you did a setup.py install.
>>
>> Look for files with suffixes of ".inc" and ".tmpl".
>>
>> -tk
>>
>> On Mon, Jul 27, 2020 at 11:18 AM 'Hans Cilker' via weewx-user <
>> weewx...@googlegroups.com> wrote:
>>
>>> yea, that i found, but not where to change the Headlines and the parts 
>>> above, sorry may be thats to high for me. I was looking for : Monthly 
>>> Reports as an example, this i did not founf, also Current Conditions  and 
>>> so on, but i think its me who is not able to find that points, therefore 
>>> the question if ther is a place where i can found all together, or where 
>>> all files are written i have to change.
>>>
>>> tke...@gmail.com schrieb am Montag, 27. Juli 2020 um 19:27:00 UTC+2:
>>>
 Hello, Hans

 Did you look at the section *Localization 
 * in the 
 Customizing Guide? 

 On Mon, Jul 27, 2020 at 9:32 AM 'Hans Cilker' via weewx-user <
 weewx...@googlegroups.com> wrote:

>
> Hallo together, i've taken a look at the doc's and i did a search in 
> the net, but nothing fit to my ideas. I want to translate the standard 
> output into german, but i find not everything i want to translate. Is 
> there 
> inside the doc's a place, where i can find in which files i ve to look 
> for 
> finding whats to translate? For example, i found nothing wher to translat 
> " 
> Monthly Reports: and Yearly Report. Thanks a lot
> Hans
>
> -- 
> 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/c02044f3-2aa2-4931-9e07-1e83e019b1d9n%40googlegroups.com
>  
> 
> .
>
 -- 
>>> 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/ebcf4fbe-5c5d-4866-aab3-47b7b154563dn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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/02dcfbe6-a7d5-4838-82d6-eda8c9fbd332n%40googlegroups.com.


Re: [weewx-user] Newbie Looking For Hardware Recommendations

2020-07-27 Thread John Pierce
On Mon, Jul 27, 2020 at 10:55 AM Anthony Hoppe  wrote:

> Does anybody know if the "Ambient Weather WS-2902B WiFi Smart Weather
> Station"
> (https://www.amazon.com/Ambient-Weather-WiFi-Station/dp/B01N5TEHLI/) is
> compatible with WeeWX?  I don't see it on the "Supported Hardware" list
> (or any Ambient Weather products), but figured I'd ask just in case...
>
>
that looks like one of those which uploads directly to the vendor's 'cloud'
without any external software, and *requires* a android/iphone for
configuration (no provision for doing anything with a PC or laptop)


-- 
-john r pierce
  recycling used bits in santa cruz

-- 
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/CAJnkzXLH_AcfJ_d-fjWC20PCYoUJB-XqmKtz1t6%2BsCQ4YUT40Q%40mail.gmail.com.


Re: [weewx-user] Translation into german

2020-07-27 Thread Tom Keffer
Oh, and look in the "NOAA" subdirectory as well. That would be
/etc/weewx/skins/Seasons/NOAA or /home/weewx/skins/Seasons/NOAA.

On Mon, Jul 27, 2020 at 11:22 AM Tom Keffer  wrote:

> If you are localizing the *Seasons* skin, the files would be found in
> /etc/weewx/skins/Seasons if you did a package install. They would be found
> in /home/weewx/skins/Seasons if you did a setup.py install.
>
> Look for files with suffixes of ".inc" and ".tmpl".
>
> -tk
>
> On Mon, Jul 27, 2020 at 11:18 AM 'Hans Cilker' via weewx-user <
> weewx-user@googlegroups.com> wrote:
>
>> yea, that i found, but not where to change the Headlines and the parts
>> above, sorry may be thats to high for me. I was looking for : Monthly
>> Reports as an example, this i did not founf, also Current Conditions  and
>> so on, but i think its me who is not able to find that points, therefore
>> the question if ther is a place where i can found all together, or where
>> all files are written i have to change.
>>
>> tke...@gmail.com schrieb am Montag, 27. Juli 2020 um 19:27:00 UTC+2:
>>
>>> Hello, Hans
>>>
>>> Did you look at the section *Localization
>>> * in the
>>> Customizing Guide?
>>>
>>> On Mon, Jul 27, 2020 at 9:32 AM 'Hans Cilker' via weewx-user <
>>> weewx...@googlegroups.com> wrote:
>>>

 Hallo together, i've taken a look at the doc's and i did a search in
 the net, but nothing fit to my ideas. I want to translate the standard
 output into german, but i find not everything i want to translate. Is there
 inside the doc's a place, where i can find in which files i ve to look for
 finding whats to translate? For example, i found nothing wher to translat "
 Monthly Reports: and Yearly Report. Thanks a lot
 Hans

 --
 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/c02044f3-2aa2-4931-9e07-1e83e019b1d9n%40googlegroups.com
 
 .

>>> --
>> 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/ebcf4fbe-5c5d-4866-aab3-47b7b154563dn%40googlegroups.com
>> 
>> .
>>
>

-- 
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/CAPq0zEC8WHiARx5pbLq7i-06WLc8mNz54BHJB67kAcDj9SW4iw%40mail.gmail.com.


Re: [weewx-user] Translation into german

2020-07-27 Thread Tom Keffer
If you are localizing the *Seasons* skin, the files would be found in
/etc/weewx/skins/Seasons if you did a package install. They would be found
in /home/weewx/skins/Seasons if you did a setup.py install.

Look for files with suffixes of ".inc" and ".tmpl".

-tk

On Mon, Jul 27, 2020 at 11:18 AM 'Hans Cilker' via weewx-user <
weewx-user@googlegroups.com> wrote:

> yea, that i found, but not where to change the Headlines and the parts
> above, sorry may be thats to high for me. I was looking for : Monthly
> Reports as an example, this i did not founf, also Current Conditions  and
> so on, but i think its me who is not able to find that points, therefore
> the question if ther is a place where i can found all together, or where
> all files are written i have to change.
>
> tke...@gmail.com schrieb am Montag, 27. Juli 2020 um 19:27:00 UTC+2:
>
>> Hello, Hans
>>
>> Did you look at the section *Localization
>> * in the
>> Customizing Guide?
>>
>> On Mon, Jul 27, 2020 at 9:32 AM 'Hans Cilker' via weewx-user <
>> weewx...@googlegroups.com> wrote:
>>
>>>
>>> Hallo together, i've taken a look at the doc's and i did a search in the
>>> net, but nothing fit to my ideas. I want to translate the standard output
>>> into german, but i find not everything i want to translate. Is there inside
>>> the doc's a place, where i can find in which files i ve to look for finding
>>> whats to translate? For example, i found nothing wher to translat " Monthly
>>> Reports: and Yearly Report. Thanks a lot
>>> Hans
>>>
>>> --
>>> 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/c02044f3-2aa2-4931-9e07-1e83e019b1d9n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/ebcf4fbe-5c5d-4866-aab3-47b7b154563dn%40googlegroups.com
> 
> .
>

-- 
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/CAPq0zEAGZ5YfEnT0Dra4aEywprsbuwJkrCWo%2Bj_iMOoFenP%2BWA%40mail.gmail.com.


Re: [weewx-user] Translation into german

2020-07-27 Thread 'Hans Cilker' via weewx-user
yea, that i found, but not where to change the Headlines and the parts 
above, sorry may be thats to high for me. I was looking for : Monthly 
Reports as an example, this i did not founf, also Current Conditions  and 
so on, but i think its me who is not able to find that points, therefore 
the question if ther is a place where i can found all together, or where 
all files are written i have to change.

tke...@gmail.com schrieb am Montag, 27. Juli 2020 um 19:27:00 UTC+2:

> Hello, Hans
>
> Did you look at the section *Localization 
> * in the 
> Customizing Guide? 
>
> On Mon, Jul 27, 2020 at 9:32 AM 'Hans Cilker' via weewx-user <
> weewx...@googlegroups.com> wrote:
>
>>
>> Hallo together, i've taken a look at the doc's and i did a search in the 
>> net, but nothing fit to my ideas. I want to translate the standard output 
>> into german, but i find not everything i want to translate. Is there inside 
>> the doc's a place, where i can find in which files i ve to look for finding 
>> whats to translate? For example, i found nothing wher to translat " Monthly 
>> Reports: and Yearly Report. Thanks a lot
>> Hans
>>
>> -- 
>> 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/c02044f3-2aa2-4931-9e07-1e83e019b1d9n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/ebcf4fbe-5c5d-4866-aab3-47b7b154563dn%40googlegroups.com.


Re: [weewx-user] Newbie Looking For Hardware Recommendations

2020-07-27 Thread Anthony Hoppe
Does anybody know if the "Ambient Weather WS-2902B WiFi Smart Weather
Station"
(https://www.amazon.com/Ambient-Weather-WiFi-Station/dp/B01N5TEHLI/) is
compatible with WeeWX?  I don't see it on the "Supported Hardware" list
(or any Ambient Weather products), but figured I'd ask just in case...

-- 
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/1efd1bec-d1ac-c91f-a775-4f44186aea34%40vofr.net.


Re: [weewx-user] Translation into german

2020-07-27 Thread Tom Keffer
Hello, Hans

Did you look at the section *Localization
* in the
Customizing Guide?

On Mon, Jul 27, 2020 at 9:32 AM 'Hans Cilker' via weewx-user <
weewx-user@googlegroups.com> wrote:

>
> Hallo together, i've taken a look at the doc's and i did a search in the
> net, but nothing fit to my ideas. I want to translate the standard output
> into german, but i find not everything i want to translate. Is there inside
> the doc's a place, where i can find in which files i ve to look for finding
> whats to translate? For example, i found nothing wher to translat " Monthly
> Reports: and Yearly Report. Thanks a lot
> Hans
>
> --
> 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/c02044f3-2aa2-4931-9e07-1e83e019b1d9n%40googlegroups.com
> 
> .
>

-- 
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/CAPq0zEBym7VgLJG9A3sSiYh5sdnF8Z%3DP6ehNgQdfCsXss%2BCX3w%40mail.gmail.com.


[weewx-user] Translation into german

2020-07-27 Thread 'Hans Cilker' via weewx-user

Hallo together, i've taken a look at the doc's and i did a search in the 
net, but nothing fit to my ideas. I want to translate the standard output 
into german, but i find not everything i want to translate. Is there inside 
the doc's a place, where i can find in which files i ve to look for finding 
whats to translate? For example, i found nothing wher to translat " Monthly 
Reports: and Yearly Report. Thanks a lot
Hans

-- 
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/c02044f3-2aa2-4931-9e07-1e83e019b1d9n%40googlegroups.com.


[weewx-user] Re: Belchertown MQTT live stats problem

2020-07-27 Thread gary....@gmail.com
Try removing the IP from your config and try.

#  netstat -ntap | grep 9001
tcp6   0  0 :::9001 :::*LISTEN  
1365/mosquitto
tcp6   0  0 10.10.100.110:9001  10.10.100.1:10021  
 ESTABLISHED 1365/mosquitto


On Sunday, July 26, 2020 at 5:21:24 PM UTC-4 sgra...@gmail.com wrote:

> No worries... just very strange the live stats dont work anymore even 
> though it works
>

-- 
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/11e8c2ca-9012-4148-bcc4-b5b81260f611n%40googlegroups.com.


[weewx-user] Re: weatherflowudp crash

2020-07-27 Thread Jamie Stephens
[WeatherFlowUDP]
driver = user.weatherflowudp
log_raw_packets = False
udp_address = 
# udp_address = 0.0.0.0
# udp_address = 255.255.255.255
udp_port = 50222
udp_timeout = 90
share_socket = False

[[sensor_map]]
outTemp = air_temperature.ST-00015203.obs_st
outHumidity = relative_humidity.ST-00015203.obs_st
pressure = station_pressure.ST-00015203.obs_st
#lightning_strikes =  lightning_strike_count.ST-00015203.obs_st
#avg_distance =  lightning_strike_avg_distance.ST-00015203.obs_st
outTempBatteryStatus = battery.ST-00015203.obs_st
windSpeed = wind_speed.ST-00015203.rapid_wind
windDir = wind_direction.ST-00015203.rapid_wind
#luxXXX = illuminance.ST-00015203.obs_st
UV = uv.ST-00015203.obs_st
rain = rain_accumulated.ST-00015203.obs_st
windBatteryStatus = battery.ST-00015203.obs_st
radiation = solar_radiation.ST-00015203.obs_st
#lightningXXX = distance.ST-00015203.evt_strike
#lightningYYY = energy.ST-00015203.evt_strike
##

On Monday, July 27, 2020 at 9:38:42 AM UTC-4 Jamie Stephens wrote:

> adter a couple day weewx will shutdown this is what i see in the logs. it 
> will run anywhere from 1-3 days before this happens
>
> running Ubuntu 20.04 on a VM
> last successful update before crash was at 755 am
> Jul 27 07:55:25 weewx weewx[4992] INFO weewx.manager: Added record 
> 2020-07-27 07:55:00 EDT (1595850900) to daily summary in 'weewx.sdb'
> Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.reportengine: Running 
> reports for latest time in the database.
> Jul 27 07:55:25 weewx /weewxd: weatherflowudp: MainThread: Listening for 
> UDP broadcasts to IP address  on port 50222, with timeout 90 and 
> share>
> Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.restx: StationRegistry: wait 
> interval (69600 < 604800) has not passed for record 2020-07-27 07:55:00 EDT 
> (15>
> Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.reportengine: Running report 
> 'SeasonsReport'
> Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.reportengine: Found 
> configuration file /etc/weewx/skins/Seasons/skin.conf for report 
> 'SeasonsReport'
> Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.cheetahgenerator: Using 
> search list ['weewx.cheetahgenerator.Almanac', 
> 'weewx.cheetahgenerator.Station', 'we>
> Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
> version is 2.0
> Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.restx: CWOP: Connected to 
> server cwop.aprs.net:14580
> Jul 27 07:55:25 weewx weewx[4992] INFO weewx.restx: PWSWeather: Published 
> record 2020-07-27 07:55:00 EDT (1595850900)
> Jul 27 07:55:25 weewx weewx[4992] INFO weewx.restx: CWOP: Published record 
> 2020-07-27 07:55:00 EDT (1595850900)
> Jul 27 07:55:25 weewx weewx[4992] INFO weewx.restx: Wunderground-PWS: 
> Published record 2020-07-27 07:55:00 EDT (1595850900)
> Jul 27 07:55:27 weewx weewx[4992] INFO weewx.cheetahgenerator: Generated 8 
> files for report SeasonsReport in 1.84 seconds
> Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
> version is 2.0
> Jul 27 07:55:27 weewx weewx[4992] INFO weewx.imagegenerator: Generated 15 
> images for report SeasonsReport in 0.51 seconds
> Jul 27 07:55:27 weewx weewx[4992] INFO weewx.reportengine: Copied 0 files 
> to /var/www/html/
> Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Report 
> 'SmartphoneReport' not enabled. Skipping.
> Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Report 
> 'MobileReport' not enabled. Skipping.
> Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Report 
> 'StandardReport' not enabled. Skipping.
> Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Running report 
> 'Belchertown'
> Jul 27 07:55:28 weewx weewx[4992] DEBUG weewx.reportengine: Found 
> configuration file /etc/weewx/skins/Belchertown/skin.conf for report 
> 'Belchertown'
> Jul 27 07:55:28 weewx weewx[4992] DEBUG weewx.cheetahgenerator: Using 
> search list ['weewx.cheetahgenerator.Almanac', 
> 'weewx.cheetahgenerator.Station', 'we>
> Jul 27 07:55:28 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
> version is 2.0
> Jul 27 07:55:29 weewx weewx[4992] INFO weewx.cheetahgenerator: Generated 
> 11 files for report Belchertown in 1.92 seconds
> Jul 27 07:55:29 weewx weewx[4992] INFO weewx.reportengine: Copied 2 files 
> to /var/www/html
> Jul 27 07:55:29 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
> version is 2.0
> Jul 27 07:55:32 weewx weewx[4992] DEBUG weewx.reportengine: Report 'FTP' 
> not enabled. Skipping.
> Jul 27 07:55:32 weewx weewx[4992] DEBUG weewx.reportengine: Report 'RSYNC' 
> not enabled. Skipping.
>
>
> Jul 27 07:59:39 weewx weewx[4992] INFO weewx.engine: Main loop exiting. 
> Shutting engine down.
> Jul 27 07:59:39 weewx weewx[4992] INFO weewx.engine: Shutting down 
> StdReport thread
> Jul 27 

[weewx-user] weatherflowudp crash

2020-07-27 Thread Jamie Stephens
adter a couple day weewx will shutdown this is what i see in the logs. it 
will run anywhere from 1-3 days before this happens

running Ubuntu 20.04 on a VM
last successful update before crash was at 755 am
Jul 27 07:55:25 weewx weewx[4992] INFO weewx.manager: Added record 
2020-07-27 07:55:00 EDT (1595850900) to daily summary in 'weewx.sdb'
Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.reportengine: Running reports 
for latest time in the database.
Jul 27 07:55:25 weewx /weewxd: weatherflowudp: MainThread: Listening for 
UDP broadcasts to IP address  on port 50222, with timeout 90 and 
share>
Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.restx: StationRegistry: wait 
interval (69600 < 604800) has not passed for record 2020-07-27 07:55:00 EDT 
(15>
Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.reportengine: Running report 
'SeasonsReport'
Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Seasons/skin.conf for report 
'SeasonsReport'
Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.cheetahgenerator: Using 
search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Station', 'we>
Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
version is 2.0
Jul 27 07:55:25 weewx weewx[4992] DEBUG weewx.restx: CWOP: Connected to 
server cwop.aprs.net:14580
Jul 27 07:55:25 weewx weewx[4992] INFO weewx.restx: PWSWeather: Published 
record 2020-07-27 07:55:00 EDT (1595850900)
Jul 27 07:55:25 weewx weewx[4992] INFO weewx.restx: CWOP: Published record 
2020-07-27 07:55:00 EDT (1595850900)
Jul 27 07:55:25 weewx weewx[4992] INFO weewx.restx: Wunderground-PWS: 
Published record 2020-07-27 07:55:00 EDT (1595850900)
Jul 27 07:55:27 weewx weewx[4992] INFO weewx.cheetahgenerator: Generated 8 
files for report SeasonsReport in 1.84 seconds
Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
version is 2.0
Jul 27 07:55:27 weewx weewx[4992] INFO weewx.imagegenerator: Generated 15 
images for report SeasonsReport in 0.51 seconds
Jul 27 07:55:27 weewx weewx[4992] INFO weewx.reportengine: Copied 0 files 
to /var/www/html/
Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.
Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Report 
'StandardReport' not enabled. Skipping.
Jul 27 07:55:27 weewx weewx[4992] DEBUG weewx.reportengine: Running report 
'Belchertown'
Jul 27 07:55:28 weewx weewx[4992] DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Belchertown/skin.conf for report 
'Belchertown'
Jul 27 07:55:28 weewx weewx[4992] DEBUG weewx.cheetahgenerator: Using 
search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Station', 'we>
Jul 27 07:55:28 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
version is 2.0
Jul 27 07:55:29 weewx weewx[4992] INFO weewx.cheetahgenerator: Generated 11 
files for report Belchertown in 1.92 seconds
Jul 27 07:55:29 weewx weewx[4992] INFO weewx.reportengine: Copied 2 files 
to /var/www/html
Jul 27 07:55:29 weewx weewx[4992] DEBUG weewx.manager: Daily summary 
version is 2.0
Jul 27 07:55:32 weewx weewx[4992] DEBUG weewx.reportengine: Report 'FTP' 
not enabled. Skipping.
Jul 27 07:55:32 weewx weewx[4992] DEBUG weewx.reportengine: Report 'RSYNC' 
not enabled. Skipping.


Jul 27 07:59:39 weewx weewx[4992] INFO weewx.engine: Main loop exiting. 
Shutting engine down.
Jul 27 07:59:39 weewx weewx[4992] INFO weewx.engine: Shutting down 
StdReport thread
Jul 27 07:59:39 weewx weewx[4992] DEBUG weewx.engine: StdReport thread has 
been terminated
Jul 27 07:59:39 weewx weewx[4992] DEBUG weewx.restx: Shut down CWOP thread.
Jul 27 07:59:39 weewx weewx[4992] DEBUG weewx.restx: Shut down PWSWeather 
thread.
Jul 27 07:59:39 weewx weewx[4992] DEBUG weewx.restx: Shut down 
Wunderground-PWS thread.
Jul 27 07:59:39 weewx weewx[4992] DEBUG weewx.restx: Shut down 
StationRegistry thread.
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__: Caught unrecoverable 
exception:
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__:   a bytes-like 
object is required, not 'str'
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__:   Traceback 
(most recent call last):
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__: File 
"/usr/share/weewx/user/weatherflowudp.py", line 310, in genLoopPackets
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__:   m0 = 
str(m[0],'utf-8').replace(",null",",None")# Python 3
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__:   
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaa in position 2: 
invalid start byte
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__: 
Jul 27 07:59:39 weewx weewx[4992] CRITICAL __main__:   During 
handling of the above exception, another exception occurred:
Jul 27 07:59:39 weewx weewx[4992] CRITICAL 

Re: [weewx-user] StdCalibrate from different sources

2020-07-27 Thread Norbert F
Hello

When i try this python script weewx stops with this error:

Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: Caught 
unrecoverable exception:
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__:   
invalid character in identifier (mqttfix.py, line 7)
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__:   
Traceback (most recent call last):
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
File "/home/weewx/bin/weewxd", line 148, in main
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
  engine = weewx.engine.StdEngine(config_dict)
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
File "/home/weewx/bin/weewx/engine.py", line 75, in __init__
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
  self.loadServices(config_dict)
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
File "/home/weewx/bin/weewx/engine.py", line 138, in loadServices
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
  obj = weeutil.weeutil.get_object(svc)(self,config_dict)
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
  mod = __import__(module)
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
File "/home/weewx/bin/user/mqttfix.py", line 7
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
  def __init__(self, engine, config_dict):
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__: 
  ^
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__:   
SyntaxError: invalid character in identifier
Jul 27 14:49:32 a7home weewxd[6134]: weewx[6134] CRITICAL __main__:   
Exiting.

-- 
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/06045423-4e0e-4d4d-a1db-e35c60071d01o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-27 Thread steeple ian
Bill,

I will send you the sensor mapping that you need to use later today when I
am near my computer.

Ian

On Mon, 27 Jul 2020 at 11:03, Bill Arthur  wrote:

> Thanks Gary.
> Your instructions worked perfectly.
>
> I'm still seeing a couple of things. Here are links to two reporting
> stations. They both receive data from the same GW-1000
> The -1 station uses the old push method. The -5 station uses the new API
> method.  I'm seeing differences in wind direction and barometer
> -1 Station 
> -5 Station 
> On Monday, July 27, 2020 at 12:58:20 AM UTC-5 gjr80 wrote:
>
>> I have released v0.1.0b6 on Github
>> . A summary of the
>> significant changes can be found against the v0.1.0b6 release on Github. It
>> has not (fully) addressed the issue of some battery states not making their
>> way through to the loop packets, unfortunately that is still a  work in
>> progress.
>>
>> Those that have already installed the driver can download and install
>> v0.1.0b6 using the following commands depending on your WeeWX install type:
>>
>> for setup.py installs:
>>
>> $ sudo mv /home/weewx/bin/user/gw1000.py /home/weewx/bin/user/gw1000_orig
>> .py
>> $ sudo wget -P /home/weewx/bin/user https://
>> raw.githubusercontent.com/gjr80/weewx-gw1000/v0.1.0b6/bin/user/gw1000.py
>>
>> for package installs:
>>
>> $ sudo mv /usr/share/weewx/user/gw1000.py /usr/share/weewx/user/
>> gw1000_orig.py
>> $ sudo wget -P /usr/share/weewx/user https://
>> raw.githubusercontent.com/gjr80/weewx-gw1000/v0.1.0b6/bin/user/gw1000.py
>>
>> There has been no change to the [GW1000] structure so you can just
>> restart WeeWX/run v0.1.0b6 directly without further changes.
>>
>> 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/871c9da9-3218-4bcf-9b14-321678e4e8f0n%40googlegroups.com
> 
> .
>

-- 
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/CADASSaTA06p5ZZqWsPDO3Knac_Q%2BL%2Bw3a07ZeH9PzCSLr8pRkw%40mail.gmail.com.


[weewx-user] Re: Sun Shine Hours

2020-07-27 Thread Phil Owers
Thanks Gary
That worked ok to a temp field but then I realised that I had added a new 
field to the weewx.sdb.
I have 4 conf files working on the same rasp pi and the sun console has its 
own database.
Just wondered how thats done.
Thanks
Phil

On Saturday, July 25, 2020 at 5:39:58 PM UTC+1, Phil Owers wrote:
>
> Hi All
>
> Have been using the Instromet Stand Alone Sun Duration sensor which if 
> connected to a Davis Vantage Pro2 system needs to go to a spare rain socket 
> in the ISS.
> Each 0.01 is equivalent to 36 seconds of sunshine and I have converted 
> that to hours and minutes on my web page. 
> The next stage was to produce a graph per hour using the rain field in the 
> database  and to adjust that  reading.either with another field in the 
> database or when the plot/graph was produced .
> I did have a look in the vantage.py and came across  loop_packet['rain'] = 
> delta. 
> So im asking is this the place to do this or am I totally in the wrong 
> place to achieve a field with with rain * 36 in.
> Thanks in Advance
>

-- 
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/1cf3e00e-4327-47f2-996a-f731237f1ae3o%40googlegroups.com.


Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-27 Thread Tomasz Lewicki
W dniu poniedziałek, 27 lipca 2020 10:01:02 UTC+2 użytkownik Tomasz Lewicki 
napisał:
>
>
> Thank you Ørjan and NorbertF. I have done clean installation of Raspberry 
> Pi OS, Weewx (APT method) and WeeWX-MQTTSubscribe. Before installing 
> MQTTSubscribe everything was going without problems (no errors in 
> weewx.log). But after install of MQTTSubscribe, trying to restart Weewx I 
> still got the message in the log: (...)
>
 

> Jul 27 09:52:20 pogoda weewx[3702] ERROR weewx.engine: Import of driver 
> failed: [Errno 111] Connection refused ()
> Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
> ConnectionRefusedError: [Errno 111] Connection refused
> Jul 27 09:52:20 pogoda weewx[3702] CRITICAL __main__: Unable to load 
> driver: [Errno 111] Connection refused
> Jul 27 09:52:20 pogoda weewx[3702] CRITICAL __main__:   Exiting...
>
> And I reply to myself. I forgot to install Mosquitto (sudo apt install 
mosquitto). Shame on me...

-- 
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/88153c8f-c4e4-406e-855a-a8d40b0dd424o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-27 Thread Bill Arthur
Thanks Gary.  
Your instructions worked perfectly.

I'm still seeing a couple of things. Here are links to two reporting 
stations. They both receive data from the same GW-1000
The -1 station uses the old push method. The -5 station uses the new API 
method.  I'm seeing differences in wind direction and barometer
-1 Station 
-5 Station 
On Monday, July 27, 2020 at 12:58:20 AM UTC-5 gjr80 wrote:

> I have released v0.1.0b6 on Github 
> . A summary of the 
> significant changes can be found against the v0.1.0b6 release on Github. It 
> has not (fully) addressed the issue of some battery states not making their 
> way through to the loop packets, unfortunately that is still a  work in 
> progress.
>
> Those that have already installed the driver can download and install 
> v0.1.0b6 using the following commands depending on your WeeWX install type:
>
> for setup.py installs:
>
> $ sudo mv /home/weewx/bin/user/gw1000.py /home/weewx/bin/user/gw1000_orig.
> py
> $ sudo wget -P /home/weewx/bin/user https://
> raw.githubusercontent.com/gjr80/weewx-gw1000/v0.1.0b6/bin/user/gw1000.py
>
> for package installs:
>
> $ sudo mv /usr/share/weewx/user/gw1000.py /usr/share/weewx/user/
> gw1000_orig.py
> $ sudo wget -P /usr/share/weewx/user https://
> raw.githubusercontent.com/gjr80/weewx-gw1000/v0.1.0b6/bin/user/gw1000.py
>
> There has been no change to the [GW1000] structure so you can just 
> restart WeeWX/run v0.1.0b6 directly without further changes.
>
> 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/871c9da9-3218-4bcf-9b14-321678e4e8f0n%40googlegroups.com.


Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-27 Thread Tomasz Lewicki
W dniu poniedziałek, 27 lipca 2020 08:44:42 UTC+2 użytkownik Ørjan Hofstad 
napisał:
>
> Hi,
> No the plugin does not work. But there is another guy that have made a new 
> plugin. Maybe that will work.
>
> https://github.com/bellrichm/WeeWX-MQTTSubscribe
>

Thank you Ørjan and NorbertF. I have done clean installation of Raspberry 
Pi OS, Weewx (APT method) and WeeWX-MQTTSubscribe. Before installing 
MQTTSubscribe everything was going without problems (no errors in 
weewx.log). But after install of MQTTSubscribe, trying to restart Weewx I 
still got the message in the log:

Jul 27 09:52:19 pogoda weewx[3676]: Stopping weewx weather system: weewx 
not running
Jul 27 09:52:20 pogoda weewx[3698] INFO __main__: Initializing weewx 
version 4.1.1
Jul 27 09:52:20 pogoda weewx[3698] INFO __main__: Using Python 3.7.3 
(default, Dec 20 2019, 18:57:59) #012[GCC 8.3.0]
Jul 27 09:52:20 pogoda weewx[3698] INFO __main__: Platform 
Linux-5.4.51-v7+-armv7l-with-debian-10.4
Jul 27 09:52:20 pogoda weewx[3698] INFO __main__: Locale is 'en_US.UTF-8'
Jul 27 09:52:20 pogoda weewx[3698] INFO __main__: PID file is 
/var/run/weewx.pid
Jul 27 09:52:20 pogoda weewx[3702] INFO __main__: Using configuration file 
/etc/weewx/weewx.conf
Jul 27 09:52:20 pogoda weewx[3702] INFO __main__: Debug is 0
Jul 27 09:52:20 pogoda weewx[3702] INFO weewx.engine: Loading station type 
MQTTSubscribeDriver (user.MQTTSubscribe)
Jul 27 09:52:20 pogoda weewx[3686]: Starting weewx weather system: weewx.
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
Version is 1.6.1
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) Log 
level: 0
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) Log 
debug setting: 0
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) Log 
console: None
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) Log 
file: None
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
overlap is 0.0
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
message_callback_provider_name is user.MQTTSubscribe.MessageCallbackProvider
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
clientid is MQTTSubscribe-5908
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
client_session is True
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) host 
is localhost
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) port 
is 1883
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
keepalive is 60
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
username is None
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
password is set
Jul 27 09:52:20 pogoda weewx[3702] INFO user.MQTTSubscribe: (Driver) 
Archive topic is None
Jul 27 09:52:20 pogoda weewx[3702] ERROR weewx.engine: Import of driver 
failed: [Errno 111] Connection refused ()
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
Traceback (most recent call last):
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine: File 
"/usr/share/weewx/weewx/engine.py", line 103, in setupStation
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
self.console = loader_function(config_dict, self)
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine: File 
"/usr/share/weewx/user/MQTTSubscribe.py", line 1521, in loader
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
return MQTTSubscribeDriver(**config_dict[DRIVER_NAME])
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine: File 
"/usr/share/weewx/user/MQTTSubscribe.py", line 1542, in __init__
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
self.subscriber = MQTTSubscribe(stn_dict, self.logger)
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine: File 
"/usr/share/weewx/user/MQTTSubscribe.py", line 1324, in __init__
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
self.client.connect(host, port, keepalive)
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine: File 
"/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py", line 937, in 
connect
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
return self.reconnect()
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine: File 
"/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py", line 1071, in 
reconnect
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
sock = self._create_socket_connection()
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine: File 
"/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py", line 3522, in 
_create_socket_connection
Jul 27 09:52:20 pogoda weewx[3702] CRITICAL weewx.engine:   
return socket.create_connection(addr, source_address=source, 

[weewx-user] weewx looses connection randomly

2020-07-27 Thread Darth Weber
Hi - my weewx always looses connection after some days:

 weewx[3779] CRITICAL weewx.engine:   return 
>> VantageService(engine, config_dict)
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL weewx.engine:
>>  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1897, in 
>> __init__
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL weewx.engine:
>>    Vantage.__init__(self, **config_dict[DRIVER_NAME])
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL weewx.engine:
>>  File "/usr/share/weewx/weewx/drivers/vantage.py", line 511, in 
>> __init__
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL weewx.engine:
>>    self.port.openPort()
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL weewx.engine:
>>  File "/usr/share/weewx/weewx/drivers/vantage.py", line 344, in 
>> openPort
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL weewx.engine:
>>    raise weewx.WeeWxIOError(ex)
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL weewx.engine:
>>    WeeWxIOError: timed out
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL __main__: Unable 
>> to load driver: timed out
>
> Jul 25 23:38:06 r2d2 python2[3779]: weewx[3779] CRITICAL __main__:
>>    Exiting...
>
>
>
i just need to restart the service weewx -  and the service will be fine 
for several more days. My connection is via meteobridge.

any way to fix it or any idea for a workaround ?

many regards,
Tom

-- 
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/3dc34392-8ba8-42a4-baf6-36720a56f50co%40googlegroups.com.


Re: [weewx-user] Re: MQTT weather data as input to weewx

2020-07-27 Thread Ørjan Hofstad
Hi,
No the plugin does not work. But there is another guy that have made a new 
plugin. Maybe that will work.

https://github.com/bellrichm/WeeWX-MQTTSubscribe

-- 
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/abb6dfb4-9c5b-4185-aa85-aba22d6c1aafo%40googlegroups.com.