<?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 - User support forum for 4Pro Weather Station Receivers]]></title>
		<link>https://www.meteocercal.info/forum/</link>
		<description><![CDATA[WeatherDuino Forum - https://www.meteocercal.info/forum]]></description>
		<pubDate>Thu, 16 Apr 2026 07:45:28 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Compiling issue]]></title>
			<link>https://www.meteocercal.info/forum/thread-2368.html</link>
			<pubDate>Thu, 16 Oct 2025 14:52:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2719">Nmweather</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2368.html</guid>
			<description><![CDATA[Hello, I'm surely doing something very obviously wrong, but I cannot get the software to compile, I get an error that the libraries are missing. I've updated the location of the files in the IDE preferences (I'm using 1.8.19 on mac Sonoma) to the provided libraries:<br />
<br />
/Users/user/Documents/Arduino Projects/Weatherduino/Current software/WeatherDuino_4PRO_DB_v6.3_b004_20240826/libraries<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="PNG Image" alt=".png" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=3282" target="_blank">ide library location.png</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">160,51 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">33</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
I'm using esp32 board manager 2.0.14<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="PNG Image" alt=".png" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=3283" target="_blank">Board Manager.png</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">48,9 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">33</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
The error message: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Multiple libraries were found for "WiFi.h"<br />
 Used: /Users/user/Library/Arduino15/packages/esp32/hardware/esp32/2.0.14/libraries/WiFi<br />
 Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi<br />
WeatherDuino_4PESP32_RX_v6.3_b004:60:10: fatal error: ESP32Ping.h: No such file or directory<br />
 #include &lt;ESP32Ping.h&gt;            // https://github.com/Maidbot/ESP32Ping - This lib works, others cause problems!!!<br />
          ^~~~~~~~~~~~~<br />
compilation terminated.<br />
exit status 1<br />
ESP32Ping.h: No such file or directory</code></div></div><br />
<br />
<br />
Arduino: 1.8.19 (Mac OS X), Board: "MH ET LIVE ESP32MiniKit, 80MHz, Default with spiffs, 921600, None, Disabled"<br />
<br />
Cannot figure out what I'm doing wrong - I'm surely missing something very obvious! I haven't messed around with the weather station since last year and got a new wifi network so needed to update those credentials, and also upload the latest firmware.<br />
<br />
Apologies for the very basic question and thanks in advance for any help,<br />
<br />
Zac]]></description>
			<content:encoded><![CDATA[Hello, I'm surely doing something very obviously wrong, but I cannot get the software to compile, I get an error that the libraries are missing. I've updated the location of the files in the IDE preferences (I'm using 1.8.19 on mac Sonoma) to the provided libraries:<br />
<br />
/Users/user/Documents/Arduino Projects/Weatherduino/Current software/WeatherDuino_4PRO_DB_v6.3_b004_20240826/libraries<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="PNG Image" alt=".png" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=3282" target="_blank">ide library location.png</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">160,51 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">33</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
I'm using esp32 board manager 2.0.14<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="PNG Image" alt=".png" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=3283" target="_blank">Board Manager.png</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">48,9 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">33</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
The error message: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Multiple libraries were found for "WiFi.h"<br />
 Used: /Users/user/Library/Arduino15/packages/esp32/hardware/esp32/2.0.14/libraries/WiFi<br />
 Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi<br />
WeatherDuino_4PESP32_RX_v6.3_b004:60:10: fatal error: ESP32Ping.h: No such file or directory<br />
 #include &lt;ESP32Ping.h&gt;            // https://github.com/Maidbot/ESP32Ping - This lib works, others cause problems!!!<br />
          ^~~~~~~~~~~~~<br />
compilation terminated.<br />
exit status 1<br />
ESP32Ping.h: No such file or directory</code></div></div><br />
<br />
<br />
Arduino: 1.8.19 (Mac OS X), Board: "MH ET LIVE ESP32MiniKit, 80MHz, Default with spiffs, 921600, None, Disabled"<br />
<br />
Cannot figure out what I'm doing wrong - I'm surely missing something very obvious! I haven't messed around with the weather station since last year and got a new wifi network so needed to update those credentials, and also upload the latest firmware.<br />
<br />
Apologies for the very basic question and thanks in advance for any help,<br />
<br />
Zac]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Display with inverted colors]]></title>
			<link>https://www.meteocercal.info/forum/thread-2362.html</link>
			<pubDate>Tue, 05 Aug 2025 18:53:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=1">werk_ag</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2362.html</guid>
			<description><![CDATA[Units supplied after August 2025 may have a new display type. If after programing your display starts with the colors inverted,<br />
please change on the Config_Options.h (line 529) the defined display type.<br />
By default it remains being Display_Type 1]]></description>
			<content:encoded><![CDATA[Units supplied after August 2025 may have a new display type. If after programing your display starts with the colors inverted,<br />
please change on the Config_Options.h (line 529) the defined display type.<br />
By default it remains being Display_Type 1]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[new Weatherduino 4Pro Rx crashing]]></title>
			<link>https://www.meteocercal.info/forum/thread-2356.html</link>
			<pubDate>Fri, 07 Feb 2025 07:10:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2510">paulhs</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2356.html</guid>
			<description><![CDATA[<img src="https://www.meteocercal.info/forum/images/smilies/huh.gif" alt="Huh" title="Huh" class="smilie smilie_17" /> I know this may be a bit long but it explains all that I have done :  sorry for the length.  <br />
 <br />
4PRO Dual Band RX  v3.2 RevA<br />
 <br />
Note I received the receiver above prior to Xmas but had issues initially with too many copies of files eg Wifi.h. etc.  and it was not compiling without many errors (on MacOS High Sierra it would not compile at all)<br />
 <br />
My PC was used. I was able to upload the program into the ESP32 but it would not start up without pushing the reset button many times and even when it did start it crashed into a blank white screen that was unresponsive. I thought it was most likely to be programming issues in the PC since many copies of WiFi.h etc were on this .<br />
 <br />
I have had more time to try again late January into now .<br />
I used a freshly loaded macOS Catalina  on  the MacBook Pro  and the MacOS system seemed to work Ok.<br />
Since it looked to me from my research and previous experience that the Weatherduino program needed Python3 I loaded this into the operating system.<br />
Using the Terminal program  I erased the ESP32 completely,  just to start fresh..<br />
I noted in config_options.h that the fonts… needed to be loaded into the SPIFF  via the tools menu :<br />
“ ESP32 Sketch data upload”    menu option.  This worked after a bit of fiddling. Note even this upload only occurred if the reset button was pushed momentarily when the program indicated it was ready to upload to the ESP32.<br />
 <br />
I then put in all the data for location,  wifi details,  Receiver type :  both LoRa and 433Mhz into the files.  Note I had to fit a spare 433 Mhz receiver on the board .   I do not have a LoRa transmitter board to use the LoRa receiver.<br />
 <br />
After all this the program verified and compiled OK and was uploaded (again pressing the reset switch )<br />
 <br />
The log was like this :<br />
 <br />
 <br />
Sketch uses 1062641 bytes (81%) of program storage space. Maximum is 1310720 bytes.<br />
Global variables use 57612 bytes (17%) of dynamic memory, leaving 270068 bytes for local variables. Maximum is 327680 bytes.<br />
esptool.py v4.5.1<br />
Serial port /dev/cu.wchusbserial56B80097791<br />
Connecting....<br />
Chip is ESP32-D0WD-V3 (revision v3.1)<br />
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None<br />
Crystal is 40MHz<br />
MAC: 08:d1:f9:26:62:1c<br />
Uploading stub...<br />
Running stub...<br />
Stub running...<br />
Changing baud rate to 921600<br />
Changed.<br />
Configuring flash size...<br />
Flash will be erased from 0x00001000 to 0x00005fff...<br />
Flash will be erased from 0x00008000 to 0x00008fff...<br />
Flash will be erased from 0x0000e000 to 0x0000ffff...<br />
Flash will be erased from 0x00010000 to 0x00114fff...<br />
Compressed 17568 bytes to 12204...<br />
Writing at 0x00001000... (100 %)<br />
Wrote 17568 bytes (12204 compressed) at 0x00001000 in 0.2 seconds (effective 570.0 kbit/s)...<br />
Hash of data verified.<br />
Compressed 3072 bytes to 146...<br />
Writing at 0x00008000... (100 %)<br />
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 1228.2 kbit/s)...<br />
Hash of data verified.<br />
Compressed 8192 bytes to 47...<br />
Writing at 0x0000e000... (100 %)<br />
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 1852.1 kbit/s)...<br />
Hash of data verified.<br />
Compressed 1068944 bytes to 681956...<br />
Writing at 0x00010000... (2 %)<br />
Writing at 0x00017f3c... (4 %)<br />
Writing at 0x00023e3d... (7 %)<br />
….<br />
….<br />
….<br />
….<br />
….<br />
Writing at 0x0011140a... (100 %)<br />
Wrote 1068944 bytes (681956 compressed) at 0x00010000 in 8.8 seconds (effective 973.5 kbit/s)...<br />
Hash of data verified.<br />
 <br />
Leaving...<br />
Hard resetting via RTS pin...<br />
 <br />
 <br />
 <br />
The weatherduino RX would start but needed the reset switch pushed usually multiple times to work.  It went through the windows  , linked to the Wifi and then recognized the Tx data with W T R  and then displayed the temperatures , the wind, rain and UV and solar data. It would go into the submenu windows too.  Wifi worked Ok.  The Air quality module was recognised too.<br />
 <br />
However it crashed often after just a few minutes at the most into a blank screen (not able to be woken) or crashed  in the normal screen but no updating happened. Note all the fonts seemed Ok.  Sometimes before crashing the time shows the same time in the seconds and then jumps eg from 15:30 15 seconds to 15:03 21 seconds after a few seconds. This is often just before it crashes,<br />
 <br />
I tried simplifying the config too (a new file):  just choosing the Rx modes :  both 433Mhx and LoRa (I don’t have a transmitter for the LoRa though) so the transmitter could be detected.<br />
 <br />
Nil Wifi chosen ,  nil settings for solar, UV ..or  WU.  Nil AQM picked either.<br />
? This seemed to be better but it still crashed and repeatedly still.<br />
 <br />
I checked the voltage :  and put a 5V nonUSB input via the connector :  voltage 5V was OK drawing about 250mA (this did vary) when working.<br />
The RTC is working and the temp /baro onboard the RX is working too.<br />
My old transmitter has been working well for ?5years and nil issues til my old receiver failed.<br />
 <br />
So in summary I have sorted out any compiling and upload programming issues onto the board ,  and even tried a basic config options.h file minimising choices in the program:  The receiver initially works but varies a bit in how long it takes to crash :  anything from seconds to &lt;5minutes usually, up to a few hours at the most (rarely).  Sometimes it restarts with a single reset but it can also refuse to start until switched off for a long period (even hours)<br />
 <br />
I am at a bit of a loss as to what else I can try :  suggestions would be welcomed.<br />
 <br />
The latest RX software  in the WeatherDuino_4PRO_DB_v6.3_b004_20240826  folder is being used.  Arduino 1.8.19 and ESP32 2.0.14 are being used as well as all the program files included in the download.   The Arduino system is loaded onto a freshly created MacOS 10.15 Catalina disc. I did this to minimise any extra file copies.    The Catalina MacOS seems to be the oldest MacOS that can be used for the weatherduino programs from what I have read on programming forums mainly due to the need for  Python 3,  which has to be loaded also in this MacOS.   The PC I used too has too many copies of Wifi.h etc to be trustworthy so is not being used.  I will probably be able to use the latest MacOS soon too in a couple of weeks.   <br />
 <br />
Paul<br />
<br />
I can load the config files onto the forum but since I used a new one with minimal settings there seems no point.  videos of it starting and crashing are too large a file.]]></description>
			<content:encoded><![CDATA[<img src="https://www.meteocercal.info/forum/images/smilies/huh.gif" alt="Huh" title="Huh" class="smilie smilie_17" /> I know this may be a bit long but it explains all that I have done :  sorry for the length.  <br />
 <br />
4PRO Dual Band RX  v3.2 RevA<br />
 <br />
Note I received the receiver above prior to Xmas but had issues initially with too many copies of files eg Wifi.h. etc.  and it was not compiling without many errors (on MacOS High Sierra it would not compile at all)<br />
 <br />
My PC was used. I was able to upload the program into the ESP32 but it would not start up without pushing the reset button many times and even when it did start it crashed into a blank white screen that was unresponsive. I thought it was most likely to be programming issues in the PC since many copies of WiFi.h etc were on this .<br />
 <br />
I have had more time to try again late January into now .<br />
I used a freshly loaded macOS Catalina  on  the MacBook Pro  and the MacOS system seemed to work Ok.<br />
Since it looked to me from my research and previous experience that the Weatherduino program needed Python3 I loaded this into the operating system.<br />
Using the Terminal program  I erased the ESP32 completely,  just to start fresh..<br />
I noted in config_options.h that the fonts… needed to be loaded into the SPIFF  via the tools menu :<br />
“ ESP32 Sketch data upload”    menu option.  This worked after a bit of fiddling. Note even this upload only occurred if the reset button was pushed momentarily when the program indicated it was ready to upload to the ESP32.<br />
 <br />
I then put in all the data for location,  wifi details,  Receiver type :  both LoRa and 433Mhz into the files.  Note I had to fit a spare 433 Mhz receiver on the board .   I do not have a LoRa transmitter board to use the LoRa receiver.<br />
 <br />
After all this the program verified and compiled OK and was uploaded (again pressing the reset switch )<br />
 <br />
The log was like this :<br />
 <br />
 <br />
Sketch uses 1062641 bytes (81%) of program storage space. Maximum is 1310720 bytes.<br />
Global variables use 57612 bytes (17%) of dynamic memory, leaving 270068 bytes for local variables. Maximum is 327680 bytes.<br />
esptool.py v4.5.1<br />
Serial port /dev/cu.wchusbserial56B80097791<br />
Connecting....<br />
Chip is ESP32-D0WD-V3 (revision v3.1)<br />
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None<br />
Crystal is 40MHz<br />
MAC: 08:d1:f9:26:62:1c<br />
Uploading stub...<br />
Running stub...<br />
Stub running...<br />
Changing baud rate to 921600<br />
Changed.<br />
Configuring flash size...<br />
Flash will be erased from 0x00001000 to 0x00005fff...<br />
Flash will be erased from 0x00008000 to 0x00008fff...<br />
Flash will be erased from 0x0000e000 to 0x0000ffff...<br />
Flash will be erased from 0x00010000 to 0x00114fff...<br />
Compressed 17568 bytes to 12204...<br />
Writing at 0x00001000... (100 %)<br />
Wrote 17568 bytes (12204 compressed) at 0x00001000 in 0.2 seconds (effective 570.0 kbit/s)...<br />
Hash of data verified.<br />
Compressed 3072 bytes to 146...<br />
Writing at 0x00008000... (100 %)<br />
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 1228.2 kbit/s)...<br />
Hash of data verified.<br />
Compressed 8192 bytes to 47...<br />
Writing at 0x0000e000... (100 %)<br />
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 1852.1 kbit/s)...<br />
Hash of data verified.<br />
Compressed 1068944 bytes to 681956...<br />
Writing at 0x00010000... (2 %)<br />
Writing at 0x00017f3c... (4 %)<br />
Writing at 0x00023e3d... (7 %)<br />
….<br />
….<br />
….<br />
….<br />
….<br />
Writing at 0x0011140a... (100 %)<br />
Wrote 1068944 bytes (681956 compressed) at 0x00010000 in 8.8 seconds (effective 973.5 kbit/s)...<br />
Hash of data verified.<br />
 <br />
