Re: [weewx-user] Re: Full day highcharts question

2021-04-08 Thread Christian Gruber
should this still work with weewx 4.5.1 ? i updated and my full day charts are gone Manfred Maier schrieb am Montag, 15. Juni 2020 um 11:12:27 UTC+2: > Thanks, Gary, for this comprehensive explanation. > > Based on what you wrote I was now able to plot an entire day. > > [image: Bildschirmfoto 2

Re: [weewx-user] Re: Error in bin/weeplot/genplot.py

2021-04-08 Thread hesf...@gmail.com
Hallo The version "master" commits on Apr 9, 2021 runs very well. no ERROR Hartmut tke...@gmail.com schrieb am Donnerstag, 8. April 2021 um 16:40:54 UTC+2: > Hartmut, > > Give it a try now. > > On Thu, Apr 8, 2021 at 12:24 AM hesf...@gmail.com > wrote: > >> Hallo Gary, >> >> Currently I have on

Re: [weewx-user] WeeWX-MQTTSubscribe - use of - sanity check

2021-04-08 Thread Colin Larsen
Thanks Rich Yes both sets of data are on the same mqtt server. I agree with the single point of failure issue, but I think I have that anyway. I may look at some sort of parallel data logging maybe? Graham - nice work :) Cheers Colin On Fri, 9 Apr 2021 at 13:10, Graham Eddy wrote: > i am near

Re: [weewx-user] WeeWX-MQTTSubscribe - use of - sanity check

2021-04-08 Thread Graham Eddy
i am nearly finished doing something similar, except (1) i position weewx as the manager of the wx hardware via station-specific interface - weewx is the app that encapsulates the wx and provides its data as mqtt to the world (unless the wx is natively mqtt). e.g. the vantage driver is solid.

[weewx-user] Re: WeeWX-MQTTSubscribe - use of - sanity check

2021-04-08 Thread bell...@gmail.com
It should work fine. One caveat is, if something goes ‘down’ in your infrastructure you might lose some data. As you set it up, if you have any questions I’m around. rich On Thursday, 8 April 2021 at 15:47:15 UTC-4 colin@gmail.com wrote: > Learned WeeWX folk > > I'm thinking about rewriting

[weewx-user] WeeWX-MQTTSubscribe - use of - sanity check

2021-04-08 Thread Colin Larsen
Learned WeeWX folk I'm thinking about rewriting my current weather station code to solely use MQTT to deliver data to WeeWX. At present the station runs on WeatherDuino which transmits data (via wifi) to a console which then emulates the Davis protocol via usb to a Pi running WeeWX. I really don'

Re: [weewx-user] Problem with vantage.py in 4.5.1 moving from 4.4.0

2021-04-08 Thread bgra...@umw.edu
Tom, FYI, I ran across an earlier discussion of yours (https://groups.google.com/g/weewx-user/c/9djjwjNdfUY/m/b1ZQGWh2xacJ) which talks about problems with the Davis 6540 data-logger. This is where I must have gotten my original modification of vantage.py. It supports my feeling that I should m

[weewx-user] Re: Mqtt subscriber values zero.

2021-04-08 Thread Alex Slaets
This is the version: VERSION = '2.0.0-rc06' - a "release candidate indeed' . I pulled . Now VERSION = '2.0.0' Thanks ! Op donderdag 8 april 2021 om 16:05:07 UTC+2 schreef bell...@gmail.com: > > Glad you got it working. But, I am a bit puzzled. Since that option is not > used for json messa

Re: [weewx-user] Re: Error in bin/weeplot/genplot.py

2021-04-08 Thread Tom Keffer
Hartmut, Give it a try now. On Thu, Apr 8, 2021 at 12:24 AM hesf...@gmail.com wrote: > Hallo Gary, > > Currently I have on 4.5.1 > Hartmut > Just a note from me > gjr80 schrieb am Donnerstag, 8. April 2021 um 09:07:38 UTC+2: > >> There is nothing in your config files that is wrong, there is a b

Re: [weewx-user] Re: PM.5 units bargled a bit in history PNG files...

2021-04-08 Thread Tom Keffer
Fixed in commit e51b2a6 . On Thu, Apr 8, 2021 at 5:31 AM Tom Keffer wrote: > One more thing to add: it's OK to define the label using UTF-8, but the > purple air author should have indicated that s/he was using a b

[weewx-user] Re: Mqtt subscriber values zero.

2021-04-08 Thread bell...@gmail.com
Glad you got it working. But, I am a bit puzzled. Since that option is not used for json messages, it should be ignored. This is how it works in my development environment. Also, based on using the ‘message’ stanza, it looks like you are running one of the pre-releases. Heads up, this functiona

Re: [weewx-user] Problem with vantage.py in 4.5.1 moving from 4.4.0

2021-04-08 Thread bgra...@umw.edu
Tom, I tried the console setup mode exit when you first mentioned it, and it made no difference. After upgrading to 4.5.1, and trying both the new vantage.py and then my modification (as listed above), I did a build/install back to 4.4.0 and everything took off perfectly. At this point, I have d

Re: [weewx-user] Re: PM.5 units bargled a bit in history PNG files...

2021-04-08 Thread Tom Keffer
One more thing to add: it's OK to define the label using UTF-8, but the purple air author should have indicated that s/he was using a byte string. weewx.units.default_unit_label_dict['microgram_per_meter_cubed'] = b' \xc2\xb5g/m\xc2\xb3' On Thu, Apr 8, 2021 at 5:04 AM Tom Keffer wrote: > So,

Re: [weewx-user] Re: PM.5 units bargled a bit in history PNG files...

2021-04-08 Thread Tom Keffer
So, it seems the problem is 3rd parties defining labels as byte strings, rather than as unicode strings. We can guard against that by converting to unicode in the plotting modules. Thanks, Richard. On Wed, Apr 7, 2021 at 6:42 PM richard maliszewski wrote: > It looks like it gets defined identic

[weewx-user] Re: Mqtt subscriber values zero.

2021-04-08 Thread Alex Slaets
SOLVED: Got confused by the setting keyword_separator = "=" in the [[[Message]]] stanza. Thougt I had to replace that with a colon ":" . BAD IDEA. Op donderdag 8 april 2021 om 07:57:34 UTC+2 schreef Alex Slaets: > OMG! > Something hits me as a rock here: Do I have to quote the numeric

[weewx-user] Re: Error in bin/weeplot/genplot.py

2021-04-08 Thread hesf...@gmail.com
Hallo Gary, Currently I have on 4.5.1 Hartmut Just a note from me gjr80 schrieb am Donnerstag, 8. April 2021 um 09:07:38 UTC+2: > There is nothing in your config files that is wrong, there is a bug in the > code that Tom committed. I suggest you revert back to the WeeWX version you > were previ

[weewx-user] Re: Error in bin/weeplot/genplot.py

2021-04-08 Thread gjr80
There is nothing in your config files that is wrong, there is a bug in the code that Tom committed. I suggest you revert back to the WeeWX version you were previously using or install v4.5.1. Whilst the master branch is usually fairly stable there are no guarantees, you really should only insta