-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to access API? #3
Comments
FYI, I was told by a uHoo rep back in August (possibly unofficially though so don't bet the farm on it) that they intend to release a set of APIs for home users to create custom integrations at the end of the year. I've emailed them just now asking if there's any news or information available about it. |
Yes - this was built in a business account which is required for API access.
I’d love to see them release a consumer API. It would be great to get this into Home Assistant.
Christopher Young
@netmanchris/ Twitter
… On Oct 14, 2020, at 5:41 PM, Wes ***@***.***> wrote:
FYI, I was told by a rep back in August (possibly unofficially though so don't bet the farm on it) that they intend to release a set of APIs for home users to create custom integrations at the end of the year.
I've emailed them just now asking if there's any news or information available about it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
this is what I got when asked about a consumer API...
...so if you are interested in a consumer REST API you ought to email their support so that they know there really is a demand for it. Here is the link: https://uhooair.com/contact/ |
Yeah this is the response to my email this week, slightly different tune to before:
So... make some noise I Guess? Kind of absurd they don't do this given the premium price they charge for the device itself imo |
A couple of friends also have the Uhoo (by my suggestion) and they voiced their interest in having an API with them too. Pretty much got the same canned response back.
+1 on that. |
I decided to ask about API acces for home users again last week, got this response:
|
awesome! I'll definitely be on that when they allow access. as a number of users have started requesting for it in the last 2-3 months. hmmmm... nice work guys!!! dWiGhT |
still no API... :( |
I wrote them yesterday, but I'm not sure how to interpret it... We are planning to release a uHoo Premium product in September where one of the features is integration with HomeAssistant. The other features would be deeper analytics on your data, comparing different rooms and sensors against each other, and access to a web portal, to name a few. |
I've asked for clarification, here it is: Thanks for your message. It is compatible with your existing uHoo. uHoo Premium is an in-app subscription to upgrade your account to a uHoo Premium account to gain access to those additional features. You don't need to change your existing uHoo. |
So $$/month... 🤔 was hoping I didn't have to spend time reverse engineering the mobile app... |
I'm not so into reversing iOS apps, but the hardware is quite standard.. By accepting to lose their calibration (if any), it's probably not so difficult to write a custom firmware. Sadly, an ESP32/ESP8266 would've be waaaay simpler (for me) to handle. Cool thing, someone already opened it: |
You can look at my implementation here https://github.com/jererobles/airq/blob/master/airq/api/crypto.py |
If somebody wants to port that to Node.js so I can use with Homebridge I'd be super happy 😊 |
any updates about this? |
Now it seems obvious why the Home Assistant HACS integration is broke. Is the above code to work with the Uhoo device directly? |
Worth noting they've just launched a home user version of 'premium' with web dashboard, integrations etc. Free for current owners for 1 year, $10/month (I assume USD) after that which is still more accessible than the 'office' premium plans previously. The app also highlights a Home Assistant integration 'coming soon'. Not an advertisement, just noting this is probably the user API they mentioned to me 2 years ago finally being delivered. Edit: can confirm the premium web dashboard is now accessible on this plan, with API key retrievable from user settings and json data sent to client. |
just testing out this and when I do this
devices
returns this:guessing that you have to have an Enterprise account to access the rest API... :/
The text was updated successfully, but these errors were encountered: