Re: [weewx-user] Highchart Air Quality

2021-09-03 Thread vince
That's really great stuff and a great example of cheetah magic -- 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 vie

Re: [weewx-user] Highchart Air Quality

2021-09-02 Thread Tim Tuck
On 25/8/21 4:51 am, Ron Sell wrote: hi there, Do you have any tips for adding this? image.png Hi Ron, That part is rendered by */etc/weewx/skins/Belchertown/index_hook_after_station_info.inc* The code for that is...   #if $current.UV.raw <= 2.4     The current UV index $current.UV, i

Re: [weewx-user] Highchart Air Quality

2021-08-24 Thread Ron Sell
hi there, Do you have any tips for adding this? [image: image.png] On Mon, Jul 5, 2021 at 2:40 AM Tim Tuck wrote: > Hi Mitchell, > > I've done what you want on mine, see bottom left of the page at -> > http://metoffice.skybase.net/ > > In weewx.conf I have... > > # Options for extension 'aqi' >

Re: [weewx-user] Highchart Air Quality

2021-07-18 Thread Mitchell Tuckness
AqiService] >> >> [[standard]] >> >> data_binding = aqi_binding >> >> standard = user.aqi.us.NowCast >> >> [[air_sensor]] >> >> data_binding = wx_binding >> >> usUnits = usUnits >> >>

Re: [weewx-user] Highchart Air Quality

2021-07-13 Thread gjr80
dateTime = dateTime > > pm2_5 = pm2_5 > > # temp = purple_temperature > > #pressure = purple_pressure > > #pm10_0 = pm10_0_atm > > > > *From:* weewx...@googlegroups.com *On Behalf > Of *gjr80 > *Sent:* Saturday, Ju

Re: [weewx-user] Highchart Air Quality

2021-07-12 Thread Graham Eddy
i like to put “#if False” at the top and “#end if” at the bottom, and progressively move the ‘def’s closer together > On 13 Jul 2021, at 1:24 pm, vince wrote: > > Cheetah is notoriously hard to debug. > > FWIW, if it's me I take all the if-then-else and table stuff out (at least > initially)

Re: [weewx-user] Highchart Air Quality

2021-07-12 Thread vince
r80 > *Sent:* Sunday, July 11, 2021 4:08 PM > *To:* weewx-user > *Subject:* Re: [weewx-user] Highchart Air Quality > > > > If that is the case then it's one of two things; either there is some > malformation in your config file or WeeWX is using a different config file &g

RE: [weewx-user] Highchart Air Quality

2021-07-12 Thread purchase
, 2021 4:08 PM To: weewx-user Subject: Re: [weewx-user] Highchart Air Quality If that is the case then it's one of two things; either there is some malformation in your config file or WeeWX is using a different config file to what you are looking at. I suggest two things. First, run

Re: [weewx-user] Highchart Air Quality

2021-07-11 Thread gjr80
googlegroups.com *On Behalf > Of *gjr80 > *Sent:* Saturday, July 10, 2021 8:02 PM > *To:* weewx-user > *Subject:* Re: [weewx-user] Highchart Air Quality > > > > You have a service that WeeWX is trying to load and the service expects to > find a [AqiService] top level sta

RE: [weewx-user] Highchart Air Quality

2021-07-11 Thread purchase
8:02 PM To: weewx-user Subject: Re: [weewx-user] Highchart Air Quality You have a service that WeeWX is trying to load and the service expects to find a [AqiService] top level stanza in weewx.conf but the stanza does not exist. This could be due a number of reasons; it could be differing

Re: [weewx-user] Highchart Air Quality

2021-07-10 Thread gjr80
You have a service that WeeWX is trying to load and the service expects to find a [AqiService] top level stanza in weewx.conf but the stanza does not exist. This could be due a number of reasons; it could be differing case (case matters here), a typo, incorrect hierarchy (it may be present as [

RE: [weewx-user] Highchart Air Quality

2021-07-10 Thread purchase
Tuck Sent: Saturday, July 10, 2021 12:01 AM To: weewx-user@googlegroups.com Subject: Re: [weewx-user] Highchart Air Quality Hi Mitchell, All my kit is Ecowitt, the PM2.5 sensor is a WH41 if that helps :) cheers Tim On 10/7/21 9:49 am, purch...@maladomini.com wrote: > OK, thanks. > > I

Re: [weewx-user] Highchart Air Quality

2021-07-09 Thread Tim Tuck
Hi Mitchell, All my kit is Ecowitt, the PM2.5 sensor is a WH41 if that helps :) cheers Tim On 10/7/21 9:49 am, purch...@maladomini.com wrote: OK, thanks. I did install that one. I just have to see if I can figure out the fields I need to change. I was hoping we might have the same equipment

RE: [weewx-user] Highchart Air Quality

