Yes, you will have to do that as well. By default, the WeeWX skins do not
have provisions for the myriad of different sensors that a weather station
can come with.

Most likely, the extra humidities are appearing as extraHumid1,
extraHumid2, and extraHumid3 in the WeeWX data stream. You'll need a
database schema that can accommodate these new types and store them (the
wview schema has extraHumid1 and extraHumid2, but not extraHumid3; the
wview_extended schema has all three).

Then add the new plots to the skin.conf file of whatever skin you are
using. For example,

        [[[dayhumidity]]]
            [[[[outHumidity]]]]

becomes

        [[[dayhumidity]]]
            [[[[outHumidity]]]]
        [[[dayextrahumid1]]]
            [[[[extraHumid1]]]]

and so on. This will cause plots dayextrahumid1.png to be generated.

Finally, you'll need HTML tags <img ... > to display them.

-tk




On Mon, Apr 5, 2021 at 4:31 AM [email protected] <[email protected]>
wrote:

> Hello there
> I havent touched the wee_device utility. Thanks for pointing me to it.
> The extra sensors are defined as Temp/RH sensors on the console on channel
> 2,3 and 4 and because by default weewx was displaying the temperature
> values I wasn't thinking anymore that maybe the sensors are set up as temp
> sensors by weewx. I was more in the direction that I have to "unlock" them
> to be displayed (additional graphic maybe)
>
> Thanks for your time
> Emil
>
> [email protected] schrieb am Sonntag, 4. April 2021 um 20:41:33 UTC+2:
>
>> How did you set up the sensors? With wee_device? If so, make sure you
>> select type "3", not "1".
>>
>> For example, for channel 5
>>
>> *wee_device --set-transmitter-type=5,3*
>>
>>
>> See the Hardware Guide
>> <http://www.weewx.com/docs/hardware.htm#vantage_configuring_additional_sensors>
>> .
>>
>>
>>
>> On Sun, Apr 4, 2021 at 7:50 AM [email protected] <[email protected]>
>> wrote:
>>
>>> Hello
>>> VP2 Pro with extra 3 combi sensors (temperature, humidity).
>>> Weewx displays the temperature for all 3 sensors but not the humidity
>>> value.
>>> Any ideas why and how to solve this one?
>>>
>>> Happy Eastern
>>> Emil
>>>
>>> --
>>> 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/0c5c493b-6783-4d58-8bd5-ba3f89167bfbn%40googlegroups.com
>>> <https://groups.google.com/d/msgid/weewx-user/0c5c493b-6783-4d58-8bd5-ba3f89167bfbn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> 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/356bbea4-6836-4f57-8290-ba4e1ad967aen%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/356bbea4-6836-4f57-8290-ba4e1ad967aen%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAPq0zEDo50h47hyu%3DbgS06TGy16RoJYs1pkWTYzsyXBL0AER3Q%40mail.gmail.com.

Reply via email to