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

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

#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.