On Tuesday, 19 January 2021 at 09:42:36 UTC+10 [email protected] wrote: > I've just got my WH45 and its working great with new driver thanks Gary. > I've noticed that the CO2 internal temp & humidity are coming through as > the curiously named "extraTemp17" and "extraHumid17" does that sound right?
Correct, that was intentional. As you would be aware the GW1000 (and of course the API) supports up to eight WH31 TH sensors. These are referred to as temp1-8 in the API. The API also has provision for an additional eight temperature fields which are referred to in the API documentation as temp9-16 and consequently I have provided for them as temp9-16 in the GW1000 driver. The WH45 provided temperature data is referred to as 'tf_co2' in the API but to avoid confusion and keep some consistency I have allocated the WH45 temperature field as temp17. Of course all of these tempx fields map to extraTempxx in the default field map. Interestingly, the GW1000 API does not support a second block of humidity fields (humid9-16). Again for consistency I have allocated the WH45 humidity field to humid17 (extraHumid17), this may cause some confusion but I felt it better to keep aligned with the approach used with the temperature fields. > Also FYI at some point wiki sensor map page will need updating :-) > Thanks. Actually thought I had done that but it appears I did not. The tabulated field map on the Field map wiki page <https://github.com/gjr80/weewx-gw1000/wiki/Field-map> has now been updated to reflect v0.2.0 of the driver. Gary -- 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/8e99476b-f64b-4a79-a8ac-e2a60a4e40ban%40googlegroups.com.
