*I just can not understand it , tonight works ... ( at least for now ) .*

I have not changed anything since last night , and today magically goes .

Last night after the first reading weewx crashed , and the rtl_433 remained 
hanging,  from prompt i run rtl_433 and i see :

Using device 0 : Generic RTL2832U OEM
usb_claim_interface error -6
Failed to open rtlsdr device # 0 .

even after stopping weewx  , it required a reboot .

the only thing for now is the capture of  the wind direction,  the packet 
that is displayed in the log is:


\tLaCrosse WS \t:\t9 \t:\t34\n', '\tWind speed:\t 0.0 m/s\n', 
'\tDirection:\t 202.500\n


But in web page remain to zero:

Outside Temperature 29,9°C 
Wind Chill 29,9°C 
Heat Index 30,1°C 
Dewpoint 16,3°C 
Humidity 44% 
Barometer N/A 
Barometer Trend (3 hours) N/A 
Wind 0,0 m/s from N/A (N/A) 
Rain Rate 0,0 mm/hr 

I can not explain   

Informatics = Informagics
I keep it monitored !!!  

Marco.

Il giorno lunedì 12 settembre 2016 22:50:55 UTC+2, mwall ha scritto:
>
>
>
> On Monday, September 12, 2016 at 2:02:20 PM UTC-4, Marco Tibaldi wrote:
>>
>>
>> hello Matt and thank you for the work you're doing , I think that the 
>> work is finished the result will be spectacular .
>> I'm testing the new 0.6 driver , I remapped the sensor packages with new 
>> specifications :
>>
>>
>> [SDR]
>>     # This section is for the software-defined radio driver.
>>     # The driver to use
>>     driver = user.sdr
>>     cmd = '/usr/local/bin/rtl_433 -q -U'
>>     [[sensor_map]]
>>         windGust = wind_gust.9:34.LaCrossePacket
>>         rain = Rainfall.9:34.LaCrossePacket
>>         windSpeed = wind_speed.9:34.LaCrossePacket
>>         windDir = wind_dir.9:34.LaCrossePacket
>>         outHumidity = humidity.9:34.LaCrossePacket
>>         outTemp = temperature.9:34.LaCrossePacket
>>
>> I set in the cmd -q -U for the time problem.
>>
>> *But I think there is a problem , the system performs the first reading , 
>> after which it stops.*
>>
>
> marco,
>
> please try v0.7 (commit 3b3d41d)
>
> it has improved subprocess monitoring.
>
> if the driver fails, then diagnose one step at a time.
>
> first step is to run rtl_433 directly:
>
> sudo rtl_433 -q -U
>
> if you are in a noisy environment, you can use the -R option to listen 
> only for specific sensors.
>
> if that works, and you see output from your sensors, then run the driver 
> directly:
>
> cd /home/weewx
> sudo PYTHONPATH=bin python bin/user/sdr.py
>
> you can use the --debug option for more information.
>
> if that works, then run weewxd directly:
>
> cd /home/weewx
> sudo bin/weewxd weewx.conf
>
> once that works, you should be able to run weewx as a daemon (manually or 
> at system startup).
>
> 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