Leaving...<br />
Hard resetting via RTS pin...<br />
 <br />
 <br />
 <br />
The weatherduino RX would start but needed the reset switch pushed usually multiple times to work.  It went through the windows  , linked to the Wifi and then recognized the Tx data with W T R  and then displayed the temperatures , the wind, rain and UV and solar data. It would go into the submenu windows too.  Wifi worked Ok.  The Air quality module was recognised too.<br />
 <br />
However it crashed often after just a few minutes at the most into a blank screen (not able to be woken) or crashed  in the normal screen but no updating happened. Note all the fonts seemed Ok.  Sometimes before crashing the time shows the same time in the seconds and then jumps eg from 15:30 15 seconds to 15:03 21 seconds after a few seconds. This is often just before it crashes,<br />
 <br />
I tried simplifying the config too (a new file):  just choosing the Rx modes :  both 433Mhx and LoRa (I don’t have a transmitter for the LoRa though) so the transmitter could be detected.<br />
 <br />
Nil Wifi chosen ,  nil settings for solar, UV ..or  WU.  Nil AQM picked either.<br />
? This seemed to be better but it still crashed and repeatedly still.<br />
 <br />
I checked the voltage :  and put a 5V nonUSB input via the connector :  voltage 5V was OK drawing about 250mA (this did vary) when working.<br />
The RTC is working and the temp /baro onboard the RX is working too.<br />
My old transmitter has been working well for ?5years and nil issues til my old receiver failed.<br />
 <br />
