|
Post by Powderjockey on Jan 1, 2023 13:26:25 GMT -8
I'm not getting anything showing on the charts. Is this in part due to the snow (since has melted off), or is the battery dead? The Pi running the /WeatherSense/dash/index.py and /WeatherSense/WeatherSenseMonitor.py are all showing information. 
|
|
|
Post by SDL on Jan 12, 2023 16:05:40 GMT -8
Can you try rebooting the SolarMAX2 Grove Mini Pro Plus? See if you have turned on the WatchDog timer too. switch it towards the white plugs.
Ours has been running for 2,500,000 messages.
BP
|
|
|
Post by Powderjockey on Jan 14, 2023 15:01:52 GMT -8
Can you try rebooting the SolarMAX2 Grove Mini Pro Plus? See if you have turned on the WatchDog timer too. switch it towards the white plugs. Ours has been running for 2,500,000 messages. BP Unplugged the Grove Mini Pro Plus, waited a few seconds and replugged. The glue from the boards has let loose and boards are everywhere!. The other board with the heatsink on has all of the LED's lit up. WatchDog timer switch is in the on position. Hoe long does it take before results start to be visible on the Dash output?
|
|
|
Post by SDL on Jan 15, 2023 10:03:09 GMT -8
Do you have the WeatherSense software running? Every five minutes or so you should see a solar max2 packet in that window.
Copy and paste what you are seeing.
BP
|
|
|
Post by Powderjockey on Jan 15, 2023 19:29:41 GMT -8
Do you have the WeatherSense software running? Every five minutes or so you should see a solar max2 packet in that window. Copy and paste what you are seeing. BP pi@Pi-In-A-Rack:~/SDL_Pi_WeatherSense $ sudo python3 WeatherSenseMonitor.py using updateWebConfig ----------------- WeatherSense Monitoring Software Software Version V016 ----------------- Pending jobs: readSensors (trigger: date[2023-01-15 20:10:55 MST], pending) startMQTT (trigger: date[2023-01-15 20:10:55 MST], pending) cleanPictures (trigger: cron[day='*', hour='3', minute='4'], pending) cleanTimeLapses (trigger: cron[day='*', hour='3', minute='10'], pending) buildTimeLapse (trigger: cron[day='*', hour='5', minute='30'], pending) readSensors (trigger: date[2023-01-15 20:10:55 MST], pending) /usr/local/lib/python3.9/dist-packages/apscheduler/util.py:436: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html return tzinfo.localize(dt) ----------------- Scheduled Jobs -----------------
###### Read Wireless Sensors ######
creating new MQTT instance connecting to broker ###### Read Wireless Sensors ###### Jobstore default: cleanPictures (trigger: cron[day='*', hour='3', minute='4'], next run at: 2023-01-16 03:04:00 MST) cleanTimeLapses (trigger: cron[day='*', hour='3', minute='10'], next run at: 2023-01-16 03:10:00 MST) buildTimeLapse (trigger: cron[day='*', hour='5', minute='30'], next run at: 2023-01-16 05:30:00 MST) ----------------- /usr/lib/python3.9/subprocess.py:941: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used self.stdout = io.open(c2pread, 'rb', bufsize) starting 433MHz scanning ###### starting 433MHz scanning ###### Connected with result code 0
pi@Pi-In-A-Rack:~/SDL_Pi_WeatherSense/dash_app $ sudo python3 index.py <module 'config' from '../config.py'> 1 /home/pi/SDL_Pi_WeatherSense/dash_app/static Dash is running on http://0.0.0.0:8050/
* Serving Flask app "index" (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off
|
|
|
Post by SDL on Jan 16, 2023 14:59:09 GMT -8
And nothing in the database?
BP
|
|
|
Post by Powderjockey on Jan 16, 2023 15:48:38 GMT -8
nope 
|
|
|
Post by SDL on Jan 22, 2023 11:14:21 GMT -8
The problem is that SolarMAX2 is not sending data. Can you hook up the Mini Grove Plus to a USB port to look at the serial output?
If I were to guess, it is probably a bad 433MHz transmitter. Or it is loose in the socket.
BP
|
|