[weewx-user] weewx mqtt

2023-06-13 Thread kufuu
Trying to install mqtt subscribe in ubuntu and on a rpi zero-w and get the same issue wee_extension --install=/usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz Request to install '/usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz' Traceback (most recent call last): File

Re: [weewx-user] Re: bad strike count data 4,000+ strikes, how to remove from database or ignore such data in charts

2023-06-13 Thread 'Rainer Lang' via weewx-user
you should read and apply the proper synthax: try wee_database --help and apply when you mention weewx.conf then as --config=/etc/weewx/weewx.conf if you have only one database and one respective weewx.conf, you don't need to mention it (but you can, however, then correctly) (sudo)

Re: [weewx-user] Re: Lightning Data Stored in weewx.sdb

2023-06-13 Thread Kevin Crivelli
I don't have an [Accumulator] section in my .conf On Tuesday, June 13, 2023 at 3:49:28 PM UTC-4 Eric K wrote: > Ahhh an external Acurite lightning detector. That explains why your > lightning data variable does not end in ".AcuriteAtlasPacket" > > Of note, unlike the 2nd post in this thread,

[weewx-user] Re: Lightning Data Stored in weewx.sdb

2023-06-13 Thread Eric K
I forgot about the [SDR] section of the weewx.conf file. weewx needs to convert the lightning strike count reported by the Acurite Atlas to a lightning strike delta number. This is because the Atlas counts up lightning strikes and keeps incrementing the accumulated strike number (such as 5).

[weewx-user] bad strike count data 4,000+ strikes, how to remove from database or ignore such data in charts

2023-06-13 Thread Kevin Crivelli
I'm not sure how or why it happened but today around 3:25pm I received a strike count of over 4,000 strikes. Is there a way to go into the database and remove this entry? or perhaps I can add a correction in the corrections section if lightning_strike_count is < 4,000 = none or something?

Re: [weewx-user] Re: Lightning Data Stored in weewx.sdb

2023-06-13 Thread Eric K
Ahhh an external Acurite lightning detector. That explains why your lightning data variable does not end in ".AcuriteAtlasPacket" Of note, unlike the 2nd post in this thread, my [Accumulator] setion of weewx.conf file is blank, because the Atlas lightning number is already an accuulated

[weewx-user] Re: Lightning Data Stored in weewx.sdb

2023-06-13 Thread Kevin Crivelli
I added the line lightning_distance = lightning_distance / 1.609 if lightning_strike_count > 0 else None#convert distance to miles to the [StdCalibrate] [[Corrections]] section and I added your chart to my graphs.conf I am still getting the persistant distance of 5 miles as per the last

Re: [weewx-user] Re: Lightning Data Stored in weewx.sdb

2023-06-13 Thread Kevin Crivelli
mines definitely a little different. This is what I already have. It seems to follow the logic you shared above in your configuration but my packets are named differently. where you have "Atlas_strike_count = strike_count.0011.AcuriteAtlasPacket" I have "strikes_total =

[weewx-user] Re: bad strike count data 4,000+ strikes, how to remove from database or ignore such data in charts

2023-06-13 Thread Kevin Crivelli
there were 3 entries over 3,000 strikes in a matter of minutes that pushed my count to 11,970 for the day. There has to be a way to remove those entries. please let me know if anyone knows how. [image: lightning strike error.JPG] On Tuesday, June 13, 2023 at 3:47:46 PM UTC-4 Kevin Crivelli

[weewx-user] Re: bad strike count data 4,000+ strikes, how to remove from database or ignore such data in charts

2023-06-13 Thread Kevin Crivelli
I was able to delete the entries from the database using the guide provided at https://github.com/weewx/weewx/wiki/Cleaning%20up%20old%20'bad'%20data however, when I got to the section for cleaning up the daily summaries I ran into an error with the commands provided wee_database weewx.conf

Re: [weewx-user] Re: bad strike count data 4,000+ strikes, how to remove from database or ignore such data in charts

2023-06-13 Thread Kevin Crivelli
Rainer, that worked. I had figured it out just before you'd sent that message. I just had to add the full path for weewx.conf to the command. "/etc/weewx/weewx.conf" Everything is back to normal. Thank you! On Tuesday, June 13, 2023 at 4:53:46 PM UTC-4 Rainer Lang wrote: > you should read

