Author Topic: Meteorain Compact 200 - testing phase  (Read 4609 times)

0 Members and 1 Guest are viewing this topic.

Offline raffaello.dimartino

  • Raffaello - IZ0QWM
  • Member
  • *
  • Posts: 40
    • a Kind of Weather Observing Station
Re: Meteorain Compact 200 - testing phase
« Reply #25 on: November 27, 2020, 09:12:52 AM »
No the wire has to be like this.
You need two wires.

Inviato dal mio Mi Note 10 utilizzando Tapatalk


Offline Daniel785

  • Member
  • *
  • Posts: 31
Re: Meteorain Compact 200 - testing phase
« Reply #26 on: November 27, 2020, 09:41:27 AM »
Is that a black cable or cable tie?

Offline Daniel785

  • Member
  • *
  • Posts: 31
Re: Meteorain Compact 200 - testing phase
« Reply #27 on: November 27, 2020, 09:45:19 AM »
As I've only got a white cable.it seems to be working now I think?

Offline raffaello.dimartino

  • Raffaello - IZ0QWM
  • Member
  • *
  • Posts: 40
    • a Kind of Weather Observing Station
Re: Meteorain Compact 200 - testing phase
« Reply #28 on: November 27, 2020, 11:39:37 AM »
The cable you have, inside has two cables.
What you see white is only the outer sheath.


https://bambamsclub.wordpress.com/2013/08/08/setting-an-arduino-up-to-read-a-tipping-bucket-rain-gauge/amp/

Look the animated GIF.


Inviato dal mio Mi Note 10 utilizzando Tapatalk


Offline Daniel785

  • Member
  • *
  • Posts: 31
Re: Meteorain Compact 200 - testing phase
« Reply #29 on: November 27, 2020, 11:59:45 AM »
Ah ok thanks I see now. It's dark now so I will do it tomorrow. Do both the cables inside go into the same hole p1?

Offline raffaello.dimartino

  • Raffaello - IZ0QWM
  • Member
  • *
  • Posts: 40
    • a Kind of Weather Observing Station
Re: Meteorain Compact 200 - testing phase
« Reply #30 on: November 27, 2020, 12:19:49 PM »
One in P1 and one in P2.
remember to strip the wires. only the copper part must be screwed into P1 and P2

Look my image you see the metal part of the two wires.



Inviato dal mio Mi Note 10 utilizzando Tapatalk


Offline Daniel785

  • Member
  • *
  • Posts: 31
Re: Meteorain Compact 200 - testing phase
« Reply #31 on: November 27, 2020, 01:08:23 PM »
Any idea why mine recorded rain with them both in p1? What does p2 do?

Offline Daniel785

  • Member
  • *
  • Posts: 31
Re: Meteorain Compact 200 - testing phase
« Reply #32 on: November 30, 2020, 09:58:23 AM »
Hi I've got it all working now thanks for your help. Is it possible to send the rain data to wunderground?

Offline Julius

  • Member
  • *
  • Posts: 37
Re: Meteorain Compact 200 - testing phase
« Reply #33 on: November 30, 2020, 06:37:18 PM »
Hi I've got it all working now thanks for your help. Is it possible to send the rain data to wunderground?
Strangely, this seems limited to just 1 device, namely the MeteoHelix;
https://www.baranidesign.com/faq-articles/2020/2/3/forwarding-weather-station-data-to-weather-underground-wunderground

Another thing the barani devices really need: Binding of devices into one ID.
Ideally, we want to be able to use OpenWeather data, like, for example, one file upload containing;
Code: [Select]
BOF
$stationDate = "<!--stationDate-->";
$stationTime = "<!--stationTime-->";

$date = "<!--date-->";
$time = "<!--time-->";

$utcTime = "<!--utcTime-->";
$utcDate = "<!--utcDate-->";

$tempUnit = "<!--tempUnit-->";
$humUnit = "<!--humUnit-->";
$barUnit = "<!--barUnit-->";
$rainUnit = "<!--rainUnit-->";
$rateUnit = "<!--rateUnit-->";
$windUnit = "<!--windUnit-->";
$windDirection = "<!--windDirection-->";

$sunriseTime = "<!--sunriseTime-->";
$sunsetTime = "<!--sunsetTime-->";

$outsideTemp = "<!--outsideTemp-->";
$hiOutsideTemp = "<!--hiOutsideTemp-->";
$lowOutsideTemp = "<!--lowOutsideTemp-->";

$lowOutsideTempTime = "<!--lowOutsideTempTime-->";
$hiOutsideTempTime = "<!--hiOutsideTempTime-->";

$lowMonthlyOutsideTemp = "<!--lowMonthlyOutsideTemp-->";
$hiMonthlyOutsideTemp = "<!--hiMonthlyOutsideTemp-->";
$hiYearlyOutsideTemp = "<!--hiYearlyOutsideTemp-->";
$lowYearlyOutsideTemp = "<!--lowYearlyOutsideTemp-->";

$outsideHumidity = "<!--outsideHumidity-->";
$lowHumidity = "<!--lowHumidity-->";
$hiHumidity = "<!--hiHumidity-->";
$lowHumTime = "<!--lowHumTime-->";
$hiHumTime = "<!--hiHumTime-->";
$hiMonthlyHumidity = "<!--hiMonthlyHumidity-->";
$lowMonthlyHumidity = "<!--lowMonthlyHumidity-->";
$hiYearlyHumidity = "<!--hiYearlyHumidity-->";
$lowYearlyHumidity = "<!--lowYearlyHumidity-->";

