On Tuesday, March 19, 2019 at 2:36:19 PM UTC-4, Emil Kolbert wrote:
>
>
> the question is how can I do this?
>

in your weewx configuration file, look at the [sensor_map] in the [TE923] 
section.  that will tell you how the station sensors are mapped to the 
database fields.

change the labels in the [defaults] section of the [StdReport] section.  
for example, you could do something like this:

[StdReport]
    ...
    [[Defaults]]
        [[[Labels]]]
            [[[[Generic]]]]
                extraTemp3 = Outside
                extraTemp4 = Greenhouse

notice that the wview schema only contains extraTemp1-extraTemp3, and 
extraHumid1-extraHumid2.  in order to track data from all of the sensors on 
your te923, you will have to extend the schema.  see the section 'Adding a 
new type to the database" in the customization guide for details.  the 
comments in the te923 driver (weewx/drivers/te923.py) show the exact names 
and types to use.

m

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to