Aha, I see that now in the 'info' output. 

After repeated applications of the proper wee_device command,

  wee_device --set-transmitter-type=*N*,10

I now have:
    TRANSMITTERS:
      Channel   Receive   Repeater  Type
         1      active      none    iss
         2      inactive    none    (N/A)
         3      inactive    none    (N/A)
         4      inactive    none    (N/A)
         5      inactive    none    (N/A)
         6      inactive    none    (N/A)
         7      inactive    none    (N/A)
         8      inactive    none    (N/A)


Thanks!

On Tuesday, February 15, 2022 at 11:35:22 AM UTC-8 tke...@gmail.com wrote:

> For some reason, every channel in your console is active. You can try 
> shutting them all off except the ISS. Either do it through the console ( 
> see your owners manual), or wee_device can do this. 
>
> Generally the ISS is on channel 1. 
>
> On Mon, Feb 14, 2022 at 5:37 PM Rob Cranfill <robcr...@gmail.com> wrote:
>
>> Well that 'splains it! :-) I'll set about removing those (and cleaning up 
>> the DB, right? As detailed elsewhere in this thread?)
>>
>> As requested, 
>>
>> pi@pi3b:/etc/weewx $ wee_device --info
>> Using configuration file /etc/weewx/weewx.conf
>> Using Vantage driver version 3.2.3 (weewx.drivers.vantage)
>> Unable to wake up console... sleeping
>> Unable to wake up console... retrying
>> Querying...
>> Davis Vantage EEPROM settings:
>>
>>     CONSOLE TYPE:                   Vantage Vue
>>
>>     CONSOLE FIRMWARE:
>>       Date:                         Feb  3 2015
>>       Version:                      4.18
>>
>>     CONSOLE SETTINGS:
>>       Archive interval:             60 (seconds)
>>       Altitude:                     150 (foot)
>>       Wind cup type:                large
>>       Rain bucket type:             0.01 inches
>>       Rain year start:              1
>>       Onboard time:                 2022-02-14 17:34:27
>>
>>     CONSOLE DISPLAY UNITS:
>>       Barometer:                    mbar
>>       Temperature:                  degree_F
>>       Rain:                         inch
>>       Wind:                         mile_per_hour
>>
>>     CONSOLE STATION INFO:
>>       Latitude (onboard):           +47.6
>>       Longitude (onboard):          -122.3
>>       Use manual or auto DST?       AUTO
>>       DST setting:                  N/A
>>       Use GMT offset or zone code?  ZONE_CODE
>>       Time zone code:               4
>>       GMT offset:                   N/A
>>       Temperature logging:          LAST
>>       Retransmit channel:           OFF (0)
>>
>>     TRANSMITTERS:
>>       Channel   Receive   Repeater  Type
>>          1      active      none    iss
>>          2      active      none    (N/A)
>>          3      active      none    (N/A)
>>          4      active      none    (N/A)
>>          5      active      none    (N/A)
>>          6      active      none    (N/A)
>>          7      active      none    (N/A)
>>          8      active      none    (N/A)
>>
>>     RECEPTION STATS:
>>       Total packets received:       24546
>>       Total packets missed:         143
>>       Number of resynchronizations: 0
>>       Longest good stretch:         677
>>       Number of CRC errors:         16
>>
>>     BAROMETER CALIBRATION DATA:
>>       Current barometer reading:    29.980 inHg
>>       Altitude:                     150 feet
>>       Dew point:                    42 F
>>       Virtual temperature:          48 F
>>       Humidity correction factor:   1.8
>>       Correction ratio:             1.006
>>       Correction constant:          +0.000 inHg
>>       Gain:                         0.000
>>       Offset:                       -33.000
>>
>>     OFFSETS:
>>       Wind direction:               +0 deg
>>       Inside Temperature:           +0.0 F
>>       Inside Humidity:              +0 %
>>       Outside Temperature:          +0.0 F
>>       Outside Humidity:             +0 %
>>
>> On Monday, February 14, 2022 at 3:28:09 PM UTC-8 tke...@gmail.com wrote:
>>
>>> Rob,
>>>
>>> Before this version, weewx only reported on explicit tags. For example, 
>>> if you didn't put $current.soilTemp1 in the template, you were not going to 
>>> see it in the report.
>>>
>>> Now it basically reports on everything that's in the database. 
>>>
>>> To stop it, look in the skin.conf file for the Seasons skin. Near the 
>>> top, you will see a stanza labelled [DisplayOptions]. In this stanza are 
>>> lists of the various types. Just remove any type for which you do not want 
>>> to be included in the report.
>>>
>>> As for where these values are coming from, I have no idea. Either they 
>>> are being emitted by your Vantage Vue, or they are being introduced by one 
>>> of your extensions. It's also possible you are picking up sensors from a 
>>> neighbor. 
>>>
>>> In fact, now that I think about it, it would be worth seeing which 
>>> sensors your Vantage is aware of. Try running
>>>
>>> *wee_device --info*
>>>
>>>
>>> -tk
>>>
>>> On Mon, Feb 14, 2022 at 3:15 PM Rob Cranfill <robcr...@gmail.com> wrote:
>>>
>>>> First, I guess I'm just confused as to why I'm getting all this good 
>>>> stuff when my previous (<4.6) installation was happy for so long.....
>>>>
>>>> I just did a quick 'grep' looking around, and I do see that the 
>>>> standard Seasons skin *defines* a bunch of these unwanted values. Is that 
>>>> enough to cause them to be reported?
>>>>
>>>> On Monday, February 14, 2022 at 11:27:03 AM UTC-8 vince wrote:
>>>>
>>>>> You have to have something mapped to a lot of leaf and soil sensors.   
>>>>> We'd need to see all your skin.conf files and your weewx.conf file to 
>>>>> know 
>>>>> for sure where they're coming from. If you can't find it, I'd suggest you 
>>>>> use StdQC to just filter out the extraneous things (link to User's 
>>>>> Guide) <https://weewx.com/docs/usersguide.htm#%5B%5BMinMax%5D%5D>.
>>>>>
>>>>> All your bogus temperatures seem to read crazy low numbers.   Set the 
>>>>> min/max to a range you'll never see and weewx should ignore them even if 
>>>>> you can't find a way to turn them off.  Perhaps something like the 
>>>>> following (untested):
>>>>>
>>>>> [StdQC]
>>>>>    [[MinMax]]
>>>>>     leafTemp1 = 200, 201, deg_F
>>>>>     leafTemp2 = 200, 201, deg_F
>>>>>     soilTemp1 = 200, 201, deg_F
>>>>>     soilTemp2 = 200, 201, deg_F
>>>>>     soilTemp2 = 200, 201, deg_F
>>>>>     soilTemp2 = 200, 201, deg_F
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>
>>> 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+...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/46b0c5ae-a3ed-40df-947c-cb4a0a46471fn%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/46b0c5ae-a3ed-40df-947c-cb4a0a46471fn%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 weewx-user+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/bf776ba0-06d8-4bf5-a756-ad2b261d507fn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/bf776ba0-06d8-4bf5-a756-ad2b261d507fn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> -- 
> -tk
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d9e5e945-08e5-4f70-98e7-2314ea43e767n%40googlegroups.com.

Reply via email to