[weewx-user] Re: weewx mqtt

2023-06-13 Thread kufuu
That is what happened, Thanks very much On Tuesday, June 13, 2023 at 12:09:33 PM UTC-4 vince wrote: > You are trying to install a file > /usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz that is not found.You > likely downloaded it to a different directory. > > On Tuesday, June 13, 2023

Re: [weewx-user] Re: Lightning Data Stored in weewx.sdb

2023-06-13 Thread Kevin Crivelli
oh I forgot to mention that I use a separate acurite lightning detector than the atlas detector. I do not have the atlas detector even installed because there are too many electronics near the main station that I have false positive lightning strikes when using the atlas detector so I use the

Re: [weewx-user] Re: Lightning Data Stored in weewx.sdb

2023-06-13 Thread Kevin Crivelli
yeah I don't have an accumulator section. I just received some really bad strike count data over 3,000 strikes, I have a feeling it was due to some sort of interference on the detector, I want to create a correction that causes any strike count totals greater than a specific number be

Re: [weewx-user] Weewx keeps restarting

2023-06-13 Thread Mark Fraser
On 13/06/2023 17:16, Graham Eddy wrote: assuming you rolled everything back, then rolled forward one step at a time until it started to fail, what was the last step causing it to fail? At the moment I've disabled the seasons skin and am just running Belchertown which is working. So, I need to

Re: [weewx-user] Weewx keeps restarting

2023-06-13 Thread Graham Eddy
assuming you rolled everything back, then rolled forward one step at a time until it started to fail, what was the last step causing it to fail? ⊣GE⊢ > On 14 Jun 2023, at 1:09 am, Mark Fraser wrote: > > I can't think of anything I've changed that would cause this -- You received this

Re: [weewx-user] interceptor driver, HP2560 and WS90

2023-06-13 Thread 'Rainer Lang' via weewx-user
Hi Jason 1. the local API (local Ecowitt Gateway API aka GW1000 API) was never implemented in the HP25x0, HP350x, WH2910 consoles => so no such thing like depreciation you want to know which console supports which API, look up https://www.wxforum.net/index.php?topic=40730.0  2. the reason

Re: [weewx-user] Weewx keeps restarting

2023-06-13 Thread Mark Fraser
On 13/06/2023 17:16, Graham Eddy wrote: assuming you rolled everything back, then rolled forward one step at a time until it started to fail, what was the last step causing it to fail? *⊣GE⊢* It is something the Seasons skin is trying to do as if I disable it in weewx.conf it works. I have

[weewx-user] Re: weewx mqtt

2023-06-13 Thread vince
You are trying to install a file /usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz that is not found.You likely downloaded it to a different directory. On Tuesday, June 13, 2023 at 5:38:24 AM UTC-7 kufuu wrote: > Trying to install mqtt subscribe in ubuntu and on a rpi zero-w and get the >

Re: [weewx-user] Weewx keeps restarting

2023-06-13 Thread Mark Fraser
On 11/06/2023 15:32, Graham Eddy wrote: disable everythng back to bare bones, then add them back again one at a time *⊣GE⊢* Comparing 2 logs for where it succeeded and failed: Jun 13 06:25:40 weather-new weewx[22104] DEBUG weewx.cheetahgenerator: Using search list

[weewx-user] interceptor driver, HP2560 and WS90 [2]

2023-06-13 Thread 'Rainer Lang' via weewx-user
One more thing - regarding mapping and field names the weewx names to map to are the database field names of the database schema you use for your database (nowadays usually wview-extended - look up the schema in /usr/share/weewx/schemas/wview-extended.py) [or /home/weewx/bin/schemas 

Re: [weewx-user] interceptor driver, HP2560 and WS90

2023-06-13 Thread Jason Gibson
Hi Rainer, Thanks for your reply. Rainfall data priority is set to piezo. Standalone interceptor driver output below: mapped packet: {'dateTime': 1686696648, 'usUnits': 1, 'pressure': 29.604, 'outHumidity': 85.0, 'inHumidity': 40.0, 'outTemp': 50.7, 'inTemp': 73.4, 'windSpeed': 8.5,