Ambient Weather Device

Thanks! That helps. Definitely proves I will not be able to test it directly. Really bothers me when manufacturers go the route of API only and leave people no local methods for the data they generate.

That said... My Ambient has still been far better than the older weather station I have.

The Ambient Weather sensor arrays are made by FineOffset. FO has a off shoot for consumer sales called EcoWitt. Their GW1000 receives the RF from the sensor arrays. I've tested it with my WS-1401 that uses the Observer IP module and it's a direct replacement.

Point being that with the GW1000 you can configure it to send to a local server HTTP end point. I worked with FO to make the endpoint customizable and port so it can work with multiple systems. You will need a webserver to accept a POST and then parse the incoming data. This makes the entire setup local.

On top of it the EcoWitt stuff is cheaper.

1 Like

Precisely why I bought a Weatherflow. Full access to my data locally.

1 Like

Heh. Well, I will have to keep those options in mind if I ever replace mine. I got it for a reasonable price, coded a driver for it, and have had good luck so far.

I have an Ambient weather device. Does this Ambient Weather device driver and app still work okay? Does it inject forecast data as well? Thanks.

I installed the app and the driver. When I go to the app page I see this:

So I'm guessing that no matter what I set the interval for (e.g. 2 minutes), it will run every 5 minutes. It's hard to tell if I am running the latest version as I don't see any versioning numbers. I followed the link at the top of the page.

Looks like @anon81541053 deleted all his HE apps/drivers

@anon81541053's Ecowitt driver link still works from his thread.

Yup I use it :slight_smile:

1 Like

I do

Fixed

Hi,

I'm new to Hubitat and I'm looking forward to all the possibilities this community enables. I'd like to use your code, but I'm not sure how to implement it. If it's not too much of a noob question, could you explain how to add your code to my HE?

Thanks!

Not thomas... but it is not too bad of a process:

  1. Go to the link for the driver. If it is on github (as the one at the start of this topic is) make sure you select the Raw version of it.
  2. Copy the URL of the raw .groovy file from your browser address.
  3. Go to your Hubitat's webpage.
  4. Go to the link for "Drivers Code" in the list on the left, under the Advanced section.
  5. On the Drivers Code page select the New Driver button (top right).
  6. Select the Import button in the top row.
  7. Paste the URL you copied in step 2 into the Import dialog box and select Import.
  8. Make sure the code you wanted is now showing in the code window and select the Save button.
  9. Go back to the Devices page (hamburger at top left, select Devices from the list of links).
  10. Select the Add Virtual Device button.
  11. Enter a name for the device, then select the driver from the dropdown menu for Type. User-added drivers are towards the bottom, so scroll to the end and select it.
  12. Select the Save Device button.
  13. This can vary by driver... but basically at this point you change any driver Preferences you want and add any required information for the driver and select Save Preferences.

That should be it.

Is this the best choice as far as a weather driver for HE, or is there a built-in one? I was under the impression that HE had one already, but I couldn't find it.

@fcc131aca1b77f8da3e2 The virtual device name is OpenWeatherMap.

Thanks!

1 Like

Their web site in confusing as far as the Application key generation since to goes to the same link as the API key.

I can not get any keys to work. This is ridiculous ! I am sure the problems is the Application key!

Beats me! I can not get authorized after I make a set of keys.

Are you making your own driver? You do not need an Application Key if you are using one of the already made drivers.