Hello friends:
Before i buy a noew Weather station i want test weewx with my RTL-SDR
Receiver and my old Oregon Temp/Humid sensor.
I think i did a correct installation, but when i try start it i can read on
syslog:
Jan 18 14:23:52 raspberrypi weewx[2820]: engine: Loading station type SDR
(user.sdr)
Jan 18 14:23:52 raspberrypi weewx[2805]: Starting weewx weather system:
weewx.
Jan 18 14:23:52 raspberrypi systemd[1]: Started LSB: weewx weather system.
Jan 18 14:23:52 raspberrypi weewx[2820]: sdr: MainThread: driver version is
0.17
Jan 18 14:23:52 raspberrypi weewx[2820]: sdr: MainThread: sensor map is
{'battery.1:211.OSTHGR122NPacket': 'outBatteryStatus',
'humidity.1:211.OSTHGR122NPacket': 'outHumidity',
'temperature.1:211.OSTHGR122NPacket': 'outTemp'}
Jan 18 14:23:52 raspberrypi weewx[2820]: sdr: MainThread: deltas is
{'strikes': 'strikes_total', 'rain': 'rain_total'}
Jan 18 14:23:52 raspberrypi weewx[2820]: sdr: MainThread: startup process
'rtl_433 -q -U -G -F json'
Jan 18 14:23:52 raspberrypi weewx[2820]: import of driver failed: failed to
start process: [Errno 2] No existe el fichero o el directorio (<class
'weewx.WeeWxIOError'>)
Jan 18 14:23:52 raspberrypi weewx[2820]: engine: Unable to load driver:
failed to start process: [Errno 2] No existe el fichero o el directorio
Jan 18 14:23:52 raspberrypi weewx[2820]: **** Exiting...
It is looking for some file....i don't know what ?
Please...could you help me?
My weewx.conf:
# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be
used.
station_type = SDR
[SDR]
driver = user.sdr
[[sensor_map]]
battery.1:211.OSTHGR122NPacket = outBatteryStatus
humidity.1:211.OSTHGR122NPacket = outHumidity
temperature.1:211.OSTHGR122NPacket = outTemp
root@raspberrypi:/usr/share/weewx # sudo PYTHONPATH=/usr/share/weewx python
/usr/share/weewx/user/sdr.py --cmd="rtl_433 -q -U -G"
out: ['2017-01-18 13:01:39 \t:\tOS :\tTHGR122N\n', '\tHouse Code:\t 211\n',
'\tChannel:\t 1\n', '\tBattery:\t LOW\n', '\tTemperature:\t 7.30 C\n',
'\tHumidity:\t 28 %\n']
parsed: {'temperature.1:211.OSTHGR122NPacket': 7.3,
'humidity.1:211.OSTHGR122NPacket': 28.0, 'battery.1:211.OSTHGR122NPacket':
1, 'usUnits': 16, 'dateTime': 1484744499}
out: ['2017-01-18 13:01:39 \t:\tOS :\tTHGR122N\n', '\tHouse Code:\t 211\n',
'\tChannel:\t 1\n', '\tBattery:\t LOW\n', '\tTemperature:\t 7.30 C\n',
'\tHumidity:\t 28 %\n']
parsed: {'temperature.1:211.OSTHGR122NPacket': 7.3,
'humidity.1:211.OSTHGR122NPacket': 28.0, 'battery.1:211.OSTHGR122NPacket':
1, 'usUnits': 16, 'dateTime': 1484744499}
--
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.