Good evening everyone, I'm ' trying to use the SDR driver of Matt Wall changed today. the weewx web page updates to display the correct date and time , but do not get any value in the conditions .
thanks for the reply, i'm testing on la-cross ws2350,have you a trace for this meteo station sensor?
you mean this?
Sep 8 23:38:35 SDR weewx[1034]: sdr: MainThread: lines=[]Sep 8 23:38:41 SDR weewx[1034]: sdr: MainThread: lines=['2016-09-08 23:38:41 :\tLaCrosse WS \t:\t9 \t:\t34\n', '\tTemperature:\t 25.3 C\n']Sep 8 23:38:41 SDR weewx[1034]: sdr: MainThread: ts=1473377921 payload=LaCrosse WS #011:#0119 #011:#01134Sep 8 23:38:41 SDR weewx[1034]: sdr: MainThread: pkt={'temperature.9:34.LaCrossePacket': 25.3, 'usUnits': 17, 'dateTime': 1473377921}Sep 8 23:38:41 SDR weewx[1034]: sdr: MainThread: packet={'temperature.9:34.LaCrossePacket': 25.3, 'usUnits': 17, 'dateTime': 1473377921}
only the time is ahead by 2 hours exactly ..... ?!?it's works!
| Outside Temperature | 25,2°C |
| Wind Chill | 25,2°C |
| Heat Index | 25,2°C |
| Dewpoint | 14,9°C |
| Humidity | 53% |
| 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 |
| Inside Temperature | N/A |
only the time is ahead by 2 hours exactly ..... ?!?it's works!
clear thanks Matt .
Now I have a another question (sorry )
where you define the listening frequency of SDR dongle ?
I'm trying d test the Fine Offset Wh 1080 at 860 mhz but I do not see any packet, while if launched from the command prompt: rtl_433 -f 860 ...
everything works correctlyM.where you define the listening frequency of SDR dongle ?
i think it's the right way but there is a syntax error:
only the time is ahead by 2 hours exactly ..... ?!?it's works!
Hi Matte,
i also tried a the 0.3 version of sdr driver.
i create a classThermoSensorPacket(Packet) similar to another pf you example
Sep 12 19:41:01 SDR weewx[574]: sdr: MainThread: lines=[]
Sep 12 19:41:08 SDR weewx[574]: sdr: MainThread: lines=['2016-09-12 17:41:07 :\tLaCrosse WS \t:\t9 \t:\t34\n', '\tTemperature:\t 29.3 $
Sep 12 19:41:08 SDR weewx[574]: sdr: MainThread: ts=1473702067 payload=LaCrosse WS #011:#0119 #011:#01134
Sep 12 19:41:08 SDR weewx[574]: sdr: MainThread: pkt={'temperature.9:34.LaCrossePacket': 29.3, 'usUnits': 17, 'dateTime': 1473702067}
Sep 12 19:41:08 SDR weewx[574]: sdr: MainThread: packet={'outTemp': 29.3, 'usUnits': 17, 'dateTime': 1473702067}
Sep 12 19:41:08 SDR weewx[574]: manager: added record 2016-09-12 19:40:00 CEST (1473702000) to database 'weewx.sdb'
Sep 12 19:41:08 SDR weewx[574]: manager: added record 2016-09-12 19:40:00 CEST (1473702000) to daily summary in 'weewx.sdb'
Sep 12 19:41:09 SDR weewx[574]: reportengine: Running reports for latest time in the database.
Sep 12 19:41:09 SDR weewx[574]: sdr: MainThread: startup process '/usr/local/bin/rtl_433 -q -U'
Sep 12 19:41:09 SDR weewx[574]: reportengine: Running report StandardReport
Sep 12 19:41:09 SDR weewx[574]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Sep 12 19:41:09 SDR weewx[574]: sdr: MainThread: err: ['Found Rafael Micro R820T tuner\n', 'Exact sample rate is: 250000.000414 Hz\n',$
Sep 12 19:41:09 SDR weewx[574]: engine: Main loop exiting. Shutting engine down.
Sep 12 19:41:09 SDR weewx[574]: engine: Shutting down StdReport thread
Sep 12 19:41:16 SDR weewx[574]: cheetahgenerator: Generated 14 files for report StandardReport in 6.67 seconds
Sep 12 19:41:18 SDR weewx[574]: genimages: Generated 12 images for StandardReport in 1.37 seconds
Sep 12 19:41:18 SDR weewx[574]: reportengine: copied 9 files to /var/www/weewx
Sep 12 19:41:18 SDR weewx[574]: reportengine: Running report FTP
Sep 12 19:41:18 SDR weewx[574]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Sep 12 19:41:18 SDR weewx[574]: reportengine: FTP upload not requested. Skipped.
Sep 12 19:41:18 SDR weewx[574]: reportengine: Running report RSYNC
Sep 12 19:41:18 SDR weewx[574]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Sep 12 19:41:18 SDR weewx[574]: reportengine: rsync upload not requested. Skipped.
Sep 12 19:41:18 SDR weewx[574]: engine: StdReport thread has been terminated
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.LaCrossePacketI 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.
I'm playing around with this - having a great time, but only know a little of what I'm doing.
I'm assuming it means I have something configured wrong. Any ideas?
Hello Matt ,I made a change to the driver 0.7 so that it also recognizes the sensor oregon scientific THGR122NI tried it and I saw that it also works in mixed mode , with two different sensors simultaneously .because the sensors of my lacrosse Ws are external I needed to also monitor internal rooms .
Should I be concerned about the five out:/unparsed: bits I get after every cycle? Is that the mapping business of which you speak?