So in summary I have sorted out any compiling and upload programming issues onto the board ,  and even tried a basic config options.h file minimising choices in the program:  The receiver initially works but varies a bit in how long it takes to crash :  anything from seconds to &lt;5minutes usually, up to a few hours at the most (rarely).  Sometimes it restarts with a single reset but it can also refuse to start until switched off for a long period (even hours)<br />
 <br />
I am at a bit of a loss as to what else I can try :  suggestions would be welcomed.<br />
 <br />
The latest RX software  in the WeatherDuino_4PRO_DB_v6.3_b004_20240826  folder is being used.  Arduino 1.8.19 and ESP32 2.0.14 are being used as well as all the program files included in the download.   The Arduino system is loaded onto a freshly created MacOS 10.15 Catalina disc. I did this to minimise any extra file copies.    The Catalina MacOS seems to be the oldest MacOS that can be used for the weatherduino programs from what I have read on programming forums mainly due to the need for  Python 3,  which has to be loaded also in this MacOS.   The PC I used too has too many copies of Wifi.h etc to be trustworthy so is not being used.  I will probably be able to use the latest MacOS soon too in a couple of weeks.   <br />
 <br />
Paul<br />
<br />
I can load the config files onto the forum but since I used a new one with minimal settings there seems no point.  videos of it starting and crashing are too large a file.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Latest ESP32 board manager problems]]></title>
			<link>https://www.meteocercal.info/forum/thread-2349.html</link>
			<pubDate>Fri, 09 Aug 2024 03:12:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=576">chrisww</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2349.html</guid>
			<description><![CDATA[Hi,<br />
<br />
I have a lot of other ESP32 projects that use the latest Board Manager (3.0.3) and if I try to compile the 4pro RX software, I get the following error:<br />
<br />
Arduino: 1.8.19 (Windows 10), Board: "MH ET LIVE ESP32MiniKit, 80MHz, Default with spiffs, 921600, None, Disabled"<br />
<br />
F:\Backup\InstalledProgs\Arduino\4ProData\WeatherDuino_4PRO_DB_v6.3_b001_20230501\WeatherDuino_4PRO_DB\firmware\WeatherDuino_4PESP32_RX_v6.3_b002\WeatherDuino_4PESP32_RX_v6.3_b002.ino: In function 'void setup()':<br />
<br />
WeatherDuino_4PESP32_RX_v6.3_b002:531:25: error: too many arguments to function 'hw_timer_t* timerBegin(uint32_t)'<br />
<br />
  531 |   timer_wdt = timerBegin(2, 80, true);                     // timer 2, div 80<br />
<br />
      |               ~~~~~~~~~~^~~~~~~~~~~~~<br />
<br />
Do you intend to upgrade the 4pro software anytime soon? It's a real pain having to revert to ESP32 2.0.5 and then back to the latest ESP32.<br />
<br />
Chris.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have a lot of other ESP32 projects that use the latest Board Manager (3.0.3) and if I try to compile the 4pro RX software, I get the following error:<br />
<br />
Arduino: 1.8.19 (Windows 10), Board: "MH ET LIVE ESP32MiniKit, 80MHz, Default with spiffs, 921600, None, Disabled"<br />
<br />
F:\Backup\InstalledProgs\Arduino\4ProData\WeatherDuino_4PRO_DB_v6.3_b001_20230501\WeatherDuino_4PRO_DB\firmware\WeatherDuino_4PESP32_RX_v6.3_b002\WeatherDuino_4PESP32_RX_v6.3_b002.ino: In function 'void setup()':<br />
<br />
WeatherDuino_4PESP32_RX_v6.3_b002:531:25: error: too many arguments to function 'hw_timer_t* timerBegin(uint32_t)'<br />
<br />
  531 |   timer_wdt = timerBegin(2, 80, true);                     // timer 2, div 80<br />
<br />
      |               ~~~~~~~~~~^~~~~~~~~~~~~<br />
<br />
Do you intend to upgrade the 4pro software anytime soon? It's a real pain having to revert to ESP32 2.0.5 and then back to the latest ESP32.<br />
<br />
Chris.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Display issues]]></title>
			<link>https://www.meteocercal.info/forum/thread-2270.html</link>
			<pubDate>Sun, 10 Dec 2023 10:37:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2786">SR123</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2270.html</guid>
			<description><![CDATA[Hi,<br />
 <br />
Just changed my broadband so needed to update the receiver firmware for new password etc. and noticed the display isn't showing the information correctly,<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=3174" target="_blank">display.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">403,69 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">167</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
I usually have it on 'Big Clock' so have never noticed it before?<br />
<br />
Any ideas what I've done wrong <img src="https://www.meteocercal.info/forum/images/smilies/huh.gif" alt="Huh" title="Huh" class="smilie smilie_17" />]]></description>
			<content:encoded><![CDATA[Hi,<br />
 <br />
Just changed my broadband so needed to update the receiver firmware for new password etc. and noticed the display isn't showing the information correctly,<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=3174" target="_blank">display.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">403,69 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">167</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
I usually have it on 'Big Clock' so have never noticed it before?<br />
<br />
Any ideas what I've done wrong <img src="https://www.meteocercal.info/forum/images/smilies/huh.gif" alt="Huh" title="Huh" class="smilie smilie_17" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Entry in the CumulusMX log]]></title>
			<link>https://www.meteocercal.info/forum/thread-2259.html</link>
			<pubDate>Wed, 26 Jul 2023 12:29:03 +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-2259.html</guid>
			<description><![CDATA[Hello!<br />
<br />
My Cumulus log entry contains the following lines:<br />
<br />
<br />
<br />
2023-07-26 12:12:16.661 SendLoopCommand: Starting - LOOP 50<br />
2023-07-26 12:12:16.662 SendLoopCommand: Sending command - LOOP 50, attempt 1<br />
2023-07-26 12:12:16.662 SendLoopCommand: Wait for ACK<br />
2023-07-26 12:12:16.662 WaitForACK: Starting<br />
2023-07-26 12:12:16.677 WaitForACK: Discarding CR or LF - 0A<br />
2023-07-26 12:12:16.677 WaitForACK: Discarding CR or LF - 0D<br />
2023-07-26 12:12:16.695 WaitForACK: ACK received<br />
2023-07-26 12:12:16.746 LOOP: Data - 1: 4C-4F-4F-FF-00-00-00-96-74-06-03-22-A0-02-01-01-87-00-7A-7A-A5-9D-A9-7A-9D-7A-7A-7A-7A-7A-7A-7A-7A-16-FF-FF-2B-32-21-FF-32-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-0A-02-00-00-00-00-00-00-0A-0D-C8-46<br />
2023-07-26 12:12:16.746 LOOP: 1 - Data packet is good<br />
<br />
<br />
I would be interested to know from whom (CumulusMX, 4Pro via RF or WifiSensors or other?) the data is requested.<br />
<br />
<br />
greetings]]></description>
			<content:encoded><![CDATA[Hello!<br />
<br />
My Cumulus log entry contains the following lines:<br />
<br />
<br />
<br />
2023-07-26 12:12:16.661 SendLoopCommand: Starting - LOOP 50<br />
2023-07-26 12:12:16.662 SendLoopCommand: Sending command - LOOP 50, attempt 1<br />
2023-07-26 12:12:16.662 SendLoopCommand: Wait for ACK<br />
2023-07-26 12:12:16.662 WaitForACK: Starting<br />
2023-07-26 12:12:16.677 WaitForACK: Discarding CR or LF - 0A<br />
2023-07-26 12:12:16.677 WaitForACK: Discarding CR or LF - 0D<br />
2023-07-26 12:12:16.695 WaitForACK: ACK received<br />
2023-07-26 12:12:16.746 LOOP: Data - 1: 4C-4F-4F-FF-00-00-00-96-74-06-03-22-A0-02-01-01-87-00-7A-7A-A5-9D-A9-7A-9D-7A-7A-7A-7A-7A-7A-7A-7A-16-FF-FF-2B-32-21-FF-32-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-0A-02-00-00-00-00-00-00-0A-0D-C8-46<br />
2023-07-26 12:12:16.746 LOOP: 1 - Data packet is good<br />
<br />
<br />
I would be interested to know from whom (CumulusMX, 4Pro via RF or WifiSensors or other?) the data is requested.<br />
<br />
<br />
greetings]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[4Pro receiver RTC issues]]></title>
			<link>https://www.meteocercal.info/forum/thread-2254.html</link>
			<pubDate>Fri, 21 Jul 2023 09:48:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2786">SR123</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2254.html</guid>
			<description><![CDATA[Yesterday my wifi was down for a few hours and I noticed the 4Pro receiver acting strangely!!<br />
<br />
09:00  Wifi was turned off - receiver showing 'Big Clock' correct time.<br />
09:30  Receiver turned itself off/on, reconnected to tx, time changed to 14:30?<br />
12:00  I noticed the the time was now showing 20:00?<br />
12:30  Wifi turned back on - receiver showing correct time.<br />
<br />
I don't know if anything happened between 9:30 - 12:00 as I wasn't looking <img src="https://www.meteocercal.info/forum/images/smilies/rolleyes.gif" alt="Rolleyes" title="Rolleyes" class="smilie smilie_6" /><br />
<br />
Any ideas, could it be a bad rtc module?]]></description>
			<content:encoded><![CDATA[Yesterday my wifi was down for a few hours and I noticed the 4Pro receiver acting strangely!!<br />
<br />
09:00  Wifi was turned off - receiver showing 'Big Clock' correct time.<br />
09:30  Receiver turned itself off/on, reconnected to tx, time changed to 14:30?<br />
12:00  I noticed the the time was now showing 20:00?<br />
12:30  Wifi turned back on - receiver showing correct time.<br />
<br />
I don't know if anything happened between 9:30 - 12:00 as I wasn't looking <img src="https://www.meteocercal.info/forum/images/smilies/rolleyes.gif" alt="Rolleyes" title="Rolleyes" class="smilie smilie_6" /><br />
<br />
Any ideas, could it be a bad rtc module?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[4Pro DB V6.3 b001]]></title>
			<link>https://www.meteocercal.info/forum/thread-2229.html</link>
			<pubDate>Tue, 02 May 2023 16:08:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=48">laulau</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2229.html</guid>
			<description><![CDATA[Hi Caneira,<br />
I have upgraded my 4ProDB but it didn't compiled with  libraries from package. (error on line 401 struct tm timeinfo; )<br />
After updating time and DS3232 libraries it compiled well.<br />
I don't know which one caused the problem.<br />
<br />
I have a question about json:<br />
i would like to have all extra sensors.<br />
If I add ad-hoc lines of code at the end of send_JSON routine , do I have to extend the buffer as well?<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>void send_JSON()<br />
&nbsp;&nbsp;{&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;DynamicJsonDocument WeatherData(528);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;char t_buffer[420];</code></div></div>Thanks]]></description>
			<content:encoded><![CDATA[Hi Caneira,<br />
I have upgraded my 4ProDB but it didn't compiled with  libraries from package. (error on line 401 struct tm timeinfo; )<br />
After updating time and DS3232 libraries it compiled well.<br />
I don't know which one caused the problem.<br />
<br />
I have a question about json:<br />
i would like to have all extra sensors.<br />
If I add ad-hoc lines of code at the end of send_JSON routine , do I have to extend the buffer as well?<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>void send_JSON()<br />
&nbsp;&nbsp;{&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;DynamicJsonDocument WeatherData(528);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;char t_buffer[420];</code></div></div>Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Data Logger Issues]]></title>
			<link>https://www.meteocercal.info/forum/thread-2204.html</link>
			<pubDate>Thu, 03 Nov 2022 12:06:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2786">SR123</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2204.html</guid>
			<description><![CDATA[Hi,<br />
I seem to have a problem with the data logger on my 4Pro rx. This morning my raspberry pi that runs Cumulus MX stopped working and froze I reset it and it all started to work again. When I checked the graphs there was no data for the last 5 hours. I ran the flash_write_test programme and this is the result,<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=3113" target="_blank">Flash write test.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">474,42 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">80</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
Any Ideas?]]></description>
			<content:encoded><![CDATA[Hi,<br />
I seem to have a problem with the data logger on my 4Pro rx. This morning my raspberry pi that runs Cumulus MX stopped working and froze I reset it and it all started to work again. When I checked the graphs there was no data for the last 5 hours. I ran the flash_write_test programme and this is the result,<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=3113" target="_blank">Flash write test.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">474,42 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">80</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
Any Ideas?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Air Quality info not displaying ver6.2_b008]]></title>
			<link>https://www.meteocercal.info/forum/thread-2200.html</link>
			<pubDate>Thu, 20 Oct 2022 09:19:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=576">chrisww</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2200.html</guid>
			<description><![CDATA[The Air quality info is not displaying on the web server page in ver6.2_b008.<br />
Works if I revert to b006.]]></description>
			<content:encoded><![CDATA[The Air quality info is not displaying on the web server page in ver6.2_b008.<br />
Works if I revert to b006.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Weather Underground not working]]></title>
			<link>https://www.meteocercal.info/forum/thread-2199.html</link>
			<pubDate>Thu, 20 Oct 2022 09:07:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=576">chrisww</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2199.html</guid>
			<description><![CDATA[Updates to Weather Underground stopped working in Ver6.2_b006, still don't work in 6.2_b008.<br />
Reverted to Ver6.2_b005.]]></description>
			<content:encoded><![CDATA[Updates to Weather Underground stopped working in Ver6.2_b006, still don't work in 6.2_b008.<br />
Reverted to Ver6.2_b005.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[4Pro RX not receiving data from TX unit]]></title>
			<link>https://www.meteocercal.info/forum/thread-2180.html</link>
			<pubDate>Thu, 30 Jun 2022 04:54:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=1759">philipgm</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2180.html</guid>
			<description><![CDATA[An update:-<br />
sometimes, after many minutes the Pro4 will start receiving data, but it can be many seconds between data packets and only at about 3 or 4% RF Efficiency.<br />
I presume the RX unit is deaf! I have a spare but not sure how easy it is to replace.<br />
Unfortunately the unit won't receive data at all now.<br />
Cheers<br />
Philip.<br />
<br />
Another update:-<br />
I think the RX unit is ok. I temporary connected a spare rx board and still no good. I checked the 'Data' connection and there is data there, so not sure whats happening.<br />
I am using Arduino version 1.8.19, and ESP32 v 1.0.6, with the supplied library. (nothing else is in the Library)<br />
<br />
I am using latest Firmware RX_v6.2_b005 with settings  Arduino IDE  1.8.19 - ESP32 v2.0.2, but it wont compile like that but it will with ESP32 v1.0.6.<br />
<br />
==================<br />
I am just setting up the new Pro4 RX unit using the OOK 433Mhz TX board.<br />
the Pro2 RX board works fine with RF Efficiency of 99.90%.<br />
When the Pro4 RX starts it goes to the page to wait for the T W R to receive data. Nothing happens and after a few minuted the page changes to a pink page which says<br />
"Not Receiving Data"<br />
Below are the Debug Messages. A couple of times I had the unit working  with RF Efficiency of about 2.00%.<br />
Any ideas please.<br />
Ta<br />
Philip<br />
======================<br />
Setting hardware watchdog timer...<br />
<br />
Brownout detector was triggered<br />
<br />
⸮##⸮!⸮⸮C⸮ͅ⸮ŭ⸮⸮⸮k#״`⸮&lt;⸮kū⸮⸮N7ɝ⸮⸮+̅a)⸮*⸮!⸮⸮⸮i⸮Setting hardware watchdog timer...<br />
Checking for latest software version...<br />
Installed version: v6.2_b005<br />
   Latest version: v6.2_b005<br />
Congratulations. Your system is running latest software.<br />
<br />
MDNS responder setup correctly.<br />
WEB Server started on port 80<br />
VP Server started on port 22220<br />
172<br />
0<br />
0<br />
30<br />
30<br />
6<br />
2022<br />
106<br />
0<br />
0<br />
106<br />
0<br />
1<br />
RFM95 goes to Sleep Mode.<br />
433MHz radio init DONE!<br />
<br />
And then nothing more!]]></description>
			<content:encoded><![CDATA[An update:-<br />
sometimes, after many minutes the Pro4 will start receiving data, but it can be many seconds between data packets and only at about 3 or 4% RF Efficiency.<br />
I presume the RX unit is deaf! I have a spare but not sure how easy it is to replace.<br />
Unfortunately the unit won't receive data at all now.<br />
Cheers<br />
Philip.<br />
<br />
Another update:-<br />
I think the RX unit is ok. I temporary connected a spare rx board and still no good. I checked the 'Data' connection and there is data there, so not sure whats happening.<br />
I am using Arduino version 1.8.19, and ESP32 v 1.0.6, with the supplied library. (nothing else is in the Library)<br />
<br />
I am using latest Firmware RX_v6.2_b005 with settings  Arduino IDE  1.8.19 - ESP32 v2.0.2, but it wont compile like that but it will with ESP32 v1.0.6.<br />
<br />
==================<br />
I am just setting up the new Pro4 RX unit using the OOK 433Mhz TX board.<br />
the Pro2 RX board works fine with RF Efficiency of 99.90%.<br />
When the Pro4 RX starts it goes to the page to wait for the T W R to receive data. Nothing happens and after a few minuted the page changes to a pink page which says<br />
"Not Receiving Data"<br />
Below are the Debug Messages. A couple of times I had the unit working  with RF Efficiency of about 2.00%.<br />
Any ideas please.<br />
Ta<br />
Philip<br />
======================<br />
Setting hardware watchdog timer...<br />
<br />
Brownout detector was triggered<br />
<br />
⸮##⸮!⸮⸮C⸮ͅ⸮ŭ⸮⸮⸮k#״`⸮&lt;⸮kū⸮⸮N7ɝ⸮⸮+̅a)⸮*⸮!⸮⸮⸮i⸮Setting hardware watchdog timer...<br />
Checking for latest software version...<br />
Installed version: v6.2_b005<br />
   Latest version: v6.2_b005<br />
Congratulations. Your system is running latest software.<br />
<br />
MDNS responder setup correctly.<br />
WEB Server started on port 80<br />
VP Server started on port 22220<br />
172<br />
0<br />
0<br />
30<br />
30<br />
6<br />
2022<br />
106<br />
0<br />
0<br />
106<br />
0<br />
1<br />
RFM95 goes to Sleep Mode.<br />
433MHz radio init DONE!<br />
<br />
And then nothing more!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Setup 4Pro Rx, Compile and Touchscr issues]]></title>
			<link>https://www.meteocercal.info/forum/thread-2124.html</link>
			<pubDate>Wed, 29 Dec 2021 18:58:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=2758">Wim-T</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2124.html</guid>
			<description><![CDATA[Hi All,<br />
<br />
A week ago i received my new 4Pro receiver with transmitter.<br />
<br />
The transmitter is working almost complete just can't check the VEML6075 because of lack of sun. <img src="https://www.meteocercal.info/forum/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
The receiver is another story i solved and struggling with some issues.<br />
<br />
1) Compiling the software with my configuration/setting did not work.<br />
<br />
    <span style="text-decoration: underline;" class="mycode_u">Start compiling gives:</span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">    Arduino:1.8.16 (Windows 10), Board:"MH ET LIVE ESP32MiniKit, 80MHz, Default with spiffs, 921600, None"</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">     a long list started wich i have deleted, following with.<br />
     C:\Users\tijha\Documenten\Arduino\libraries\ArduinoJson/src/ArduinoJson/Array/ArrayRef.hpp:7:48: fatal error: ArduinoJson/Array/ArrayFunctions.hpp: No such file  or directory<br />
     compilation terminated. <br />
     a long list started wich i have deleted, following with.<br />
     Bibliotheek DataFlash_AC in map: C:\Users\tijha\Documenten\Arduino\libraries\DataFlash_AC (legacy) wordt gebruikt<br />
     Bibliotheek ArduinoJson in map: C:\Users\tijha\Documenten\Arduino\libraries\ArduinoJson (legacy) wordt gebruikt<br />
     exit status 1</span></span><br />
     <span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">Fault compiling for board MH ET LIVE ESP32MiniKit<br />
<br />
      Solved the issue "ArrayFunctions.hpp" with latest ArduinoJson driver by Benoit Blanchon Version 6.18.5, compiling and uploading (for me) works now 100%.</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">2)   I tryed the Dutch and  English setup for menu settings, both same weird reactions.<br />
      2a. for example going from menu to weather to tab w.gust or w.speed or w.dir etc. gives different actions sometimes going back to menu.<br />
      2b. for example start in menu touch inside-temp (right-side display) or outside-temp (right-side display) gives different actions or back to menu.<br />
      2c. sometimes (maybe touching to fast) gives no longer direct action from touch screen, software seems to hang for some time.<br />
<br />
3)  Dutch translations in grafics "Binnen Temperatuur (inside-temp)" is wrong. (see pict. Inside Temp wrong)<br />
     Gives horizontal time, vertical humidity !<br />
     Think the name for grafics should be "Binnen Vocht" (inside humidity).<br />
 <br />
4)  How can i change System Temp -50 dgr ? (see pict. System Temp -50)</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">      Is this temp coming from inside 4Pro receiver?<br />
<br />
5)  How can i change display W.dir it is always --- ? (see pict. W.Dir only ---)<br />
     Going to the webpage 192.168.1.xxx/weather, the wind direction is correct. (see pict. webpage W.Dir correct)<br />
<br />
Any technical help is welcome.</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">Kind regards,<br />
Wim</span></span><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">    </span></span><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=2984" target="_blank">Inside Temp. wrong_2592.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">95,71 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">283</span></span>
</div>
<!-- end: postbit_attachments_attachment --><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=2990" target="_blank">System Temp -50dgr_2596.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">65,14 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">238</span></span>
</div>
<!-- end: postbit_attachments_attachment --><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=2986" target="_blank">W.Dir only ---_2594.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">102,1 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">285</span></span>
</div>
<!-- end: postbit_attachments_attachment --><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=2987" target="_blank">webpage W.Dir correct.JPG</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">69,38 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">283</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
A week ago i received my new 4Pro receiver with transmitter.<br />
<br />
The transmitter is working almost complete just can't check the VEML6075 because of lack of sun. <img src="https://www.meteocercal.info/forum/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
The receiver is another story i solved and struggling with some issues.<br />
<br />
1) Compiling the software with my configuration/setting did not work.<br />
<br />
    <span style="text-decoration: underline;" class="mycode_u">Start compiling gives:</span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">    Arduino:1.8.16 (Windows 10), Board:"MH ET LIVE ESP32MiniKit, 80MHz, Default with spiffs, 921600, None"</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">     a long list started wich i have deleted, following with.<br />
     C:\Users\tijha\Documenten\Arduino\libraries\ArduinoJson/src/ArduinoJson/Array/ArrayRef.hpp:7:48: fatal error: ArduinoJson/Array/ArrayFunctions.hpp: No such file  or directory<br />
     compilation terminated. <br />
     a long list started wich i have deleted, following with.<br />
     Bibliotheek DataFlash_AC in map: C:\Users\tijha\Documenten\Arduino\libraries\DataFlash_AC (legacy) wordt gebruikt<br />
     Bibliotheek ArduinoJson in map: C:\Users\tijha\Documenten\Arduino\libraries\ArduinoJson (legacy) wordt gebruikt<br />
     exit status 1</span></span><br />
     <span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">Fault compiling for board MH ET LIVE ESP32MiniKit<br />
<br />
      Solved the issue "ArrayFunctions.hpp" with latest ArduinoJson driver by Benoit Blanchon Version 6.18.5, compiling and uploading (for me) works now 100%.</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">2)   I tryed the Dutch and  English setup for menu settings, both same weird reactions.<br />
      2a. for example going from menu to weather to tab w.gust or w.speed or w.dir etc. gives different actions sometimes going back to menu.<br />
      2b. for example start in menu touch inside-temp (right-side display) or outside-temp (right-side display) gives different actions or back to menu.<br />
      2c. sometimes (maybe touching to fast) gives no longer direct action from touch screen, software seems to hang for some time.<br />
<br />
3)  Dutch translations in grafics "Binnen Temperatuur (inside-temp)" is wrong. (see pict. Inside Temp wrong)<br />
     Gives horizontal time, vertical humidity !<br />
     Think the name for grafics should be "Binnen Vocht" (inside humidity).<br />
 <br />
4)  How can i change System Temp -50 dgr ? (see pict. System Temp -50)</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">      Is this temp coming from inside 4Pro receiver?<br />
<br />
5)  How can i change display W.dir it is always --- ? (see pict. W.Dir only ---)<br />
     Going to the webpage 192.168.1.xxx/weather, the wind direction is correct. (see pict. webpage W.Dir correct)<br />
<br />
Any technical help is welcome.</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">Kind regards,<br />
Wim</span></span><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Calibri,sans-serif;" class="mycode_font">    </span></span><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=2984" target="_blank">Inside Temp. wrong_2592.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">95,71 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">283</span></span>
</div>
<!-- end: postbit_attachments_attachment --><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=2990" target="_blank">System Temp -50dgr_2596.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">65,14 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">238</span></span>
</div>
<!-- end: postbit_attachments_attachment --><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=2986" target="_blank">W.Dir only ---_2594.jpg</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">102,1 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">285</span></span>
</div>
<!-- end: postbit_attachments_attachment --><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=2987" target="_blank">webpage W.Dir correct.JPG</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">69,38 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">283</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[SOLVED]4Pro Rx No display or web update after random time]]></title>
			<link>https://www.meteocercal.info/forum/thread-2097.html</link>
			<pubDate>Tue, 19 Oct 2021 09:57:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=576">chrisww</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2097.html</guid>
			<description><![CDATA[I have two 4Pro receivers operating now with a LoRa Tx unit and after a random period, usually between 24 and 48 hours, the screen goes off and the webserver stops working.<br />
It does not respond to the touch screen and both rx's have the same problem.<br />
The esp32 seems to be still working as I can connect to it via the usb port and get board info via the IDE.<br />
I have the screen saver set to always on.<br />
The problem seems to have started when I changed the Tx and the receivers to LoRa.<br />
Any ideas?]]></description>
			<content:encoded><![CDATA[I have two 4Pro receivers operating now with a LoRa Tx unit and after a random period, usually between 24 and 48 hours, the screen goes off and the webserver stops working.<br />
It does not respond to the touch screen and both rx's have the same problem.<br />
The esp32 seems to be still working as I can connect to it via the usb port and get board info via the IDE.<br />
I have the screen saver set to always on.<br />
The problem seems to have started when I changed the Tx and the receivers to LoRa.<br />
Any ideas?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[SOLVED]4Pro DB - No answer from the web server]]></title>
			<link>https://www.meteocercal.info/forum/thread-2075.html</link>
			<pubDate>Mon, 06 Sep 2021 13:09:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.meteocercal.info/forum/member.php?action=profile&uid=576">chrisww</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.meteocercal.info/forum/thread-2075.html</guid>
			<description><![CDATA[When I point my browser to the 4pro IP all I get is  404: Not found<br />
I can ping it ok.<br />
<br />
Here is part of my config file.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// --------------------------------------------------------------------------------------<br />
//   Enable / Disable WiFi connection<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WIFI     1                          // 1= Enable WiFi connection, 0= Disable<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Broadcasting data to Wireless Display Units using WiFi<br />
// --------------------------------------------------------------------------------------<br />
#define BROADCAST_DATA      1         // 0= Disables Data Relay, 1= Enables Data Relay<br />
#define UDP_BROADCAST_PORT  9889      // Define the UPD broadcast port<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable send data to Weather Wunderground<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WU_UPLOAD   0                         // 1= Enable upload to Wunderground, 0= Disable<br />
#define WU_UPLOAD_INTEMP   0                         // 1= Enable upload of Inside Temperature / Humidity, 0= Disable<br />
byte    WU_upload_period = 6;                        // Period in minutes between uploads to WU. (Should be &gt;= 4 minutes)  <br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable send data to WeatherCloud<br />
//   ATTENTION - You can only change the default 10 minutes interval, if you have an WeatherCloud Pro or Premium account<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WC_UPLOAD   0                         // 1= Enable upload to WeatherCloud, 0= Disable<br />
#define WC_UPLOAD_INTEMP   0                         // 1= Enable upload of Inside Temperature / Humidity, 0= Disable<br />
byte    WC_upload_period = 10;                       // Period in minutes between uploads to WC (Default for free and PLUS accounts is 10 minutes)<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable Air Quality send data to ThingSpeak<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_TS_UPLOAD   0                         // 1= Enable, 0= Disable<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
// Enable / Disable Air Quality send data to your own server ----<br />
// Be sure you have already created the database and table. See AirQuality_LogToSQL.php script for info<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_AQM_TO_MYSERVER    0                 // 1= Enable, 0= Disable<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable internal Web Server<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WEBSERVER      1                       // 1= Enable 0= Disable<br />
#define WEBSERVER_PORT       80                       // WebServer port (default 80)</code></div></div>]]></description>
			<content:encoded><![CDATA[When I point my browser to the 4pro IP all I get is  404: Not found<br />
I can ping it ok.<br />
<br />
Here is part of my config file.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// --------------------------------------------------------------------------------------<br />
//   Enable / Disable WiFi connection<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WIFI     1                          // 1= Enable WiFi connection, 0= Disable<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Broadcasting data to Wireless Display Units using WiFi<br />
// --------------------------------------------------------------------------------------<br />
#define BROADCAST_DATA      1         // 0= Disables Data Relay, 1= Enables Data Relay<br />
#define UDP_BROADCAST_PORT  9889      // Define the UPD broadcast port<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable send data to Weather Wunderground<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WU_UPLOAD   0                         // 1= Enable upload to Wunderground, 0= Disable<br />
#define WU_UPLOAD_INTEMP   0                         // 1= Enable upload of Inside Temperature / Humidity, 0= Disable<br />
byte    WU_upload_period = 6;                        // Period in minutes between uploads to WU. (Should be &gt;= 4 minutes)  <br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable send data to WeatherCloud<br />
//   ATTENTION - You can only change the default 10 minutes interval, if you have an WeatherCloud Pro or Premium account<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WC_UPLOAD   0                         // 1= Enable upload to WeatherCloud, 0= Disable<br />
#define WC_UPLOAD_INTEMP   0                         // 1= Enable upload of Inside Temperature / Humidity, 0= Disable<br />
byte    WC_upload_period = 10;                       // Period in minutes between uploads to WC (Default for free and PLUS accounts is 10 minutes)<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable Air Quality send data to ThingSpeak<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_TS_UPLOAD   0                         // 1= Enable, 0= Disable<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
// Enable / Disable Air Quality send data to your own server ----<br />
// Be sure you have already created the database and table. See AirQuality_LogToSQL.php script for info<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_AQM_TO_MYSERVER    0                 // 1= Enable, 0= Disable<br />
<br />
<br />
// --------------------------------------------------------------------------------------<br />
//   Enable / Disable internal Web Server<br />
// --------------------------------------------------------------------------------------<br />
#define ENABLE_WEBSERVER      1                       // 1= Enable 0= Disable<br />
#define WEBSERVER_PORT       80                       // WebServer port (default 80)</code></div></div>]]></content:encoded>
		</item>
	</channel>
</rss>