CAI_Support
Senior Member
It seems not too hard for us to modify the standard PLC firmware to be a Weather Underground personal weather station, to report temperature, humidity, UV rate, barometer, etc with connected optional sensors. If there are enough interest, we could make a special firmware letting users to do firmware update to turn a WC8 board into a PWS.
The sample reporting string like this:
http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=KCASANFR5&PASSWORD=XXXXXX&dateutc=2000-01-01+10%3A32%3A35&winddir=230&windspeedmph=12&windgustmph=12&tempf=70&rainin=0&baromin=29.1&dewptf=68.2&humidity=90&weather=&clouds=&softwaretype=vws%20versionxx&action=updateraw
In which ID can be the board name, password can be the board password, We need to define a sequence for which parameter to report, like T1 for tempf, H1 for humidity, VAR1 for solarradiation, VAR2 for baromin, etc, If you have any suggestion, we could put it into consideration.
The sample reporting string like this:
http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=KCASANFR5&PASSWORD=XXXXXX&dateutc=2000-01-01+10%3A32%3A35&winddir=230&windspeedmph=12&windgustmph=12&tempf=70&rainin=0&baromin=29.1&dewptf=68.2&humidity=90&weather=&clouds=&softwaretype=vws%20versionxx&action=updateraw
In which ID can be the board name, password can be the board password, We need to define a sequence for which parameter to report, like T1 for tempf, H1 for humidity, VAR1 for solarradiation, VAR2 for baromin, etc, If you have any suggestion, we could put it into consideration.