[weewx-user] Re: Acurite 5-in-1 dead?

2022-04-27 Thread an oldman
the freq for my 5n1 from a SDR running rtl_433 for about 15 mins "freq" : 433.945 "freq" : 433.946 "freq" : 433.947 "freq" : 433.948 "freq" : 433.949 "freq" : 433.950 "freq" : 433.954 "freq" : 433.955 "freq" : 433.965 this one likes to jump channels from A to C for some reason On Wednesday

[weewx-user] Re: Atlas Lightning Count Accuracy

2022-05-03 Thread an oldman
in your sensor_map you have lightning_strike_count = strike_count..xx try strike_total = strikes_count..x leave the rest like it is On Tuesday, May 3, 2022 at 10:12:24 AM UTC-5 knnni...@gmail.com wrote: > All - I've almost got the lightning sensor in my Atlas reporting correctly

[weewx-user] Re: Atlas Lightning Count Accuracy

2022-05-03 Thread an oldman
try changing lightning_strike_count = strike_count.011D.AcuriteAtlasPacket to strikes_total = strike_count.011D.AcuriteAtlasPacket in your sensor_map On Tuesday, May 3, 2022 at 10:12:24 AM UTC-5 knnni...@gmail.com wrote: > All - I've almost got the lightning sensor in my Atlas reporting correctl

[weewx-user] Re: National Weather Service location IDs

2022-07-06 Thread an oldman
if you are looking for the pfm try this address https://forecast.weather.gov/product_sites.php?site=NWS&product=PFM it list all the pfms On Wednesday, July 6, 2022 at 9:11:39 PM UTC-5 vince wrote: > That is a GREAT find. Comes up right on the money for me. > > Forecast office is SEW(foi

Re: [weewx-user] Forecast stopped working

2022-08-05 Thread an oldman
you could try PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/forecast.py --method=NWS --foid=FWD --lid=TXZ118 to see if that will works. On Friday, August 5, 2022 at 3:04:50 PM UTC-5 MikeH wrote: > What is the latest version and where is it? All I see on gethub is 3.4.0b1 > > On Frida

Re: [weewx-user] Re: Monthly NOAA data stopped populating

2022-08-13 Thread an oldman
don't know if this will help using weewx 4.8.0 python 3 i have in Seasons skin.conf [CheetahGenerator] [[SummaryByMonth]] # Reports that summarize "by month" [[[NOAA_month]]] encoding = normalized_ascii template = NOAA/NOAA-%Y-%m.txt.tmpl # html

[weewx-user] Re: Weewx and Acurite Access setup instructions

2022-09-01 Thread an oldman
hi fedora 36 does not have a pcap rpm for python3 you would have to install the pcap with pip3 if there is one for python3 i use sdr for my atlas, 5n1s, lightning, towers and pro sensors on fedora 36 On Thursday, September 1, 2022 at 10:46:33 AM UTC-5 meteo219 wrote: > Hello folks, > > I am try

Re: [weewx-user] Re: Weewx and Acurite Access setup instructions

2022-09-06 Thread an oldman
i use the access's wunderground for pressure setup access -> fedora -> myacurite.com (web) fedora hijack dns rtupdate.wunderground.com -> fedora apache cgi script fedora runs dhcpd and dns server for the wired network the access is on On Tuesday, September 6, 2022 at 11:08:53 AM UTC-5 meteo219 wr

Re: [weewx-user] Re: Weewx and Acurite Access setup instructions

2022-09-07 Thread an oldman
hi andy access passes through fedora to the internet. enp1s0 is the access wlp4s0 is wifi to router (internet) Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 0.0.0.0 192.168.1.1 0.0.0.0UG6000 0 wlp4

[weewx-user] Re: Lightning Strike issues

2022-09-16 Thread an oldman
the atlas and lightning sensors have a running count for strikes i have a atlas and lightning sensor and i use this in weewx.conf under sdr in sensor map [SDR] [[sensors_map]] strike_total = strike_count.494.AcuriteAtlasPacket lightning_distance = strike_distance.494.AcuriteAtla

Re: [weewx-user] Re: Lightning Strike issues

