Package manager is only finding Ambient Weather Station by you. So is that the correct one or should it be finding Ambient Weather Station App.
Does this require that webcore be installed?
Your link takes me to the documentation page.
Package manager is only finding Ambient Weather Station by you. So is that the correct one or should it be finding Ambient Weather Station App.
Does this require that webcore be installed?
Your link takes me to the documentation page.
My AWS app only requires one to use Hubitat Package Manager to install the app and drivers. You must create/have your unique Ambient Weather Station Key here
I went to the Ambient site and created an API key and an application key. I enter the api key and I get unauthorized. Thus why I'm reaching out.
Ambient Weather Station 6.2.1 API Settings Check
Ambient API Setup INCOMPLETE or MISSING! Please check and/or complete the REQUIRED Ambient Weather API key setup for Ambient Weather Station 6.2.1. API Error message: groovyx.net.http.httpresponseexception: status code: 401, reason phrase: unauthorized
Ok, I can provide some limited assistance. I am out of town for next 5 weeks starting Tuesday. I will send you a PM so you can send me your API key, and I will debug.
I have installed the AWS Hubitat app and have it working. Does the app support the Ambient "Weather WH31PF Wireless Waterproof Floating Pool and Spa Thermometer?"Thanks
I would say that if you have installed AWS and it does not create a separate device for this new WH31PF, then the answer is No. If you would like, you can PM me and I can work on integration using your Ambient API string.
This “unauthorized API” issue was an Ambient Weather System Server issue that @dsmith_jr contacted Ambient Weather Support Center to resolve.
I'm running into a weird issue where the weather app seems to be updating, but it isn't pushing the data to the devices. I can see that it requested data and was updated in the logs, but the devices are not picking it up and stopped updating on 12/16.
Settings showing the devices and the update time:
Dashboard tile showing last update:
Any guidance as to what to troubleshoot would be appreciated. All of my outdoor lights run off of the illuminance attribute which is how I noticed this yesterday once the sun came up.
The app hasn't changed in quite sometime, I suspect the Ambient weather servers are not sending data?....
I will PM you for troubleshooting...
Rebooting hub seems to have corrected this.
Just so everyone is aware for future troubleshooting. My integration was still receiving updates from the AWS server, but the data wasn't transferring to the devices themselves. After a reboot everything was immediately corrected.
Thank you Kurt for your quick support on this!
Does anyone know how to add new devices that i've recently added to my weather station? I added two temperature sensors and I cannot for the life of me get them to show up in the app now.
Hello @00kirby: By chance, did you go back into the Ambient Weather App (AWS) app and review the preference pages and press Done!. I believe the createChildDevices() section of the app that creates new devices gets activated in the update() section of the application's code. If this isn't happening, you can always remove the AWS application, which will delete all AWS devices and re-install. Let me know if this does/does not work and I will PM you to assist.
Here is my debug logs showing that update() section is activated when I press Done in the AWS application.
AmbientStationData Time difference is 140 secs between last execution
AmbientStationData runID: 6032 at 04:02:42 AM
Executing full ambientWeatherStation routine runID: 6032
Main(#6032) Section: Executing Ambient Weather Station API's for: 'My-Console'
'Refresh ALL'
Clearing current states of device 'Kitchen' at '833:MyAmbientRemoteSensor0'
Clearing current states of device 'My-Console' at '833:MyAmbientWeatherStation'
Logging Level is: Debug for 1 Minute
Verified Remote Sensor #0 of 0 Exists: Kitchen = DNI: 833:MyAmbientRemoteSensor0
Verified Weather Station 'TimberRidge-Console' = DNI: '833:MyAmbientWeatherStation'
initialize()
updated() '<====='
Thanks for the troubleshooting steps.
I reinstalled the app from scratch, and it recognized that I had 4 temperature sensors now, so i went through and completed the setup, but once i went back into the app again i noticed that sensor 3 and 4 were no longer listed.
Digging deeper i realized (and what i think my original issue might've been) was that i was selective about what data keys I was importing to ease off the processing. As soon as i added temp3f and 4f I was able to see the new sensors. So long story short, if you don't have the data keys selected for those sensors it acts like they are not there.
@001jeff I am glad you are back up and running....That's a good tip on the checking the data keys exclusion option.