Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full
#2

Hi,

To receive data from the Auriol HT13726 weather station on the Pro2 Compact receiver, these settings are mandatory:

Code:
// --------------------------------------------------------------------------------------
//   Define the source of your main outside sensors
// --------------------------------------------------------------------------------------
// ---- If you are using just one TX board, the source for all items should be equal to your single TX Unit ID (most likely zero).
// ---- Define the source of your main Temperature / Humidity sensor
#define TH_SOURCE       3   // 0= Temp/Hum sensor connected to TX_Unit 0, 1= for TX_Unit 1, ..., 3 for Auriol RF Temp / Hum
// ---- Define the source of your Main Wind sensor
#define WIND_SOURCE     3   // 0= Wind instruments connected to TX_Unit 0, 1= for TX_Unit 1, ..., 3 for Auriol RF Wind Speed & Dir
// ---- Define the source of your main Rain Gauge
#define RAIN_SOURCE     3   // 0= Rain Gauge connected to TX_Unit 0, 1= for TX_Unit 1, ..., 3 for Auriol RF Rain Gauge
// ---- Define the source of your main Solar Radiation sensor
#define SOLAR_SOURCE    9   // 0= Solar Radiation sensor connected to TX_Unit 0, 1= for TX_Unit1, ..., 9 for not used
// ---- Define the source of your main UV sensor
#define UV_SOURCE       9  // 0= UV sensor connected to TX_Unit 0, 1= for TX_Unit1, ..., 9 for not used

Regarding programming, make sure you are compiling for the right board: LOLIN (WeMos) D1 R2 & mini
There is no need to erase the whole flash memory every time you do any change on the settings and upload the code. Indeed it is not recommended. On "Erase Flash" choose "Only Sketch"
Since the flash was erased, before uploading the code you need to upload fonts and icons to SPIFFS, make sure there is space reserved for it: Flash size "4M(1M SPIFFS)"
For this task use the “ESP8266 Sketch Data Upload” menu option in the Arduino IDE. If you don't have this option in your Arduino IDE, please refer to WeatherDuino Wiki: LOLIN (WeMos) D1 R2 & mini. How to upload files to the SPIFFS memory?

Do all those steps by USB, later you can upgrade by OTA.

Rgs
Reply


Messages In This Thread
Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 18-08-2019, 19:48
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 18-08-2019, 20:59
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 22-08-2019, 18:45
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by engolling - 22-08-2019, 21:18
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 23-08-2019, 03:16
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 26-08-2019, 01:59
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 23-08-2019, 03:10
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 26-08-2019, 02:07
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 26-08-2019, 05:37
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by engolling - 26-08-2019, 12:10
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 27-08-2019, 20:39
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 28-08-2019, 01:22
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 28-08-2019, 03:31
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 29-08-2019, 03:06
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 30-08-2019, 23:43
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 31-08-2019, 01:32
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 31-08-2019, 17:51
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by engolling - 31-08-2019, 19:50
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 31-08-2019, 20:57
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 01-09-2019, 03:26
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by engolling - 01-09-2019, 22:15
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 01-09-2019, 22:26
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 04-09-2019, 22:27
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by engolling - 06-09-2019, 21:11
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 07-09-2019, 01:37
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by engolling - 07-09-2019, 22:42
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 08-09-2019, 06:31
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by Sun_Dancer - 15-09-2019, 22:56
RE: Problems with Pro2 Compact + Auriol HT13726 temperature and humidity sensor and full - by werk_ag - 16-09-2019, 01:25



Users browsing this thread: 1 Guest(s)