have you put the sensor map in weewx.conf?

like this:

[SDR]
    driver = user.sdr
    [[sensor_map]]
        windDir = wind_dir.0BFA.Acurite5n1Packet
        windSpeed = wind_speed.0BFA.Acurite5n1Packet
        outTemp = temperature.0BFA.Acurite5n1Packet
        outHumidity = humidity.0BFA.Acurite5n1Packet
        inTemp = temperature.24A4.AcuriteTowerPacket
        inHumidity = humidity.24A4.AcuriteTowerPacket





Il giorno domenica 23 ottobre 2016 05:43:51 UTC+2, Andy ha scritto:
>
> after installing rtl-sdr and rtl_433, the command, 'rtl_433 -U -q' 
> produced no output.  After some troubleshooting noticed that the acurite 5 
> in 1 (and other devices) are disabled in the rtl_433 driver.
>
> [09]* Acurite 5n1 Weather Station
> * Disabled by default, use -R n or -G
>
>
> So adding -G to line 75 and line 692 of sdr.py gets output when running 
> the driver from the command line.
>
>
> root@chip:/home/weewx# PYTHONPATH=bin python bin/user/sdr.py --debug 
>
> out: ['2016-10-23 02:52:40 Acurite 5n1 sensor 0x0D97 Ch A, Msg 38, Wind 0 
> kmph / 0.0 mph, 16.4 C 61.5 F 78 % RH\n']
> parsed: {'wind_speed.0D97.Acurite5n1Packet': 0.0, 
> 'wind_speed_mph.0D97.Acurite5n1Packet': 0.0, 'dateTime': 1477191160, 
> 'temperature_F.0D97.Acurite5n1Packet': 61.5, 
> 'humidity.0D97.Acurite5n1Packet': 78.0, 
> 'temperature.0D97.Acurite5n1Packet': 16.4, 'usUnits': 16}
> out: ['2016-10-23 02:52:40 Acurite 5n1 sensor 0x0D97 Ch A, Msg 38, Wind 0 
> kmph / 0.0 mph, 16.4 C 61.5 F 78 % RH\n']
> parsed: {'wind_speed.0D97.Acurite5n1Packet': 0.0, 
> 'wind_speed_mph.0D97.Acurite5n1Packet': 0.0, 'dateTime': 1477191160, 
> 'temperature_F.0D97.Acurite5n1Packet': 61.5, 
> 'humidity.0D97.Acurite5n1Packet': 78.0, 
> 'temperature.0D97.Acurite5n1Packet': 16.4, 'usUnits': 16}
>
> starting weewx just gives unparsed messages.
>
>
> Oct 22 20:40:00 chip weewx[1327]: sdr: MainThread: lines=[]
> Oct 22 20:40:00 chip weewx[1327]: sdr: MainThread: unparsed: []
> Oct 22 20:40:03 chip weewx[1327]: sdr: MainThread: lines=[]
> Oct 22 20:40:03 chip weewx[1327]: sdr: MainThread: unparsed: []
> Oct 22 20:40:06 chip weewx[1327]: sdr: MainThread: lines=[]
> Oct 22 20:40:06 chip weewx[1327]: sdr: MainThread: unparsed: []
> Oct 22 20:40:09 chip weewx[1327]: sdr: MainThread: lines=[]
> Oct 22 20:40:09 chip weewx[1327]: sdr: MainThread: unparsed: []
>
>
> Andy
>
>
>
>
>
>

-- 
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