I'm guessing the WH0290 is just a WH41 outdoor AQI sensor with its own 
display. If that's the case, and given a GW1000 is reporting AQI data to 
ecowitt.net, I'm also guessing the existing GW1000 driver will pick up the 
AQI data via the GW1000 without problem. Judging by the fact the GW1000 
driver is providing data in pm2_5 I'm further guessing it is working fine. 
Simple check is to run the GW1000 driver directly and if all expected data 
is there nothing more needs to be done. If something is missing or wrong we 
can capture the raw GW1000 API output data and make changes as required.

The other side of the coin is displaying the data. You don't mention what 
skin you are using to display your data. If it is the WeeWX default Seasons 
skin you may find the Adapting the Seasons skin to display a new field 
<https://github.com/gjr80/weewx-gw1000/wiki/Adapting-the-Seasons-skin-to-display-a-new-field>
 
and Adapting the Seasons skin to display GW1000 sensor battery states 
<https://github.com/gjr80/weewx-gw1000/wiki/Adapting-the-Seasons-skin-to-display-battery-states>
 
pages in the GW1000 driver wiki may be helpful. They may not cover exactly 
what you want to do but they should give you some pointers on what you can 
do/need to do to modify with the Seasons skin.

Gary

On Wednesday, 4 August 2021 at 08:56:35 UTC+10 Clifford Snow wrote:

> Vince - thanks for the suggestions. 
>
> When I look at the .tmpl files and comment out the ones I don't want, 
> nothing happens. I even ran wee_reports with the current epoch time with no 
> change. I'm assuming that I need to comment out lines in index.html.tmpl 
> under the enabled skin I'm using. 
>
> The gw1000 driver is reporting air quality number for pm2_5 and 
> pm2_51_24h_avg. 
>
> Clifford
>
> On Tuesday, August 3, 2021 at 3:03:01 PM UTC-7 vince wrote:
>
>> In general you want to look in the .tmpl template files for the skin(s) 
>> that you have enabled and simply comment out the block of code for each 
>> thing you do not have and it will take effect the next time the pages are 
>> generated (usually 5 minutes).   That'll make anything extra go away pretty 
>> quickly.
>>
>> A quick glance at the code seems to say the WH0290 is not yet supported 
>> by the GW1000 driver but Gary will undoubtedly chime in and walk you 
>> through how to figure out what the driver can currently see.   It's 
>> possible it's a quick thing to add in hopefully.   You could try a quick 
>> test using the commands in item 5 in 
>> https://github.com/gjr80/weewx-gw1000 to see if the driver sees anything 
>> currently or not.
>>
>> To add the air quality you'd need to map those measurements in your 
>> weewx.conf or skin.conf and 'add' something to the .tmpl template(s) you 
>> want them displayed on.
>>
>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6128085f-d037-4a9f-92ce-202c3a7d92d1n%40googlegroups.com.

Reply via email to