Dt Ezb Underground Weather Api Muncher

Luis Vazquez

USA

Hello all,

I have uploaded a new and final Beta before I put out the first release.

I'm am working on the documentation at this time but its very self explanatory.

The minimum information you need to provide its ..

1 . Host information for your ARC TCP Port and Host IP 2. Your ZipCode 3. A underground weather key , there is a get key button in the program .

Look around .. I will post a video later today showing how to set it up and some of the features. I think most of you will have no issue running it .

DragonTear-RoboticSupportWUGAPI.zip

If you need any help or would like to see a change before the final release please drop me a note on this thread.

By — Last update

ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

#1  

Hi Luis,

I'm a .NET developer. Would you consider sharing the source code?

#2  

Sure will

I have a new version i am publishing with in the next few day. I will keep you informed. I as setting up a website for my projects now. so i can have full control of file repository

#3  

@JustinRatliff did you run and get the exe to work for you?

#4  

Not to worry it did in fact work and pretty well. Very well done. It pulled the variables and sent them to ARC where I could use a script to read back the data.

It took me a while to figure out what to do because your older thread that showed the walk through of an older version did not match up to this version. Some new directions would be handy because I'm not sure I'm utilizing all the features correctly.

I don't get an data for wind speed and there is some wind here today.

Awesome, awesome, awesome! Love it!

You develop this in .NET? You created a much fancier GUI then I have every made...with the icons for save popping up...that is pretty slick!

Both Windows and Norton cried about trusting the app (as I would expect from a custom app)....I only mention that in case other folks worry about running the .exe. I trust it to run. And for that matter Windows cries every time there is an ARC update.

Is the ARC Script code I'm using. My Windows 8.1 text to speech doesn't like to pronounce some words without some extra spaces, that is why you see extra quotes and spaces. For example my city and state is Monroe, OH, but when spoken it sounds like "MoonryEheO" all mashed together. And windows wanted to spell out miles rather then pronounce it as a word without the space in front of it.


Say("The current tempature for" + $DT_CityName + " " + $DT_StateName)
Say("is"  + $DT_TempF + "degrees")
Say("Wind direction is from the" + $DT_WindDirection)
Say("at " + $DT_WindSpeedMPH + " miles per hour")
Say("humidity is" + $DT_Humidity)
Say("visibility is " + $DT_VisibilityMI + " miles ")
Say($DT_ObservationTime)

#5  

Never mind about the wind speed. It shows up now, at that moment it must have honestly registered 0.0 MPH wind.

The "Next Update" time, I noticed it updates once, but not again. It started at 3:52pm, and it showed it would run again at 4:52 (which it did), but then the time never updated, but it did run correctly at 5:52pm. - I had it set to run every 60 minutes.

User-inserted image

#6  

I'd like to add an auto start option. What do you think? If I close the app, it defaults to a paused mode.

I noticed on the website it shows my area has rain. I wonder if we can pull that condition as well?

#7  

Yes i am trying to get the forecast tab working before I release another version.

#9  

@LuisVazquez I have Skype but I don't use it. I don't have a paid account with it. I did a search for as HippiGeek and sent you a contact request in Skype.

#10  

I have upload the project and the source code.

It is not in repository at this time. but you can download it.

go to http://www.dragontear.com

you can find it there. the web is not completed yet but i put enough up so you can find the project.

#11  

PS: , you only need paid skype account to call phone land lines and cell phones. Skype to skype is always free.

#12  

Ok, cool Luis. Is your ID in Skype HippiGeek? I have it setup on my desktop now.

#14  

For others, I'm using two scripts, one is to start the Weather application


#Change the application path to reflect your own
Exec("C:\Users\weyou_000\Documents\EZ-Builder\DragonTear-RoboticSupportWUGAPI.exe")

And this to read the variables. I have it print the current forecast because I personally like to see that.


Say("The current tempature for" + $DT_CityName + " " + $DT_StateName)
Say("is"  + $DT_TempF + "degrees")
Say("The forecast for today is " + $DT_ForecastToday)
Print($DT_ForecastToday)
Say("Wind direction is from the" + $DT_WindDirection)
Say("at " + $DT_WindSpeedMPH + " miles per hour")
Say("humidity is" + $DT_Humidity)
Say("visibility is " + $DT_VisibilityMI + " miles ")
Say("The forecast for tonight is " + $DT_ForecastTonight)
Say("The forecast for tomorrow is " + $DT_ForecastTomarrow)
Say($DT_ObservationTime)

#15  

Next Update time seems to be updating now too. :)

#16  

Yes i fixed that.

If you got the the dragontear site and click contact , there is a button for skype on top Just lick it and it will bring you to my skype account.

#17  

looking how you are using the script to start the weather app, I think we need a check box to say auto start on application start. so when you load the weather app it can just start working with out user interaction.

#20  

Just started to look at having my robot aware of the weather. This API looks interesting.

Does your Dt Ezb Underground Weather Api Muncher handle Weather Alerts?

#21  

@RobertL184 - yes indeed. HippieGeek made a very nice weather app to work with ARC. Once you configure the app it will pull weather data and adjustable intervals. In ARC you can then use that data as you see fit. You can have it give you just the temp or a whole weather report and forecast.

I think it's awesome!

#22  

@RobertL184 Hello and thank you @justinRatliff for responding to @RobertL184

I had though about weather alerts and could have it in the app. but I decided that Emergency weather info is best left to an alert radio like a Midland Weather Radio or something like that. As a father of 5 children I did not think it was safe to rely on any internet tech for Emergency type weather reports.

You can download the source code and modify it if you like. I just don't believe there is a reliable way to deliver this type of information over the internet.

I would be happy to help you if you determine you would like to add this as a feature to your custom program but I do not believe it is a good Ideal to put it out as part of the Weather Underground API Muncher.

#23  

I downloaded your app and installed it. It works great with ARC. For Weather Alerts I wasn't thinking of it being a replacement for a Weather Radio. I was more thinking of my robot saying "There is a weather alert for your area!" Doesn't hurt to have an additional way to be notified of bad weather. I have a weather alert app for my phone as well, but I don't always have the phone on me. It does need to be be charged occasionally.

#24  

nice use the forecast as weather undergound places alerts in it as well