WeatherTracker and WMR200A

Posted on
Thu Nov 04, 2010 10:38 am
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

WeatherTracker and WMR200A

Hi, I need to add more items, e.g. Wind_Speed_Avg, to the script below and can't seem to find a list anywhere:


tell application "WeatherTracker"
    set Wind_Speed_Avg to Wind Speed of Station "Morningview"
    set Wind_Speed_Gust to Wind Gust of Station "Morningview"
    set Wind_Dir to Wind Direction of Station "Morningview"
    set Out_Temp to Outdoor Temperature of Station "Morningview"
    set Baro to Current Pressure of Station "Morningview"
    set Out_Humidity to Outdoor Humidity of Station "Morningview"
    set Out_Dew to Outdoor Dewpoint of Station "Morningview"
end tell
tell application "IndigoServer"
    set value of variable "Wind_Speed_Avg" to Wind_Speed_Avg
    set value of variable "Wind_Speed_Gust" to Wind_Speed_Gust
    set value of variable "Wind_Dir" to Wind_Dir
    set value of variable "Out_Temp" to Out_Temp
    set value of variable "Baro" to Baro
    set value of variable "Out_Humidity" to Out_Humidity
    set value of variable "Out_Dew" to Out_Dew
end tell

Anyone know where I could find them?

Thanks,

Carl

Posted on
Thu Aug 25, 2016 8:10 am
apshep offline
Posts: 2
Joined: Aug 22, 2016

Re: WeatherTracker and WMR200A

I have an Oregon Scientific WMR200A weather station connected to my Mac with WeatherStation. What I need are detailed instructions on how to feed WeatherStation's data into Indigo 6. Actually, the only WeatherStation reading I need to put into Indigo is the temperature outside.

Thanks for your help.

Posted on
Thu Aug 25, 2016 8:24 am
apshep offline
Posts: 2
Joined: Aug 22, 2016

Re: WeatherTracker and WMR200A

There was an error in my previous post. I have WeatherTracker, NOT the weather station I mentioned. My post should read as shown below.

I have an Oregon Scientific WMR200A weather station connected to my Mac with WeatherTracker. What I need are detailed instructions on how to feed WeatherTracker data into Indigo 6. Actually, the only WeatherTracker reading I need to put into Indigo is the temperature outside.

Thanks for your help.

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 6 guests