Meteobridge variables return incorrect values
Posted: Wed Jan 03, 2018 11:44 pm
Hi
Some of the Meteobridge variables seem to be returning incorrect values. I'm using a Meteobridge Pro to update a MySQL database on a remote server. Both thb0press and thb0seapress return 99.99 all the time, whilst TempInCur is showing about double what it should be and HumInCur about half of what it should be. The data is coming from a new Vantage Pro2 station and the Vantage Pro console shows the expected values - ie not what meteobridge is uploading. The Meteobridge historical data shows the expected pressures, but the internal temperature and humidity show the the same incorrect values as uploaded. The Meteobridge has been running for about 4 hours from new and software is Meteobridge 3.5 (Jan 2 2018, build 11747), FW 1.4.
The database has the problem fields defined as decimal for temperatures and pressures, and integer for humidity. As far as I can tell the other values are being uploaded correctly.
The MySQL I'm using is:
INSERT INTO xxxxxx.xxxx (ID, DateTime, TempOutCur, HumOutCur, PressCur, DewCur, HeatIdxCur, WindChillCur, TempInCur, HumInCur, WindSpeedCur, WindAvgSpeedCur, WindDirCur, WindDirCurEng, WindGust10, WindDirAvg10, WindDirAvg10Eng, RainRateCur, RainDay, RainYest, RainMonth, RainYear,uv0index, sol0rad) VALUES (NULL, '[YYYY]-[MM]-[DD] [hh]:[mm]:[ss]', '[th0temp-act]', '[th0hum-act]', '[thb0press-act]', '[th0dew-act]', '[th0heatindex-act]', '[wind0chill-act]', '[thb0temp-act]', '[thb0hum-act]', '[wind0wind-act=mph]', '[wind0avgwind-act=mph]', '[wind0dir-act]', '[wind0dir-act=endir]', '[wind0wind-max10=mph]', '[wind0dir-avg10]', '[wind0dir-avg10=endir]', '[rain0rate-act]', '[rain0total-daysum]', '[rain0total-ydaysum]', '[rain0total-monthsum]', '[rain0total-yearsum]','[uv0index]','[sol0rad]')
(I show xxxx.xxxx for privacy)
Thanks
David
Some of the Meteobridge variables seem to be returning incorrect values. I'm using a Meteobridge Pro to update a MySQL database on a remote server. Both thb0press and thb0seapress return 99.99 all the time, whilst TempInCur is showing about double what it should be and HumInCur about half of what it should be. The data is coming from a new Vantage Pro2 station and the Vantage Pro console shows the expected values - ie not what meteobridge is uploading. The Meteobridge historical data shows the expected pressures, but the internal temperature and humidity show the the same incorrect values as uploaded. The Meteobridge has been running for about 4 hours from new and software is Meteobridge 3.5 (Jan 2 2018, build 11747), FW 1.4.
The database has the problem fields defined as decimal for temperatures and pressures, and integer for humidity. As far as I can tell the other values are being uploaded correctly.
The MySQL I'm using is:
INSERT INTO xxxxxx.xxxx (ID, DateTime, TempOutCur, HumOutCur, PressCur, DewCur, HeatIdxCur, WindChillCur, TempInCur, HumInCur, WindSpeedCur, WindAvgSpeedCur, WindDirCur, WindDirCurEng, WindGust10, WindDirAvg10, WindDirAvg10Eng, RainRateCur, RainDay, RainYest, RainMonth, RainYear,uv0index, sol0rad) VALUES (NULL, '[YYYY]-[MM]-[DD] [hh]:[mm]:[ss]', '[th0temp-act]', '[th0hum-act]', '[thb0press-act]', '[th0dew-act]', '[th0heatindex-act]', '[wind0chill-act]', '[thb0temp-act]', '[thb0hum-act]', '[wind0wind-act=mph]', '[wind0avgwind-act=mph]', '[wind0dir-act]', '[wind0dir-act=endir]', '[wind0wind-max10=mph]', '[wind0dir-avg10]', '[wind0dir-avg10=endir]', '[rain0rate-act]', '[rain0total-daysum]', '[rain0total-ydaysum]', '[rain0total-monthsum]', '[rain0total-yearsum]','[uv0index]','[sol0rad]')
(I show xxxx.xxxx for privacy)
Thanks
David