Posts: 329
Threads: 27
Joined: Dec 2016
Weather Station: Alma, MI USA
Country:
03-06-2017, 10:38
(This post was last modified: 03-06-2017, 10:44 by
danner.)
Thanks, but I discovered I have some troubleshooting to do. For whatever reason the rain gauge is not working on either the Tx1 or Tx2 boards. When manually tipping the rain bucket I can hear a light "tick" sound, which I assume is the little reed switch in there. I hope it is the rain bucket and not a messed up solder joint somewhere, or worse, shorted out under that RJ12 connector.
The Tx0 board I did not install the RJ12 connectors because I was going to use it for temperature only since it is not in a good place for measuring wind, but it is in a good spot for temp.
And on one of the Tx boards that isn't showing rain when I manually tip the bucket, the transmit LED doesn't blink. I removed it and installed a new LED and it's still not blinking. It is transmitting because I'm getting wind data from it and this TX1 - RF Eficiency: 102.25%, which I assume is good? Not quite sure how we get more than 100% though?
I just noticed something. One of the words of the internal website is misspelled. Eficiency: 102.25% should read Efficiency.
Is there a way to make the Case Temp read in Fahrenheit instead of Celsius?
STATION INFO
TX1 - RF Eficiency: 102.25% | Battery: 0.00V | Case Temp: 27.98°C | RS Fan: OFF
WEATHERDUINO PRO2 PLUS ™ - RX+ v2.1 b004
Posts: 329
Threads: 27
Joined: Dec 2016
Weather Station: Alma, MI USA
Country:
03-06-2017, 23:07
(This post was last modified: 03-06-2017, 23:09 by
danner.)
// --------------------------------------------------------------------------------------
// Define which data this unit will send. 0 = Not send this data, 1= Send this data
// --------------------------------------------------------------------------------------
#define ID0 0 // Temp/Hum Data
#define ID1 0 // Not Used
#define ID2 1 // Wind data
#define ID3 1 // Rain data
#define ID4 0 // SolRad / UV data
#define ID5 1 // Hardware Status - System Temp, Battery Voltage etc
#define ID7 0 // Send Soil & Leaf Temperature Data
#define ID9 0 // Send Soil & Leaf Moisture / Wetness Data
// --------------------------------------------------------------------------------------
// 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_OutUnit 0 // 0= Temp/Hum sensor connected to TX_Unit 0, 1= Temp/Hum sensor connected to TX_Unit 1, ...
// ---- Define the source of your Main Wind sensor
#define WIND_OutUnit 1 // 0= Wind instruments connected to TX_Unit 0, 1= for TX_Unit 1, ...
// ---- Define the source of your main Rain Gauge
#define RAIN_OutUnit 1 // 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 / UV sensores
#define SRUV_OutUnit 9 // 0= Solar Rad / UV sensors connected to TX_Unit 0, 1= connected to TX_Unit1, 9 for not used
// ---- Define type of Solar Radiation / UV Sensors
// ---- Support for Solar Radiation sensor type 2 and UV sensor type 4 (it is a PAR sensor not a UV Sensor) still are experimental
#define Solar_Sensor 0 // 0 not used, 1= Solar Cell "Pyranometer", 2= Apogee SP-110 Pyranometer, 3= Reserved, 4= Apogee SQ-110: Photosynthetically Active Radiation Sensor
#define UV_Sensor 0 // 0 not used, 1= UVM-30A, 2= VEML6075, 3= Reserved
#define UV_Transmission 65 // UV Transmission percentage of UV sensor cover material
I also tried renaming Tx1 to Tx0 and changed the software on the Tx and Rx for Tx0 to have the rain and wind, but that did not work either.
Posts: 329
Threads: 27
Joined: Dec 2016
Weather Station: Alma, MI USA
Country:
I have an idea. When I installed my Dad's new weather station I put the old sensors aside. The wind vane is no good, but the rain bucket might still work. It is also an FO wx station branded as La Crosse. I could drive up there and grab it for testing.
I'll do that now. Be back in an hour or so.
Posts: 329
Threads: 27
Joined: Dec 2016
Weather Station: Alma, MI USA
Country:
03-06-2017, 23:50
(This post was last modified: 04-06-2017, 00:01 by
danner.)
Hooked up the old rain gauge and it is not registering anything when the bucket is manually tipped. But to be honest I don't know if the old rain bucket is working or if it is even wired the same.
As a last resort I could try soldering the RJ12's on my Tx0 board for testing and hope I don't do whatever I did wrong with Tx1 and Tx2.
Posts: 798
Threads: 27
Joined: May 2015
Weather Station: WeatherDuino Pro2
Country:
First check the rain gauges, hook them up to multimeter and see if there is a reaction to the make and break of the reed switch.
If they are working then is RJ11 / 12 plug correctly wired to pins 3 & 4.
Just useful to know these first before trying to sort out the board.
Posts: 5.411
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
If you are ckecking with a multimeter, normally it will produce a short at each tip.