Solved!! Why doesn't WeatherLinkIPparser get ET from my Davis Weather Station?
I've noticed that the WeatherLinkIPparser is not getting a value for ET from my Davis weather station. Is this working for anyone else? Looks like there's a problem with the parser.
Update: I modified this line on the parser
day_et = struct.unpack('H', raw_data[57:59])[0] / 1000
To this:
day_et = struct.unpack('H', raw_data[57:59])[0] * .001
and now I see the Daily ET values from the weather station in the log
Why, I don't know but it works fine now.
Now I need to verify if the Mixer is using these values.
After a day of retrieving ET data from the weather station the ET graph shows only the Mixer and summer average values. It does not show any values from the weatherlinkIP parser. Other data from the weatherlinkip parser such as temp, humidity, pressure, etc. does show on the graphs.
It seems there is a problem with the mixer picking up the Daily ET values from the database.
Please sign in to leave a comment.
Comments
0 comments