I did a recent install. Out of the box,the Simulator driver seems to be working as expected.
I installed the SDR (software-defined radio) driver (https://github.com/matthewwall/weewx-sdr) to grab temperatures from a wireless sensor. Running the driver directly, I can see that it is catching packets correctly. Running weewx with debug enabled also shows that packets are being read correctly. Here's a snippet from the /var/log/debug: Sep 2 18:23:44 mypi weewx[7658]: sdr: MainThread: lines=['{"time" : "2018-09-03 01:23:40", "model" : "LaCrosse TX Sensor", "id" : 73, "temperature_C" : 22.200}\n', '{"time" : "2018-09-03 01:23:41", "model" : "LaCrosse TX Sensor", "id" : 73, "temperature_C" : 22.200}\n'] ... Sep 2 18:24:44 mypi weewx[7658]: sdr: MainThread: lines=['{"time" : "2018-09-03 01:24:41", "model" : "LaCrosse TX Sensor", "id" : 73, "temperature_C" : 22.100}\n', '{"time" : "2018-09-03 01:24:41", "model" : "LaCrosse TX Sensor", "id" : 73, "temperature_C" : 22.100}\n'] But the web pages are not being rebuilt - they're stuck in the last state of the Simulator driver. Not sure where to look to troubleshoot this, any suggestions appreciated. -Steve -- 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.