2021-07-09 Thread purchase
Message- From: weewx-user@googlegroups.com On Behalf Of Tim Tuck Sent: Friday, July 9, 2021 1:30 AM To: weewx-user@googlegroups.com Subject: Re: [weewx-user] Highchart Air Quality Hi Mitchell, OK, there is more than 1 AQI plugin :) the one I use is this... https://github.com/jonathankoren

Re: [weewx-user] Highchart Air Quality

2021-07-09 Thread Tim Tuck
Hi Mitchell, OK, there is more than 1 AQI plugin :) the one I use is this... https://github.com/jonathankoren/weewx-aqi/ Its easy to get confused between the various additions available. If you want to use the one I am using you can download it thus... wget https://github.com/jonathankoren/w

Re: [weewx-user] Highchart Air Quality

2021-07-08 Thread Graham Eddy
weewx-aqixtypes-0.0.2.tar.gz is not the purpleair aqi extension. it works differently and is configured differently (much simpler) > On 9 Jul 2021, at 10:33 am, Mitchell Tuckness wrote: > > Thank you Tim. I must be missing something. I installed the > weewx-aqixtypes-0.0.2.tar.gz. > > Then I

Re: [weewx-user] Highchart Air Quality

2021-07-08 Thread Mitchell Tuckness
Thank you Tim. I must be missing something. I installed the weewx-aqixtypes-0.0.2.tar.gz. Then I added the statement in the weewx.conf (at the end of the config file): # Options for extension 'aqi' [AqiService] [[standard]] data_binding = aqi_binding standard = user.aqi.us.

Re: [weewx-user] Highchart Air Quality

2021-07-08 Thread Tim Tuck
Hi Mitchell, Its in the 1st hook. This is in the /etc/weewx/skins/Belchertown/index_hook_after_station_info.inc file.   #if $current.UV.raw <= 2.4     The current UV index $current.UV, is Low   #else if $current.UV.raw >= 2.5 and $current.UV.raw <= 5.4     The current UV index $current

Re: [weewx-user] Highchart Air Quality

2021-07-08 Thread Mitchell Tuckness
Is this section a service or in one of the hooks? This is what I am trying to get, but tied to my sensor. I was able to get the chart up and running, but I wanted to have something like this where yours is, but tied to my sensor. [image: Screenshot 2021-07-08 054603.png] Here is my site: http

Re: [weewx-user] Highchart Air Quality

2021-07-06 Thread Graham Eddy
oups.com> > mailto:weewx-user@googlegroups.com>> On Behalf > Of Graham Eddy > Sent: Sunday, July 4, 2021 8:58 PM > To: weewx-user@googlegroups.com <mailto:weewx-user@googlegroups.com> > Subject: Re: [weewx-user] Highchart Air Quality > > if all you want is to

RE: [weewx-user] Highchart Air Quality

2021-07-06 Thread purchase
On this install, do I use the wee_extension –install command, or uncompress it into a folder somewhere? Thanks! From: weewx-user@googlegroups.com On Behalf Of Graham Eddy Sent: Sunday, July 4, 2021 8:58 PM To: weewx-user@googlegroups.com Subject: Re: [weewx-user] Highchart Air Quality

Re: [weewx-user] Highchart Air Quality

2021-07-05 Thread Graham Eddy
if all you want is to convert PM2.5 using the US EPA AQI tables i.e. not get variants or labels, see weewx extension http://geddy.id.au/downloads/weewx-aqixtypes-0.0.2.tar.gz (haven’t got around to putting lots of stuff up on github yet

Re: [weewx-user] Highchart Air Quality

2021-07-04 Thread Tim Tuck
Hi Mitchell, I've done what you want on mine, see bottom left of the page at -> http://metoffice.skybase.net/ In weewx.conf I have... # Options for extension 'aqi' [AqiService]     [[standard]]     data_binding = aqi_binding     standard = user.aqi.us.NowCast     [[air_sensor]]   

Re: [weewx-user] Highchart Air Quality

2021-07-04 Thread Mitchell Tuckness
Ah, thanks! I don't suppose you have settings or a guide to get it to work with the Ecowitt PM2.5 sensor instead of the Purple Air one? I am doing some searches, so far not much luck and coding isn't my thing. On Thursday, July 1, 2021 at 1:02:42 PM UTC-6 steep...@gmail.com wrote: > weewx-aq

Re: [weewx-user] Highchart Air Quality

2021-07-01 Thread steeple ian
weewx-aqi. You will find it on GitHub On Thu, 1 Jul 2021 at 13:01, wrote: > I am using Weewx with the Belchertwon skin and I have an Ecowitt PM2_5 > sensor to read air particulates. Does anyone know of a graph we can add to > the charts.conf to convert the PM2_5 reading to an actual Air Quality

[weewx-user] Highchart Air Quality

2021-07-01 Thread purchase
I am using Weewx with the Belchertwon skin and I have an Ecowitt PM2_5 sensor to read air particulates. Does anyone know of a graph we can add to the charts.conf to convert the PM2_5 reading to an actual Air Quality reading? I have found a lot of sites that allow me to convert the reading on