[weewx-user] netatmo: netatmo-client: failed attempt 5 of 5 to get data: HTTP Error 400:

2024-06-04 Thread 'uweheid...@googlemail.com' via weewx-user
I have the a Problem. Re-Install from weewx did not solve the Problem. I need help please. Raspberry PI 4 - 4GB :~ $ uname -a Linux 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux :~ $ cat /etc/issue Debian GNU/Linux 12 :~ $ sudo dpkg -l weewx weewx

[weewx-user] Re: Enphase-envoy driver

2024-06-04 Thread P Black
All, I am trying out 2 different tasks. First is to confirm that I can make weewx run on a raspberry pi before I move from wview and then to automate the collection of data from our enphase envoy system. This post is regarding my second task which I am trying out on a different raspberry pi

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread pannetron
That much I knew, and it's the easy part. What I want help with is adding windrun as, I guess, an aggregate type. I think that's core weewx. Here's the relevant traceback. You can see that xtypes.get_series() failed to find an aggregate type for windrun: Jun 4 08:05:17 pi4-3 wee_reports[25376

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread pannetron
Maybe I'll punt on windrun and just look at average windspeed... On Tuesday, June 4, 2024 at 8:42:07 AM UTC-6 pannetron wrote: > That much I knew, and it's the easy part. What I want help with is adding > windrun as, I guess, an aggregate type. I think that's core weewx. Here's > the relevant

[weewx-user] Re: Enphase-envoy driver

2024-06-04 Thread vince
* Missing parentheses in call to 'print'. Did you mean print(...)? (envoy.py, line 164)* Looks like the driver is very ancient and has not been ported to python3. You could try to clean it up with 2to3 and perhaps that's all that is missing On Tuesday, June 4, 2024 at 7:24:21 AM UTC-7 P

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread vince
You give up quickly. If windrun is in your db and your Belchertown 'records' page, you just need to find the right incantation to graph it however you want. First check your db to be sure My VP2 data from the archive table sqlite> select datetime(dateTime,'unixepoch','localtime'),windrun

[weewx-user] Ecowitt Gateway Driver, WH57 and lightning data [4]

2024-06-04 Thread 'Rainer Lang' via weewx-user
this is all clear and long stated in the WiKi - the 79 interval gets restarted once a discharge is detected. But thinking that a SDR would receive values more often and faster than a normal Ecowitt console (that was the statement I was referring to) is an illusion. That's at least how the stat

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread vince
FWIW, this seems to generate the same high peak for the year that matches Belchertown's records page for the year, although I'm at a bit of a loss regarding . See if this works for you in your [year] section of graphs.conf [[yearwindrun]] title = Wind Run yscale = None, None,

Re: [weewx-user] Ecowitt Gateway Driver, WH57 and lightning data [4]

2024-06-04 Thread vince
For others lost in the arguing :-) the wiki page is at https://meshka.eu/Ecowitt/dokuwiki/doku.php?id=start#wh57 and the discussion about their APIs is at https://meshka.eu/Ecowitt/dokuwiki/doku.php?id=start#apis_application_programming_interfaces It was interesting to see some discussion in th

Re: [weewx-user] Ecowitt Gateway Driver, WH57 and lightning data [4]

2024-06-04 Thread 'michael.k...@gmx.at' via weewx-user
Let's boil it down to this sentence: > That a SDR should be superior here is by no means true - but of course a SDR can be used. If the sensor emits every single lightning event, and the console can only be polled, or set up to send data in a fixed interval: it is by all means true! It is po

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread Russ Panneton
Thank you, I'll give this a try! The data is in my db, at least since weewx has been populating it the last couple of years vs. old wview. On Tue, Jun 4, 2024 at 12:51 PM vince wrote: > FWIW, this seems to generate the same high peak for the year that matches > Belchertown's records page for th

[weewx-user] fuzzy-archer 4.3 is on the way...

2024-06-04 Thread 'michael.k...@gmx.at' via weewx-user
...but not finished yet. Give it a try ( https://github.com/brewster76/fuzzy-archer/tree/4.3 ) and file any findings as an issue: https://github.com/brewster76/fuzzy-archer/issues If you have a multi-language page, you may be looking forward to WeeWX 5.1.0, enabling multiple localizations from

[weewx-user] Re: Enphase-envoy driver

2024-06-04 Thread P Black
Vince, Great suggestion. I must admit that it's been a few years since last coding project. Is it like riding a bike? In the process of adding a few tools to the PI and will give it a try. Should know if this reasonable step works in the next week or so. Stay healthy, Pat On Tuesday, June

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread Russ Panneton
Same error out of weewx.xtypes.get_series()... On Tue, Jun 4, 2024 at 1:34 PM Russ Panneton wrote: > Thank you, I'll give this a try! The data is in my db, at least since > weewx has been populating it the last couple of years vs. old wview. > > On Tue, Jun 4, 2024 at 12:51 PM vince wrote: > >

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread vince
Cannot help you. Works here. On Tuesday, June 4, 2024 at 2:19:08 PM UTC-7 Russ Panneton wrote: > Same error out of weewx.xtypes.get_series()... > > On Tue, Jun 4, 2024 at 1:34 PM Russ Panneton wrote: > >> Thank you, I'll give this a try! The data is in my db, at least since >> weewx has been p

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread Russ Panneton
Thanks for engaging with me, I appreciate it! Your suggestion on how to add info to the graphs.conf file, once I crack the aggregate type problem, will come in handy! On Tue, Jun 4, 2024 at 3:20 PM vince wrote: > Cannot help you. Works here. > > On Tuesday, June 4, 2024 at 2:19:08 PM UTC-7 Russ

[weewx-user] Netatmo driver doesn't seem to be working with fresh install weewx 5.0

2024-06-04 Thread 'uweheid...@googlemail.com' via weewx-user
Re-Install from weewx did not solve the Problem. I need help please. Raspberry PI 4 - 4GB :~ $ uname -a Linux 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux :~ $ cat /etc/issue Debian GNU/Linux 12 :~ $ sudo dpkg -l weewx weewx 5.0.2-1 all weather s