<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[WeatherDuino Forum - Software Questions]]></title>
		<link>https://www.meteocercal.info/forum/</link>
		<description><![CDATA[WeatherDuino Forum - https://www.meteocercal.info/forum]]></description>
		<pubDate>Thu, 16 Apr 2026 21:17:07 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[WeatherDuino Pro2C+ platformIO update]]></title>
			<link>https://www.meteocercal.info/forum/thread-2358.html</link>
			<pubDate>Sat, 03 May 2025 11:27:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2418">xxDvDxx</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2358.html</guid>
			<description><![CDATA[Hi everyone , wanted to know if someone started update from visual studio platformIO rather than normal IDE .]]></description>
			<content:encoded><![CDATA[Hi everyone , wanted to know if someone started update from visual studio platformIO rather than normal IDE .]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Arduino novice. IDE questions]]></title>
			<link>https://www.meteocercal.info/forum/thread-2346.html</link>
			<pubDate>Thu, 25 Jul 2024 09:29:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2188">chsims1</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2346.html</guid>
			<description><![CDATA[Hi All,<br />
<br />
I've dusted off my 6 year old box of WeatherDuino bits (life, grandchildren &amp; a previously functioning weather station got in the way of this project), and I am attempting to restart my WeatherDuino journey with my Pro2 Compact receiver and transmitter.<br />
<br />
I've got arduino-IDE 2.3.2 installed under Linux, with the Arduino-AVR boards &amp; ESP8266 libraries installed .... not sure of the exact location of these, but presumable under one of the folders  '.arduino15'  or  '.arduinoIDE'. There is no libraries folder under ~/Arduino, but this is the Sketchbook' location shown under 'Preferences'. I have extracted the downloaded WD software into ~/Arduino<br />
<br />
First question, does IDE 2.3.2 work ok with WeatherDuino?  I had something in my 6 year old notes about using Boards Manager versions below a certain release, and I have also seen something recently in the forums about potential problems with earlier releases of IDE 2.x<br />
<br />
Second question, do I install the WD software libraries in ~/Arduino/libraries or do I need to find the already installed libraries in .arduino15 or .arduinoIDE, and place them there?<br />
<br />
Third question; the receiver folder WeatherDuino_P2ESP8266_RX_v6.0_b003 has a number of .ino files, including WeatherDuino_P2ESP8266_RX_v6.0_b003.ino. I presume this is the correct sketch file to load into the IDE? What are the other .ino files, and do they all need copying up to the top level of ~/Arduino?<br />
<br />
Regards,<br />
<br />
Ian]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
I've dusted off my 6 year old box of WeatherDuino bits (life, grandchildren &amp; a previously functioning weather station got in the way of this project), and I am attempting to restart my WeatherDuino journey with my Pro2 Compact receiver and transmitter.<br />
<br />
I've got arduino-IDE 2.3.2 installed under Linux, with the Arduino-AVR boards &amp; ESP8266 libraries installed .... not sure of the exact location of these, but presumable under one of the folders  '.arduino15'  or  '.arduinoIDE'. There is no libraries folder under ~/Arduino, but this is the Sketchbook' location shown under 'Preferences'. I have extracted the downloaded WD software into ~/Arduino<br />
<br />
First question, does IDE 2.3.2 work ok with WeatherDuino?  I had something in my 6 year old notes about using Boards Manager versions below a certain release, and I have also seen something recently in the forums about potential problems with earlier releases of IDE 2.x<br />
<br />
Second question, do I install the WD software libraries in ~/Arduino/libraries or do I need to find the already installed libraries in .arduino15 or .arduinoIDE, and place them there?<br />
<br />
Third question; the receiver folder WeatherDuino_P2ESP8266_RX_v6.0_b003 has a number of .ino files, including WeatherDuino_P2ESP8266_RX_v6.0_b003.ino. I presume this is the correct sketch file to load into the IDE? What are the other .ino files, and do they all need copying up to the top level of ~/Arduino?<br />
<br />
Regards,<br />
<br />
Ian]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rx unit not receiving data from TX]]></title>
			<link>https://www.meteocercal.info/forum/thread-2283.html</link>
			<pubDate>Sat, 10 Feb 2024 23:45:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2928">GerardvanA</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2283.html</guid>
			<description><![CDATA[Hi,<br />
As I mentioned elsewhere, I inherited a system (in pieces) from a friend and am trying to get it going again.<br />
I got the RX unit going (apart from it showing 'Connecting to WiFi' every couple of minutes), and it it displaying the inside temp, humidity and air pressure.<br />
It is not displaying any data from my TX unit. I've got the same Station_ID in both (0xA1), and the TX is sending out data, as I can hear the brusts on 433.8 MHz on my ham-radio receiver (the TX led is also blinking when transmitting). Both units are sitting on the table next to each other.<br />
<br />
I can also see a blue dot appearing briefly next to TX0, in the SYSTEM INFO display, however no data displayed there at all.<br />
<br />
Debugging show that the TX unit is getting data from the sensors. It also shows "Sending ID2" not sure it that's meaning anything?<br />
<br />
The code is well commented, but some sort of a manual would be handy I think. <br />
<br />
Any clues to help me get this going?<br />
Thanks,<br />
Gerard]]></description>
			<content:encoded><![CDATA[Hi,<br />
As I mentioned elsewhere, I inherited a system (in pieces) from a friend and am trying to get it going again.<br />
I got the RX unit going (apart from it showing 'Connecting to WiFi' every couple of minutes), and it it displaying the inside temp, humidity and air pressure.<br />
It is not displaying any data from my TX unit. I've got the same Station_ID in both (0xA1), and the TX is sending out data, as I can hear the brusts on 433.8 MHz on my ham-radio receiver (the TX led is also blinking when transmitting). Both units are sitting on the table next to each other.<br />
<br />
I can also see a blue dot appearing briefly next to TX0, in the SYSTEM INFO display, however no data displayed there at all.<br />
<br />
Debugging show that the TX unit is getting data from the sensors. It also shows "Sending ID2" not sure it that's meaning anything?<br />
<br />
The code is well commented, but some sort of a manual would be handy I think. <br />
<br />
Any clues to help me get this going?<br />
Thanks,<br />
Gerard]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RX Unit wifi no connection after changing SSID]]></title>
			<link>https://www.meteocercal.info/forum/thread-2282.html</link>
			<pubDate>Thu, 08 Feb 2024 00:18:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2928">GerardvanA</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2282.html</guid>
			<description><![CDATA[Hi,<br />
I had the wifi on my RX unit working, at least it connected to my wifi, and I could see it on the router/wireless network connected devices list.<br />
It did however showed on the display that it was connecting every 5 minutes or so (don't know if that's normal?). There was also a green dot on the display.<br />
<br />
Now I had it connected to the 'Guest' account on my wifi, which meant it was not visible to my laptop. The Guest account issues a different group of IP addresses: 192.168.101.xx vs 192.168.100.xx for the 'normal' connections.<br />
<br />
To fix this I changed the wifi credentials in the software to my 'normal' network. I copied and pasted both the SSID and the password from the router webpage, to avoid typos.<br />
Compiled and uploaded all ok.<br />
<br />
However the RX unit now fails to connect, and of course doesn't show up in the connected devices list.<br />
<br />
Encryption is set to the same scheme on both the Guest and normal wifi. The router does have both 2.4 GHz and 5 GHz wifi, with different SSID's, I tried both but no differences.<br />
<br />
I do have all the on-line options for the several weather data sites on in the software, but have no accounts there yet. But I can't see that having any influence on the problem.<br />
<br />
Could there be a reset or something like that needs to be done? I tried the reset button on the RX board, but no change.<br />
Thanks for any tips or suggestions.<br />
<br />
Gerard]]></description>
			<content:encoded><![CDATA[Hi,<br />
I had the wifi on my RX unit working, at least it connected to my wifi, and I could see it on the router/wireless network connected devices list.<br />
It did however showed on the display that it was connecting every 5 minutes or so (don't know if that's normal?). There was also a green dot on the display.<br />
<br />
Now I had it connected to the 'Guest' account on my wifi, which meant it was not visible to my laptop. The Guest account issues a different group of IP addresses: 192.168.101.xx vs 192.168.100.xx for the 'normal' connections.<br />
<br />
To fix this I changed the wifi credentials in the software to my 'normal' network. I copied and pasted both the SSID and the password from the router webpage, to avoid typos.<br />
Compiled and uploaded all ok.<br />
<br />
However the RX unit now fails to connect, and of course doesn't show up in the connected devices list.<br />
<br />
Encryption is set to the same scheme on both the Guest and normal wifi. The router does have both 2.4 GHz and 5 GHz wifi, with different SSID's, I tried both but no differences.<br />
<br />
I do have all the on-line options for the several weather data sites on in the software, but have no accounts there yet. But I can't see that having any influence on the problem.<br />
<br />
Could there be a reset or something like that needs to be done? I tried the reset button on the RX board, but no change.<br />
Thanks for any tips or suggestions.<br />
<br />
Gerard]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Compile Error Routines SHT2x]]></title>
			<link>https://www.meteocercal.info/forum/thread-2279.html</link>
			<pubDate>Sun, 04 Feb 2024 21:31:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2928">GerardvanA</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2279.html</guid>
			<description><![CDATA[I've been given 3 TX and 1 RX board, and am trying to set them up for my first WX station. I've got the RX mainly working, but am getting a compile error for the TX (TH_SENSOR0 is defined as 0)<br />
==================================================<br />
Routines:10:22: error: expected primary-expression before '.' token<br />
       T_ExtS0 = SHT2x.getTemperature() * 100.0;<br />
                      ^<br />
Routines:11:22: error: expected primary-expression before '.' token<br />
       H_ExtS0 = SHT2x.getHumidity() * 100.0;      <br />
                      ^<br />
exit status 1<br />
expected primary-expression before '.' token<br />
<br />
==================================================<br />
<br />
With the TH_SENSOR0 defined to 1 (and also 9 (no sensor)) the code compiles ok.<br />
With it set to 2 I get other errors.<br />
<br />
Since I'm trying to re-set up the gear I've been given without much data on it, I'm not sure what sensors I've got, but I would assume the code should compile ok for all options.<br />
<br />
Any ideas?<br />
Thanks]]></description>
			<content:encoded><![CDATA[I've been given 3 TX and 1 RX board, and am trying to set them up for my first WX station. I've got the RX mainly working, but am getting a compile error for the TX (TH_SENSOR0 is defined as 0)<br />
==================================================<br />
Routines:10:22: error: expected primary-expression before '.' token<br />
       T_ExtS0 = SHT2x.getTemperature() * 100.0;<br />
                      ^<br />
Routines:11:22: error: expected primary-expression before '.' token<br />
       H_ExtS0 = SHT2x.getHumidity() * 100.0;      <br />
                      ^<br />
exit status 1<br />
expected primary-expression before '.' token<br />
<br />
==================================================<br />
<br />
With the TH_SENSOR0 defined to 1 (and also 9 (no sensor)) the code compiles ok.<br />
With it set to 2 I get other errors.<br />
<br />
Since I'm trying to re-set up the gear I've been given without much data on it, I'm not sure what sensors I've got, but I would assume the code should compile ok for all options.<br />
<br />
Any ideas?<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to get access to software download?]]></title>
			<link>https://www.meteocercal.info/forum/thread-2274.html</link>
			<pubDate>Wed, 10 Jan 2024 14:23:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2926">robintw</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2274.html</guid>
			<description><![CDATA[Hi,<br />
<br />
I have recently aquired a WeatherDuino Pro2 from my late PhD supervisor (I was helping clear out his electronics lab after his death). I've started having a play with it at home, but need to change some of the configuration options in the software, which I gather requires reflashing the Arduino with code with the config options updated.<br />
<br />
I've found this post: <a href="https://www.meteocercal.info/forum/thread-492.html" target="_blank" rel="noopener" class="mycode_url">https://www.meteocercal.info/forum/thread-492.html</a> which gives a link to a download, but when I try and download it I get an access denied message.<br />
<br />
Do I need to do some kind of extra registration to be able to access the downloads? Or is that registration automatically done when you buy a board? I can prove I have a board if needed (photos etc).<br />
<br />
Best regards,<br />
<br />
Robin]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have recently aquired a WeatherDuino Pro2 from my late PhD supervisor (I was helping clear out his electronics lab after his death). I've started having a play with it at home, but need to change some of the configuration options in the software, which I gather requires reflashing the Arduino with code with the config options updated.<br />
<br />
I've found this post: <a href="https://www.meteocercal.info/forum/thread-492.html" target="_blank" rel="noopener" class="mycode_url">https://www.meteocercal.info/forum/thread-492.html</a> which gives a link to a download, but when I try and download it I get an access denied message.<br />
<br />
Do I need to do some kind of extra registration to be able to access the downloads? Or is that registration automatically done when you buy a board? I can prove I have a board if needed (photos etc).<br />
<br />
Best regards,<br />
<br />
Robin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Davis wind vane, wind direction offset]]></title>
			<link>https://www.meteocercal.info/forum/thread-2263.html</link>
			<pubDate>Thu, 17 Aug 2023 09:44:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2393">Sun_Dancer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2263.html</guid>
			<description><![CDATA[Hello WeatherDuino community,<br />
<br />
I have a Davis 6410 wind vane, I can't align it to the north. also the wind vane cannot be unscrewed from the shaft. In the software of the TX Pro2 transmitter unit there is the possibility to set an offset for the wind direction.<br />
I assume WDir_offs = 0 means the arm of the anemometer is pointing north. I need to install the southbound arm.<br />
Do I then simply subtract 180 degrees from WDir_offs = 0, for example, i.e. WDir_offs = -180?<br />
<br />
Greetings]]></description>
			<content:encoded><![CDATA[Hello WeatherDuino community,<br />
<br />
I have a Davis 6410 wind vane, I can't align it to the north. also the wind vane cannot be unscrewed from the shaft. In the software of the TX Pro2 transmitter unit there is the possibility to set an offset for the wind direction.<br />
I assume WDir_offs = 0 means the arm of the anemometer is pointing north. I need to install the southbound arm.<br />
Do I then simply subtract 180 degrees from WDir_offs = 0, for example, i.e. WDir_offs = -180?<br />
<br />
Greetings]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pro2 Transmitter and TMP36]]></title>
			<link>https://www.meteocercal.info/forum/thread-2262.html</link>
			<pubDate>Fri, 04 Aug 2023 14:29:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2393">Sun_Dancer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2262.html</guid>
			<description><![CDATA[Hello,<br />
<br />
Can the TMP36 temperature sensor of the Pro2 transmitter unit be mapped in the Config_Options.h of the receiver unit under EXTRASENSORS_SOURCE?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
Can the TMP36 temperature sensor of the Pro2 transmitter unit be mapped in the Config_Options.h of the receiver unit under EXTRASENSORS_SOURCE?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pro2Compact does not receive extra sensor data from AQM2]]></title>
			<link>https://www.meteocercal.info/forum/thread-2260.html</link>
			<pubDate>Thu, 27 Jul 2023 19:09:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2393">Sun_Dancer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2260.html</guid>
			<description><![CDATA[Hello community,<br />
<br />
I am currently trying the AQM2 with the Duino Pro2 Compact as a defined extra sensor<br />
<br />
#define GETDATA_FROM_WIFISENSORS 1 // 1= Enable, 0= Disable<br />
#define WIFISENSORS_WEBSERVER_PORT 80 // WebServer Port defined on WD units<br />
<br />
const char* WIFIunit_address [][4]= { "192.168.12.104" // IP address of first WiFi sensor<br />
                                     , "" // IP address of second WiFi sensor<br />
<br />
get the values for temp and hum.<br />
<br />
The Pro2 Compact only receives the air quality values.<br />
The AQM2 outputs the values in the web browser.<br />
The 4Pro RX unit receives all data from the AQM2<br />
<br />
The WIFI sensor debug output from the Pro2 shows me the following:<br />
<br />
20:53:15.741 -&gt;<br />
20:53:15.741 -&gt; Checking defined WiFi sensors:<br />
20:53:15.741 -&gt; WiFi Sensor 1 is defined at IP: 192.168.12.104, and its alive. Ping took: 60mS<br />
20:53:15.787 -&gt; WiFi Sensor 2 is not defined.<br />
20:53:15.834 -&gt; WiFi Sensor 3 is not defined.<br />
20:53:15.834 -&gt; WiFi Sensor 4 is not defined.<br />
20:53:15.834 -&gt;<br />
20:53:15.834 -&gt; Connection to WiFi Sensor 192.168.12.104, OK!<br />
20:53:16.018 -&gt; Deserialize JSON() from IP: 192.168.12.104, failed with code: NoMemory<br />
20:53:16.065 -&gt; Getting data from 192.168.12.104 took: 230 mS<br />
20:53:16.065 -&gt;<br />
20:53:16.065 -&gt; Processing all WiFi Sensors took: 252 mS<br />
20:53:16.111 -&gt;<br />
<br />
here comes the error message: failed with code: NoMemory.<br />
How can I fix the error?<br />
<br />
Greetings Andre]]></description>
			<content:encoded><![CDATA[Hello community,<br />
<br />
I am currently trying the AQM2 with the Duino Pro2 Compact as a defined extra sensor<br />
<br />
#define GETDATA_FROM_WIFISENSORS 1 // 1= Enable, 0= Disable<br />
#define WIFISENSORS_WEBSERVER_PORT 80 // WebServer Port defined on WD units<br />
<br />
const char* WIFIunit_address [][4]= { "192.168.12.104" // IP address of first WiFi sensor<br />
                                     , "" // IP address of second WiFi sensor<br />
<br />
get the values for temp and hum.<br />
<br />
The Pro2 Compact only receives the air quality values.<br />
The AQM2 outputs the values in the web browser.<br />
The 4Pro RX unit receives all data from the AQM2<br />
<br />
The WIFI sensor debug output from the Pro2 shows me the following:<br />
<br />
20:53:15.741 -&gt;<br />
20:53:15.741 -&gt; Checking defined WiFi sensors:<br />
20:53:15.741 -&gt; WiFi Sensor 1 is defined at IP: 192.168.12.104, and its alive. Ping took: 60mS<br />
20:53:15.787 -&gt; WiFi Sensor 2 is not defined.<br />
20:53:15.834 -&gt; WiFi Sensor 3 is not defined.<br />
20:53:15.834 -&gt; WiFi Sensor 4 is not defined.<br />
20:53:15.834 -&gt;<br />
20:53:15.834 -&gt; Connection to WiFi Sensor 192.168.12.104, OK!<br />
20:53:16.018 -&gt; Deserialize JSON() from IP: 192.168.12.104, failed with code: NoMemory<br />
20:53:16.065 -&gt; Getting data from 192.168.12.104 took: 230 mS<br />
20:53:16.065 -&gt;<br />
20:53:16.065 -&gt; Processing all WiFi Sensors took: 252 mS<br />
20:53:16.111 -&gt;<br />
<br />
here comes the error message: failed with code: NoMemory.<br />
How can I fix the error?<br />
<br />
Greetings Andre]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Upload data to HTTPS website]]></title>
			<link>https://www.meteocercal.info/forum/thread-2231.html</link>
			<pubDate>Mon, 29 May 2023 02:05:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=519">Palmyweather</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2231.html</guid>
			<description><![CDATA[Hi everyone<br />
<br />
For some time now I have been using the option to upload my air quality data directly to my website using the "Air Quality Monitor - Upload data to My Server" which passes a string of data directly to my website for processing.<br />
<br />
Recently my website host has advised that I should start adopting "https" and not "http". I have changed and updated my site to now support this change.<br />
<br />
There is one thing that I cannot get right however which is having my weather station pass data directly to my web server when I have "Redirect from http to https" enabled on my web server. <span style="font-style: italic;" class="mycode_i">"Enhances the security of website's visitors by setting up a permanent, SEO-safe 301 redirect from the insecure HTTP to the secure HTTPS version of the website."</span><br />
<br />
Have any other users come across this issue before?<br />
<br />
I have tried the following changes with no success:<br />
* Changing the port number from "80" (http) to "433" (https)<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// Send AQM data to My Server<br />
&nbsp;&nbsp;&nbsp;&nbsp;if (wifi.createTCP(mux_id, My_Server, 443, 0))<br />
&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#ifdef PRINT_DEBUG_MYSERVER_UPLOAD<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Serial.println(F("Connection OK"));<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#endif<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wifi.send(mux_id, (const uint8_t*)Data.c_str(), strlen(Data.c_str()));&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}</code></div></div><br />
* Changing the web header to "https"<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Data += " HTTPS/1.0&#92;r&#92;nHost: ";&nbsp;&nbsp;//WebHeader_0;&nbsp;&nbsp;//&nbsp;&nbsp;" HTTPS/1.0&#92;r&#92;nHost: "</code></div></div><br />
* Changing "My_Server" variable to "https://palmyweather.co.nz";<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>const char* My_Server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= "palmyweather.co.nz";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Put here your server address<br />
const char* Path_To_LogToSQL_PHPfile = "/XXXXXXXX/AirQuality_LogToSQL.php";&nbsp;&nbsp;&nbsp;&nbsp; // Name and path to AirQuality_LogToSQL.php file on My Server</code></div></div><br />
<br />
Any ideas on a way to fix this would be much appreciated.<br />
<br />
Kind regards,<br />
Matt]]></description>
			<content:encoded><![CDATA[Hi everyone<br />
<br />
For some time now I have been using the option to upload my air quality data directly to my website using the "Air Quality Monitor - Upload data to My Server" which passes a string of data directly to my website for processing.<br />
<br />
Recently my website host has advised that I should start adopting "https" and not "http". I have changed and updated my site to now support this change.<br />
<br />
There is one thing that I cannot get right however which is having my weather station pass data directly to my web server when I have "Redirect from http to https" enabled on my web server. <span style="font-style: italic;" class="mycode_i">"Enhances the security of website's visitors by setting up a permanent, SEO-safe 301 redirect from the insecure HTTP to the secure HTTPS version of the website."</span><br />
<br />
Have any other users come across this issue before?<br />
<br />
I have tried the following changes with no success:<br />
* Changing the port number from "80" (http) to "433" (https)<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// Send AQM data to My Server<br />
&nbsp;&nbsp;&nbsp;&nbsp;if (wifi.createTCP(mux_id, My_Server, 443, 0))<br />
&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#ifdef PRINT_DEBUG_MYSERVER_UPLOAD<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Serial.println(F("Connection OK"));<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#endif<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wifi.send(mux_id, (const uint8_t*)Data.c_str(), strlen(Data.c_str()));&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}</code></div></div><br />
* Changing the web header to "https"<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Data += " HTTPS/1.0&#92;r&#92;nHost: ";&nbsp;&nbsp;//WebHeader_0;&nbsp;&nbsp;//&nbsp;&nbsp;" HTTPS/1.0&#92;r&#92;nHost: "</code></div></div><br />
* Changing "My_Server" variable to "https://palmyweather.co.nz";<br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>const char* My_Server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= "palmyweather.co.nz";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Put here your server address<br />
const char* Path_To_LogToSQL_PHPfile = "/XXXXXXXX/AirQuality_LogToSQL.php";&nbsp;&nbsp;&nbsp;&nbsp; // Name and path to AirQuality_LogToSQL.php file on My Server</code></div></div><br />
<br />
Any ideas on a way to fix this would be much appreciated.<br />
<br />
Kind regards,<br />
Matt]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Not progressing past Gathering Data]]></title>
			<link>https://www.meteocercal.info/forum/thread-2218.html</link>
			<pubDate>Sun, 01 Jan 2023 10:04:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=1442">mikeyk</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2218.html</guid>
			<description><![CDATA[Hi,<br />
I have been using my Weatherduino Pro2 Plus since 2018 without any issues, it has been great.<br />
Unfortunately due to a lack of free time, I only have one TX board with temp and humidity (SHT31).<br />
I had plans to add a second TX board for rain and wind.<br />
And onboard the RX board I have for Temp/Humidity HTU21D and BMP180 for Barometric.<br />
This has been working well, including with Wunderground.<br />
<br />
Now with some free time during holidays I noticed that at some point in past year it stopped updating Wunderground.<br />
If I restart RX, I've noticed that it gets stuck on "Gathering Data Please Wait!" although I can move past this by pressing the touch screen.<br />
There are also three indicators on top left of screen, first is green, followed by red then yellow.<br />
The in built web server is working OK and displaying the data from the TX and RX board.<br />
<br />
I re-flashed both TX and RX boards (fixed a date issue mentioned in another thread).<br />
I've tried turning on debugging but it doesn't show anything about the WU Uploading process. I'm also unsure if some of the other debug options are working.<br />
<br />
I should also mention the TX board temp had stopped working a while ago (TMP36) so I disabled that when I re-flashed the TX firmware. So not sure if this all could be caused by a hardware issue.<br />
I also tried moving back to V8.2 from v9.<br />
<br />
These are the debugs I turned on.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#define PRINT_DEBUG_WIFI<br />
#define PRINT_DEBUG_NTP_UPDATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
#define PRINT_DEBUG_WU_UPLOAD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
//#define PRINT_DEBUG_TS_UPLOAD<br />
//#define PRINT_DEBUG_MYSERVER_UPLOAD<br />
#define PRINT_DEBUG_VCHECK<br />
#define PRINT_DEBUG_TCP_SERVER<br />
//#define PRINT_DEBUG_AURIOL<br />
#define PRINT_DEBUG_BIOS<br />
#define PRINT_DEBUG_RF_MESSAGES<br />
//#define PRINT_DEBUG_WIFI_SENSORS<br />
#define PRINT_GENERALDEBUG</code></div></div><br />
And this is a sample of the debug output.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>20:38:21.287 -&gt; ESP8266 FW Version: WIFI GOT IP<br />
20:38:24.287 -&gt; <br />
20:38:24.287 -&gt; OK<br />
20:38:24.287 -&gt; <br />
20:38:30.803 -&gt; Mode station OK<br />
20:38:30.803 -&gt; Multiple mux OK<br />
20:38:35.818 -&gt; Join AP success!<br />
20:38:35.818 -&gt; Connected to AP: AT+CWJAP?<br />
20:38:35.818 -&gt; +CWJAP:"yarra","24:xx:xx:b5:xx:xx",11,-55<br />
20:38:35.865 -&gt; <br />
20:38:35.865 -&gt; OK<br />
20:38:35.865 -&gt; <br />
20:38:35.865 -&gt; IP Address: 172.x.x.x<br />
20:38:35.865 -&gt; Broadcast IP: 172.x.x.255<br />
20:38:35.865 -&gt; Start tcp server OK<br />
20:38:35.959 -&gt; STATUS:2<br />
20:38:35.959 -&gt; Set tcp server timout 30 seconds<br />
20:38:36.006 -&gt; RTC current date: Jan 01 2023<br />
20:38:36.006 -&gt; RTC current time: 20:38:36<br />
20:38:36.006 -&gt; Sending NTP request to sync clock...<br />
20:38:36.053 -&gt; NTP replied<br />
20:38:36.053 -&gt; UTC time from NTP server: 09:38:36<br />
20:38:36.053 -&gt; Local date set to: Jan 01 2023<br />
20:38:36.100 -&gt; Local time set to: 20:38:36<br />
20:38:36.100 -&gt; <br />
20:38:36.100 -&gt; RTC adjusted to local time: 20:38:36<br />
20:38:36.147 -&gt; RTC current date: Jan 01 2023<br />
20:38:36.147 -&gt; RTC current time: 20:38:36<br />
20:38:36.147 -&gt; <br />
20:38:36.475 -&gt; Checking for latest software version...<br />
20:38:37.459 -&gt; Latest software version: P2AT2560_RX_v9.0_b004<br />
20:38:37.506 -&gt; WiFi connection is ON<br />
20:38:48.287 -&gt; 20:38:48 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A13,1AD3,0,0,<br />
20:39:05.293 -&gt; 20:39:05 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A13,1AD7,0,0,<br />
20:39:22.256 -&gt; 20:39:22 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A19,1AD7,0,0,<br />
20:39:39.271 -&gt; 20:39:39 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A1A,1AD7,0,0,<br />
20:39:56.240 -&gt; 20:39:56 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A1A,1AD4,0,0,</code></div></div><br />
Cheers,<br />
Michael]]></description>
			<content:encoded><![CDATA[Hi,<br />
I have been using my Weatherduino Pro2 Plus since 2018 without any issues, it has been great.<br />
Unfortunately due to a lack of free time, I only have one TX board with temp and humidity (SHT31).<br />
I had plans to add a second TX board for rain and wind.<br />
And onboard the RX board I have for Temp/Humidity HTU21D and BMP180 for Barometric.<br />
This has been working well, including with Wunderground.<br />
<br />
Now with some free time during holidays I noticed that at some point in past year it stopped updating Wunderground.<br />
If I restart RX, I've noticed that it gets stuck on "Gathering Data Please Wait!" although I can move past this by pressing the touch screen.<br />
There are also three indicators on top left of screen, first is green, followed by red then yellow.<br />
The in built web server is working OK and displaying the data from the TX and RX board.<br />
<br />
I re-flashed both TX and RX boards (fixed a date issue mentioned in another thread).<br />
I've tried turning on debugging but it doesn't show anything about the WU Uploading process. I'm also unsure if some of the other debug options are working.<br />
<br />
I should also mention the TX board temp had stopped working a while ago (TMP36) so I disabled that when I re-flashed the TX firmware. So not sure if this all could be caused by a hardware issue.<br />
I also tried moving back to V8.2 from v9.<br />
<br />
These are the debugs I turned on.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#define PRINT_DEBUG_WIFI<br />
#define PRINT_DEBUG_NTP_UPDATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
#define PRINT_DEBUG_WU_UPLOAD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
//#define PRINT_DEBUG_TS_UPLOAD<br />
//#define PRINT_DEBUG_MYSERVER_UPLOAD<br />
#define PRINT_DEBUG_VCHECK<br />
#define PRINT_DEBUG_TCP_SERVER<br />
//#define PRINT_DEBUG_AURIOL<br />
#define PRINT_DEBUG_BIOS<br />
#define PRINT_DEBUG_RF_MESSAGES<br />
//#define PRINT_DEBUG_WIFI_SENSORS<br />
#define PRINT_GENERALDEBUG</code></div></div><br />
And this is a sample of the debug output.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>20:38:21.287 -&gt; ESP8266 FW Version: WIFI GOT IP<br />
20:38:24.287 -&gt; <br />
20:38:24.287 -&gt; OK<br />
20:38:24.287 -&gt; <br />
20:38:30.803 -&gt; Mode station OK<br />
20:38:30.803 -&gt; Multiple mux OK<br />
20:38:35.818 -&gt; Join AP success!<br />
20:38:35.818 -&gt; Connected to AP: AT+CWJAP?<br />
20:38:35.818 -&gt; +CWJAP:"yarra","24:xx:xx:b5:xx:xx",11,-55<br />
20:38:35.865 -&gt; <br />
20:38:35.865 -&gt; OK<br />
20:38:35.865 -&gt; <br />
20:38:35.865 -&gt; IP Address: 172.x.x.x<br />
20:38:35.865 -&gt; Broadcast IP: 172.x.x.255<br />
20:38:35.865 -&gt; Start tcp server OK<br />
20:38:35.959 -&gt; STATUS:2<br />
20:38:35.959 -&gt; Set tcp server timout 30 seconds<br />
20:38:36.006 -&gt; RTC current date: Jan 01 2023<br />
20:38:36.006 -&gt; RTC current time: 20:38:36<br />
20:38:36.006 -&gt; Sending NTP request to sync clock...<br />
20:38:36.053 -&gt; NTP replied<br />
20:38:36.053 -&gt; UTC time from NTP server: 09:38:36<br />
20:38:36.053 -&gt; Local date set to: Jan 01 2023<br />
20:38:36.100 -&gt; Local time set to: 20:38:36<br />
20:38:36.100 -&gt; <br />
20:38:36.100 -&gt; RTC adjusted to local time: 20:38:36<br />
20:38:36.147 -&gt; RTC current date: Jan 01 2023<br />
20:38:36.147 -&gt; RTC current time: 20:38:36<br />
20:38:36.147 -&gt; <br />
20:38:36.475 -&gt; Checking for latest software version...<br />
20:38:37.459 -&gt; Latest software version: P2AT2560_RX_v9.0_b004<br />
20:38:37.506 -&gt; WiFi connection is ON<br />
20:38:48.287 -&gt; 20:38:48 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A13,1AD3,0,0,<br />
20:39:05.293 -&gt; 20:39:05 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A13,1AD7,0,0,<br />
20:39:22.256 -&gt; 20:39:22 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A19,1AD7,0,0,<br />
20:39:39.271 -&gt; 20:39:39 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A1A,1AD7,0,0,<br />
20:39:56.240 -&gt; 20:39:56 - Station ID: A1&nbsp;&nbsp;Unit ID: 0&nbsp;&nbsp;Sensor ID: 0&nbsp;&nbsp;Full Message: A10000,A1A,1AD4,0,0,</code></div></div><br />
Cheers,<br />
Michael]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wunderground upload]]></title>
			<link>https://www.meteocercal.info/forum/thread-2188.html</link>
			<pubDate>Thu, 15 Sep 2022 22:17:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2338">catliNZ</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2188.html</guid>
			<description><![CDATA[<span style="font-size: small;" class="mycode_size">Hi</span><br />
<span style="font-size: small;" class="mycode_size">While getting my WeatherDuino Pro2+ to upload to Wunderground I found that they do not appear to send “success” in the http reply as their documentation shows and the Pro2+ code looks for.</span><br />
 <br />
<span style="font-size: small;" class="mycode_size">I changed in NET.ino</span><br />
<span style="font-size: small;" class="mycode_size">about line 208</span><br />
<span style="font-size: small;" class="mycode_size">if (strstr((char *)temp_buffer, "200 OK") != NULL) WU_uploadDone = true; //look for "200 OK" not "success"</span><br />
 <br />
<span style="font-size: small;" class="mycode_size">With a few other changes to the code my debug output now shows</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.071 -&gt; Create tcp OK</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.376 -&gt; Waiting for WU response...</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.376 -&gt; WU reply: success</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.410 -&gt; </span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.410 -&gt; WU replied: HTTP/1.1 200 OK</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.410 -&gt; Date: Thu, 15 Sep 2022 21:42:02 GMT</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.444 -&gt; Content-Type: text/plain; charset=utf-8</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.444 -&gt; Content-Length: 8</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.478 -&gt; Connection: close</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.478 -&gt; Cache-Control: max-age=0, no-cache, must-revalidate, proxy-revalidate</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.512 -&gt; Expires: Thu, 15 Sep 2022 21:42:02 GMT</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.512 -&gt; Last-M</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.545 -&gt; WU upload took: 1375 mS</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.545 -&gt; </span><br />
 <br />
<span style="font-size: small;" class="mycode_size">As well I have added code to also upload to WOW - WeatherObservationsWebsite but that needs documenting yet.</span><br />
 <br />
<span style="font-size: small;" class="mycode_size">Ian</span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: small;" class="mycode_size">Hi</span><br />
<span style="font-size: small;" class="mycode_size">While getting my WeatherDuino Pro2+ to upload to Wunderground I found that they do not appear to send “success” in the http reply as their documentation shows and the Pro2+ code looks for.</span><br />
 <br />
<span style="font-size: small;" class="mycode_size">I changed in NET.ino</span><br />
<span style="font-size: small;" class="mycode_size">about line 208</span><br />
<span style="font-size: small;" class="mycode_size">if (strstr((char *)temp_buffer, "200 OK") != NULL) WU_uploadDone = true; //look for "200 OK" not "success"</span><br />
 <br />
<span style="font-size: small;" class="mycode_size">With a few other changes to the code my debug output now shows</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.071 -&gt; Create tcp OK</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.376 -&gt; Waiting for WU response...</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.376 -&gt; WU reply: success</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.410 -&gt; </span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.410 -&gt; WU replied: HTTP/1.1 200 OK</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.410 -&gt; Date: Thu, 15 Sep 2022 21:42:02 GMT</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.444 -&gt; Content-Type: text/plain; charset=utf-8</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.444 -&gt; Content-Length: 8</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.478 -&gt; Connection: close</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.478 -&gt; Cache-Control: max-age=0, no-cache, must-revalidate, proxy-revalidate</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.512 -&gt; Expires: Thu, 15 Sep 2022 21:42:02 GMT</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.512 -&gt; Last-M</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.545 -&gt; WU upload took: 1375 mS</span><br />
<span style="font-size: small;" class="mycode_size">09:41:54.545 -&gt; </span><br />
 <br />
<span style="font-size: small;" class="mycode_size">As well I have added code to also upload to WOW - WeatherObservationsWebsite but that needs documenting yet.</span><br />
 <br />
<span style="font-size: small;" class="mycode_size">Ian</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Compiling Error for Update RX_v5.0_b007]]></title>
			<link>https://www.meteocercal.info/forum/thread-2123.html</link>
			<pubDate>Wed, 29 Dec 2021 18:25:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2435">bigcake</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2123.html</guid>
			<description><![CDATA[Hi, i tried to update the Pro2 compact to RX_v5.0_b007 but i found some repetitive errors:<br />
<br />
Arduino:1.8.19 (Windows 7), Scheda:"LOLIN(WEMOS) D1 R2 &amp; mini, 80 MHz, Flash, Disabled (new can abort), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"<br />
<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:51: error: 'WDname_0' was not declared in this scope<br />
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,<br />
<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:61: error: 'WDname_1' was not declared in this scope<br />
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,<br />
<br />
.....<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:144:46: error: 'title_0' was not declared in this scope ------&gt; 'title_8' was not declared in this scope<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:145:46: error: 'menu_0' was not declared in this scope ----&gt; 'menu_7' was not declared in this scope<br />
<br />
for every "General Global Variables" the last error was for the<br />
<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:159:46: error: 'DAname_0' was not declared in this scope ----&gt; 'DAname_6' was not declared in this scope<br />
<br />
=============================================================================================<br />
<br />
Any suggest to solve it? Seams the same problem reported by xxDvDxx "compiling Error for Update RX_v4.1_b001 " in 06-12-2020 but this post is closed and xxDvDxx report that "i found the error and now its compiling with no errors" but there is not the solution...<br />
<br />
There's someone that can help me?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi, i tried to update the Pro2 compact to RX_v5.0_b007 but i found some repetitive errors:<br />
<br />
Arduino:1.8.19 (Windows 7), Scheda:"LOLIN(WEMOS) D1 R2 &amp; mini, 80 MHz, Flash, Disabled (new can abort), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"<br />
<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:51: error: 'WDname_0' was not declared in this scope<br />
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,<br />
<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:61: error: 'WDname_1' was not declared in this scope<br />
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,<br />
<br />
.....<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:144:46: error: 'title_0' was not declared in this scope ------&gt; 'title_8' was not declared in this scope<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:145:46: error: 'menu_0' was not declared in this scope ----&gt; 'menu_7' was not declared in this scope<br />
<br />
for every "General Global Variables" the last error was for the<br />
<br />
WeatherDuino_P2ESP8266_RX_v5.0_b006:159:46: error: 'DAname_0' was not declared in this scope ----&gt; 'DAname_6' was not declared in this scope<br />
<br />
=============================================================================================<br />
<br />
Any suggest to solve it? Seams the same problem reported by xxDvDxx "compiling Error for Update RX_v4.1_b001 " in 06-12-2020 but this post is closed and xxDvDxx report that "i found the error and now its compiling with no errors" but there is not the solution...<br />
<br />
There's someone that can help me?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WeatherDuino Pro2 Compact v5.0_b007]]></title>
			<link>https://www.meteocercal.info/forum/thread-2100.html</link>
			<pubDate>Mon, 01 Nov 2021 13:16:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2418">xxDvDxx</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2100.html</guid>
			<description><![CDATA[Hi,<br />
after the last update seem that the sw version and the latest sw available version are inverted with colors and positions too . <br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://www.meteocercal.info/forum/images/attachtypes/image.gif" title="JPEG Image" alt=".jpeg" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=2951" target="_blank">174E456D-6FE6-44F2-91F5-1A29AA851196.jpeg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">115,61 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">285</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi,<br />
after the last update seem that the sw version and the latest sw available version are inverted with colors and positions too . <br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://www.meteocercal.info/forum/images/attachtypes/image.gif" title="JPEG Image" alt=".jpeg" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=2951" target="_blank">174E456D-6FE6-44F2-91F5-1A29AA851196.jpeg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">115,61 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">285</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Latest version error]]></title>
			<link>https://www.meteocercal.info/forum/thread-2064.html</link>
			<pubDate>Fri, 13 Aug 2021 21:48:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2338">catliNZ</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2064.html</guid>
			<description><![CDATA[There appears to be a problem with the receiver accessing the latest version information over the net.<br />
I receive a "400 Bad Request" reply complete with HTML tags.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://www.meteocercal.info/forum/images/attachtypes/image.gif" title="JPG Image" alt=".jpg" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=2907" target="_blank">Latest error.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">87,98 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">200</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
Ian]]></description>
			<content:encoded><![CDATA[There appears to be a problem with the receiver accessing the latest version information over the net.<br />
I receive a "400 Bad Request" reply complete with HTML tags.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://www.meteocercal.info/forum/images/attachtypes/image.gif" title="JPG Image" alt=".jpg" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=2907" target="_blank">Latest error.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">87,98 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">200</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
Ian]]></content:encoded>
		</item>
	</channel>
</rss>