Search found 23 matches

by Tman
Mon Apr 14, 2025 11:04 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Meteotemplate DB issue
Replies: 1
Views: 1845

Meteotemplate DB issue

All of the sudden data upload stopped to remote mysql DB. In MB end I see error

"1744663930&PASS=xxxx&SW=meteobridge&T=4.6&TMX=4.6&TMN=4.6&H=87&P=1008.6&W=0.0&G=0.0&B=32&R=0.0&RR=0.0&TIN=22.1&HIN=37: 2025-04-14 23:52:18 ERROR 500: Internal ...
by Tman
Thu Apr 11, 2024 9:47 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Uv and solar data via plugin, malformat error
Replies: 3
Views: 749

Re: Uv and solar data via plugin, malformat error

Thnx. Almost solved. The problem seems to be the following command
wget -q http://veikkola-saa.com/pws/solardata.txt -O /tmp/mnt/data/scripts/solardata.txt

I have removed "force https" from website but still wget gives the following error. Hmm?

Error:
https://veikkola-saa.com/pws/solardata.txt ...
by Tman
Thu Apr 11, 2024 10:41 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Uv and solar data via plugin, malformat error
Replies: 3
Views: 749

Uv and solar data via plugin, malformat error

I have installed custom plugin which gets uv and solar data. It used to work like a charm. I didn't change anything but now I'm getting info in pro2 logging
logger (11.04.2024 11:38:45): station 1 (User-defined), malformed data "uv0 "
logger (11.04.2024 11:38:47): station 1 (User-defined ...
by Tman
Tue Feb 01, 2022 5:51 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Many "no valid rf signal" in logging. **solved**
Replies: 6
Views: 1314

Re: Many "no valid rf signal" in logging

Problem solved. ISS battery was low (cold weather). Not constant error message in console, appeared every now and then.
by Tman
Sun Jan 30, 2022 8:20 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Many "no valid rf signal" in logging. **solved**
Replies: 6
Views: 1314

Re: Many "no valid rf signal" in logging

Exactly the same problem here. Meteobridge Pro is useless. No valid rf signal, having console retransmit which is 20 cm apart.
by Tman
Thu Sep 17, 2020 9:43 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 precipitation offset error
Replies: 6
Views: 1987

Re: Ver 4.4 precipitation offset error

Agree. But where could it be? Maybe I force imperial units to ISS transmitter at MB and then back to metric... Any other idea?
by Tman
Thu Sep 17, 2020 7:01 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 precipitation offset error
Replies: 6
Views: 1987

Re: Ver 4.4 precipitation offset error

As it seems that there has been 2 "drops", and two times one drop yesterday. In metric it equals 2*0.2mm + 0.2 mm + 0.2 mm = 0.8 mm. Now MB shows 0.5 mm + 0.3 mm + 0.3 mm = 1.1 mm. So it could be metric/imperial conflict. 2*0,254 mm + 0.254 mm + 0.254 mm which matches above numbers with roundings ...
by Tman
Thu Sep 17, 2020 6:49 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 precipitation offset error
Replies: 6
Views: 1987

Re: Ver 4.4 precipitation offset error

Never seen this with older version of MB. Checked rain resolution settings at Davis console, it is 0.2 mm, similar to MB. Time difference between MB and console is less than 1 minute.
by Tman
Thu Sep 17, 2020 6:43 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 new functionality plugin
Replies: 8
Views: 2759

Re: Ver 4.4 new functionality plugin

short and simple after some trial and error

#!/bin/sh
#
#read solar and uv data from url file at json format
#download file from url
i=0
while true;
do
wget -q http://veikkola-saa.com/pws2/solardata.txt -O /tmp/mnt/data/scripts/solardata.txt
solar=$(awk -F, '{print $2}' /tmp/mnt/data/scripts ...
by Tman
Wed Sep 16, 2020 8:15 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 precipitation offset error
Replies: 6
Views: 1987

Ver 4.4 precipitation offset error

Davis Pro console shows 0.8 mm total rain today but MB shows 1.1 mm. It seems each time MB records extra 0.1 mm when it rains. Something fishy here.
by Tman
Wed Sep 16, 2020 7:06 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 new functionality plugin
Replies: 8
Views: 2759

Re: Ver 4.4 new functionality plugin

Thanks for pointing to right direction. Got it up and running :D
by Tman
Mon Sep 14, 2020 9:43 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 new functionality plugin
Replies: 8
Views: 2759

Ver 4.4 new functionality plugin

I wonder what commands are supported by MB Pro firmware/bash.

I'm trying to download (with curl) json data and read it (with jq). Script works well with Linux. Any tutorial or alike available?
by Tman
Mon Sep 14, 2020 9:04 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Ver 4.4 rf signal not read correctly. **solved**
Replies: 3
Views: 1313

Re: Ver 4.4 rf signal not read correctly

Downloaded the latest firmware 4.4 / 14.9

Indicates "bandwidth normal" - has now been working like a charm for an hour w/o any signal drops.

Great, thnx.

BR - Timo