$outsideDewPt = "<!--outsideDewPt-->";
$hiDewpoint = "<!--hiDewpoint-->";
$lowDewpoint = "<!--lowDewpoint-->";
$hiDewpointTime = "<!--hiDewpointTime-->";
$lowDewpointTime = "<!--lowDewpointTime-->";
$hiMonthlyDewpoint = "<!--hiMonthlyDewpoint-->";
$lowMonthlyDewpoint = "<!--lowMonthlyDewpoint-->";
$hiYearlyDewpoint = "<!--hiYearlyDewpoint-->";
$lowYearlyDewpoint = "<!--lowYearlyDewpoint-->";

$windSpeed = "<!--windSpeed-->";
$wind10Avg = "<!--wind10Avg-->";
$hiWindSpeed = "<!--hiWindSpeed-->";
$hiWindSpeedTime = "<!--hiWindSpeedTime-->";
$hiMonthlyWindSpeed = "<!--hiMonthlyWindSpeed-->";
$hiYearlyWindSpeed = "<!--hiYearlyWindSpeed-->";

$windDir = "<!--windDir-->";
$windDirection = "<!--windDirection-->";

$windChill = "<!--windChill-->";
$lowWindchill = "<!--lowWindchill-->";
$lowWindchillTime = "<!--lowWindchillTime-->";
$lowMonthlyWindchill = "<!--lowMonthlyWindchill-->";
$lowYearlyWindchill = "<!--lowYearlyWindchill-->";

$outsideHeatIndex = "<!--outsideHeatIndex-->";
$hiHeatindex = "<!--hiHeatindex-->";
$hiHeatindexTime = "<!--hiHeatindexTime-->";
$hiMonthlyHeatindex = "<!--hiMonthlyHeatindex-->";
$hiYearlyHeatindex = "<!--hiYearlyHeatindex-->";

$thw = "<!--thw-->";

$hiTHSWindex = "<!--hiTHSWindex-->";
$hiTHSWindexTime = "<!--hiTHSWindexTime-->";
$hiMonthlyTHSWindex = "<!--hiMonthlyTHSWindex-->";
$hiYearlyTHSWindex = "<!--hiYearlyTHSWindex-->";

$barometer = "<!--barometer-->";
$barTrend = "<!--barTrend-->";
$lowBarometer = "<!--lowBarometer-->";
$hiBarometer = "<!--hiBarometer-->";
$lowMonthlyBarometer = "<!--lowMonthlyBarometer-->";
$hiMonthlyBarometer = "<!--hiMonthlyBarometer-->";
$lowYearlyBarometer = "<!--lowYearlyBarometer-->";
$hiYearlyBarometer = "<!--hiYearlyBarometer-->";
$lowBarometerTime = "<!--lowBarometerTime-->";
$hiBarometerTime = "<!--hiBarometerTime-->";

$dailyRain = "<!--dailyRain-->";
$stormRain = "<!--stormRain-->";
$monthlyRain = "<!--monthlyRain-->";
$totalRain = "<!--totalRain-->";

$rainRate = "<!--rainRate-->";
$hiRainRate = "<!--hiRainRate-->";
$hiRainRateTime = "<!--hiRainRateTime-->";
$hiRainRateHour = "<!--hiRainRateHour-->";
$hiMonthlyRainRate = "<!--hiMonthlyRainRate-->";
$hiYearlyRainRate = "<!--hiYearlyRainRate-->";

$solarRad = "<!--solarRad-->";
$hiSolarRad = "<!--hiSolarRad-->";
$hiSolarRadTime = "<!--hiSolarRadTime-->";
$hiMonthlySolarRad = "<!--hiMonthlySolarRad-->";
$hiYearlySolarRad = "<!--hiYearlySolarRad-->";

$uv = "<!--uv-->";
$hiUV = "<!--hiUV-->";
$hiUVTime = "<!--hiUVTime-->";
$hiMonthlyUV = "<!--hiMonthlyUV-->";
$hiYearlyUV = "<!--hiYearlyUV-->";

$insideTemp = "<!--insideTemp-->";
$hiInsideTemp = "<!--hiInsideTemp-->";
$lowInsideTemp = "<!--lowInsideTemp-->";
$hiInsideTempTime = "<!--hiInsideTempTime-->";
$lowInsideTempTime = "<!--lowInsideTempTime-->";
$hiMonthlyInsideTemp = "<!--hiMonthlyInsideTemp-->";
$lowMonthlyInsideTemp = "<!--lowMonthlyInsideTemp-->";
$hiYearlyInsideTemp = "<!--hiYearlyInsideTemp-->";
$lowYearlyInsideTemp = "<!--lowYearlyInsideTemp-->";

$insideHumidity = "<!--insideHumidity-->";
$hiInsideHumidity = "<!--hiInsideHumidity-->";
$lowInsideHumidity = "<!--lowInsideHumidity-->";
$hiInsideHumidityTime = "<!--hiInsideHumidityTime-->";
$lowInsideHumidityTime = "<!--lowInsideHumidityTime-->";
$hiMonthlyInsideHumidity = "<!--hiMonthlyInsideHumidity-->";
$lowMonthlyInsideHumidity = "<!--lowMonthlyInsideHumidity-->";
$hiYearlyInsideHumidity = "<!--hiYearlyInsideHumidity-->";
$lowYearlyInsideHumidity = "<!--lowYearlyInsideHumidity-->";

$insideDewPt = "<!--insideDewPt-->";

$insideHeatIndex = "<!--insideHeatIndex-->";

$forecast = "<!--ForecastStr-->";
EOF
« Last Edit: January 04, 2021, 05:08:25 AM by Julius »