2022-09-16 Thread an oldman
the graph have to add to skin.conf this is what i added [DisplayOptions] # Some observations display a sum rather than min/max values obs_type_sum = rain, ET, lightning_strike_count # This list determines which plots will be shown, as well as the order in # which they will be dis

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-30 Thread an oldman
see if this helps PHP Version: 8.1.10 weewx 4.8.0 using weewx-sdr driver wxgraphic_weewx.txt has 08:55:00 AM,09/29/2022,48.8,45.0,45.0,73.8,40.8,30.1,Steady,3.1,ESE,0.0,4.0,,07:40:44,19:27:56 skin.conf curr_cond_icon = 'yes' php log [30-Sep-2022 07:11:21 UTC] PHP Warning: Undefined array key ""

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-30 Thread an oldman
y /etc/php/7.0/apache2/php.ini > settings masking it. > > error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT > display_startup_errors = Off > log_errors = On > > But that aside, now has become later. I need to investigate and fix it. > > In the meantime I

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-30 Thread an oldman
forgot i add to the top of index.php ini_set('display_errors',1); so it showed up in the browser too On Friday, September 30, 2022 at 3:58:29 AM UTC-5 an oldman wrote: > my php.ini is what came in the rpm for fedora 36 > ; display_errors > ; Default Value: On > ;

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-30 Thread an oldman
cript compensates > > for it. > > > > So Yes. It could well come down to my /etc/php/7.0/apache2/php.ini > > settings masking it. > > > > error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT > > display_startup_errors = Off > > log_errors = On > >

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-30 Thread an oldman
i like the banners better On Friday, September 30, 2022 at 5:44:36 AM UTC-5 Glenn McKechnie wrote: > On 30/09/2022, an oldman <> wrote: > > i ran the config.txt through cheetah as config.txt.tmpl > > > > #raw > > .. > > #end raw > > $barom_units = &quo

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-30 Thread an oldman
the clientraw.txt.tmpl is from gjr80 WeeWX-WD skin take a look at this page it might help https://saratoga-weather.org/wdparser/index.php?site=https%3A%2F%2Fsaratoga-weather.org&submit=Submit On Friday, September 30, 2022 at 6:47:40 AM UTC-5 Glenn McKechnie wrote: > On 30/09/2022, an

Re: [weewx-user] Clarification - SDR sensor mapping for lux > illuminance or luminosity?

2022-12-14 Thread an oldman
hi i have a acurite atlas that report lux, and user weewx-sdr and map it to luminosity = lux.494.AcuriteAtlasPacket. to get the units/labels i added to user/extensions.py import weewx.units weewx.units.obs_group_dict['luminosity'] = 'group_illuminance'. hope this helps On Wednesday, December 14

[weewx-user] Re: New to Weewx - Weewx fording to another Weewx and Usng multiple SDR's

2023-01-14 Thread an oldman
switch between two frequencies witth rtl_433 you can try something like this rtl_433 -f 43392 -f 315M -H 1 but you will most likely miss some of the signals On Friday, January 13, 2023 at 8:30:23 PM UTC-6 collin...@gmail.com wrote: > Vince, > Thanks for the reply. > > I'm using VmWare as

[weewx-user] wee_import KeyError: 'luminosity'

2021-07-20 Thread an oldman
weewx rpm Name: weewx Version : 4.5.1 Release : 1.el8 os fedora 34 atlas-config.conf attached wee_import --import-config atlas-import.conf --dry-run i get this error Using WeeWX configuration file /etc/weewx/weewx.conf Starting wee_import... A CSV import from source file '/tmp

[weewx-user] Re: wee_import KeyError: 'luminosity'

