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.
