Posts: 5.411
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
The procedure described below is not mandatory, but doing it doesn't hurt and gives no extra work... by the contrary in some cases can save extra work.
So here we go:
- Prior to exiting Cumulus to upgrade the Pro2 PLUS software to v3.0, disable the Cumulus "Use Data Logger" functionality.
- Follow the usual procedures to upgrade the WeatherDuino Pro2 Plus software.
- When the system be ready to communicate with Cumulus, launch the Cumulus and re-enable the "Use Data Logger" functionality again.
Simple!
Posts: 329
Threads: 27
Joined: Dec 2016
Weather Station: Alma, MI USA
Country:
I have a question. I am using Cumulus MX and cannot locate "Use Data Logger".
I see a checkbox that says "Data logging"* which is under Station settings>options.
*Enable diagnostic logging to the MX diags files of data transfers from the station. Changing setting here affects current session only
Currently that box is unchecked and I have been running with it unchecked. If that's what you're referring to then I assume I can skip the steps to
"disable the Cumulus "Use Data Logger" functionality"
and
"re-enable the "Use Data Logger" functionality again" ?
Posts: 5.411
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
It seems Cumulus MX doesn't have the option to disable the use of the Davis hardware Data Logger from the GUI.
For Cumulus MX users:
- After exiting Cumulus, edit the Cumulus.ini file and search for this [UseDataLogger= ]
If it is set to 1, set it to zero and save the Cumulus.ini file.
- After upgrade the Weatherduino Pro2 Plus start Cumulus MX and let it run for 5 minutes or so, then exit.
- Edit the Cumulus.ini file again and set the [UseDataLogger=1] again.
- Start Cumulus MX, and that's all.
Posts: 798
Threads: 27
Joined: May 2015
Weather Station: WeatherDuino Pro2
Country:
Compile Problem if one disables internet on RX ProPlus; Compiles OK if Enabled.
==============================================================
Arduino: 1.8.3 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C:\Users\JEREMY~1\AppData\Local\Temp\arduino_modified_sketch_604706\WeatherDuinoPro2Plus_RX_v300_b003.1.ino: In function 'void setup()':
WeatherDuinoPro2Plus_RX_v300_b003.1:518: error: 'getNtpTime' was not declared in this scope
if (WiFi_connected && Enable_NTP == 1) getNtpTime();
^
C:\Users\JEREMY~1\AppData\Local\Temp\arduino_modified_sketch_604706\Routines.ino: In function 'void RunEvery_1_Minute()':
Routines:197: error: 'getNtpTime' was not declared in this scope
if (WiFi_connected && Enable_Internet == 1 && Enable_NTP == 1 && minute() % 59 == 0) getNtpTime();
^
exit status 1
'getNtpTime' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Posts: 5.411
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
Thank you too pierrelux.
This problem is now fixed. An updated version should be available shortly, perhaps on next Monday.
Posts: 15
Threads: 1
Joined: Aug 2014
Country:
I have downloaded the new software yesterday, and it's OK with the new RX software when the interne is disabled.
Many thanks and congratulation for the Air Quality Monitor project.
Have a nice Sunday
Posts: 5.411
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
Thank you for the feedback.
Regards