2021-07-20 Thread an oldman
r luminosity data to another > column/rename the luminosity column. Finally, of course any changes to > units.py will likely not survive an upgrade, should not be a problem in > this case though as any upgrade will likely implement the solution to this > issue (whatever that may be

[weewx-user] Re: Anyone successfully running weewx with weewx-sdr?

2024-03-02 Thread an oldman
yes fedora 36 *WeeWX version: 5.0.2* *Seasons version: 5.0.2* *Python version: 3.10.11* had to add weewx user to rtlsdr group so weewx could use it On Saturday, March 2, 2024 at 9:42:14 AM UTC-6 Charlie T wrote: > I have a mystery problem.*weewx *runs fine in simulator mode and > updates the

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread an oldman
I have here is my sdr from weewx.conf extraTemp, batteryStatus, extraHumid1 - 8 are in the wview_extended.py schema. I had to add to the schema extrawindSpeed, extrawindDir, lightning_distance15, lightning_strike_count15 and extraTemp, batteryStatus, extraHumid 9 - 16. Had a 3rd 5n1 but a hail s

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread an oldman
lt;https://github.com/weewx/weewx/wiki/Switching-to-the-new-wview_extended-schema> . On Saturday, February 26, 2022 at 10:53:58 AM UTC-6 f4n...@gmail.com wrote: > Now that's really great, thanks for the config. Where or how exactly do i > have to add the entrys in the schema file? &g

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread an oldman
= Battery (5n1) hail = Rain (5n1) $obs.label.soilMoist1 should show Wind Speed (5n1) and so on. On Saturday, February 26, 2022 at 11:27:03 AM UTC-6 an oldman wrote: > that config won't work with your set up, had to add a lot to the sdr > driver for sensors, make some extension, add to t

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-27 Thread an oldman
unday, February 27, 2022 at 1:33:17 AM UTC-6 f4n...@gmail.com wrote: > That would be a good and much simpler solution if it works, will > definitely try this. Is there some unit remaining which i could use for > wind_gust? > > Thanks a lot! > > an oldman schrieb am Samstag, 26. Febr

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-03-01 Thread an oldman
gt; I couldn't find where tho do this step: >> then to display wind speed you would use $current.soilMoist1 in a template >> and for wind dir $current.soilMoist2 and/or >> $current.soilMoist2.ordinal_compass >> in the seasons skin >> an oldman schrieb am Sonnt

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-03-03 Thread an oldman
how broke the 2-row listing of the graphs so i > left it out for now. As i already got all the graphs i need. > > Will I have to do modify these files (including skin.conf, extensions.py) > again after the update to weewx 4.7? > > Your SDR setup looks very nicely tweaked. How did y

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-03-03 Thread an oldman
;, "id" : 494, "channel" : "B", "sequence_num" : 0, "battery_ok" : 1, "message_type" : 38, "wind_avg_mi_h" : 5.000, "wind_dir_deg" : 94.000, "rain_in" : 1.140, "strike_count" : 3, "strike_distan

Re: [weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-03-03 Thread an oldman
all the if statements? > > On Thu, Mar 3, 2022, 10:26 AM an oldman wrote: > >> this is the output for rtl_433 -M utc -M protocol -M level -F json >> command for acurite atlas sensor >> >> {"time" : "2022-03-03 18:16:57", "protocol"

[weewx-user] Re: Version 4.7.0

2022-03-03 Thread an oldman
is 4.7.0 in the redhat/fedora repo? dnf does not list it this is what i get when run dnf list --showduplicates weewx Last metadata expiration check: 0:29:17 ago on Thu 03 Mar 2022 04:26:32 PM CST. Available Packages weewx.noarch 4.0.0-1.el8 weewx

Re: [weewx-user] Re: Version 4.7.0

2022-03-03 Thread an oldman
thank you it's there now. On Thursday, March 3, 2022 at 5:19:54 PM UTC-6 tke...@gmail.com wrote: > Try it again. The packages may not have been copied over from the test > repository. > > On Thu, Mar 3, 2022 at 3:05 PM an oldman wrote: > >> is 4.7.0 in the redhat/f

[weewx-user] Re: Sunshine Duration

2022-03-24 Thread an oldman
I'm doing some thing like that from lux reading and using 'group_elapsed' for the unit and obs name measuredlight. On Thursday, March 24, 2022 at 12:54:12 PM UTC-5 kk44...@gmail.com wrote: > I bought a sunshine duration sensor from Weerhuisje. When integrating it > in WeeWX I wondered how to ca

[weewx-user] Re: How do I change the number of displayed decimal places?

2023-03-29 Thread an oldman
Hi this is how i did it. using *WeeWX version: 4.10.1 Seasons version: 4.10.1 Python version: 3.10.10* *in the user dir is a file extensions.py* *i add* import weewx.units weewx.units.obs_group_dict['windBatteryStatus'] = 'group_boolean' weewx.units.obs_group_dict['luminosity'] = 'group_illuminanc

Re: [weewx-user] Re: affordable lightning detector

2023-06-24 Thread an oldman
I use acurite 6045M and atlas with a 6075M lightning detector with weewx-sdr driver. On Saturday, June 24, 2023 at 12:04:25 PM UTC-5 Mark Fraser wrote: > On 23/06/2023 22:39, Steven Sheeley wrote: > > I use the Ecowitt WH57 > > , which reta