In looking over the Thermostat Guide I don't see any mention of humidity readings. Is this data available through the API? Will it be in a later release?
Asked
Active
Viewed 1,126 times
6
-
It's probably worth putting your method of using the unofficial API to get the humidity readings as an answer. You'll probably get buckets and buckets of rep that way. – Cody Piersall Aug 08 '14 at 15:11
-
1Well that's hard to turn down. I'll polish the pieces up a bit and get them online. – fracai Aug 10 '14 at 01:31
-
This question appears to be off-topic because it is about an API/Tools/Software Library and not about the actual code itself. – Erik Philips Nov 12 '14 at 20:03
-
The Nest API documentation directs developers to this tag for "More questions about using the API? Check Stack Overflow". For example, see the bottom of: developer.nest.com/documentation – fracai Nov 12 '14 at 20:28
2 Answers
9
Unfortunately that is correct, humidity is not available in the current version of the API.
Nest has not shared a roadmap for the API either, so availability in a future version is unknown at this time.
Updating with nate-f comments from below:
As of NestAPI v1.1 it appears that humidity data is available as a read only field.
More information can be found in the v1.1. release notes.

Community
- 1
- 1

David W. Keith
- 2,246
- 17
- 20
-
1I guess I'm sticking with the unofficial APIs for the moment then. At least to get that data. Thanks. – fracai Jun 24 '14 at 20:16
-
1
-
1@RichardEverett I'm using [this](https://www.npmjs.org/package/unofficial-nest-api), but there are others. Also, I'm not sure how much is exposed nicely, I'm basically subscribing to all available data and then parsing out temperature and humidity from the JSON that comes back. I was hoping the official API would be more complete, but it's missing info like humidity that would be rather useful. Hope this helps. – fracai Jul 25 '14 at 17:31
6
As of NestAPI v1.1 it appears that humidity data is available as a read only field.
More information can be found in the v1.1. release notes.

Nate F.
- 574
- 3
- 12
-
Any idea why it's rounded to nearest 5%? The device gives you a more precise reading. – avance Jul 20 '17 at 16:41