Does the Nest API provide moisture information?

When viewing the thermostat manual I do not see any mention of humidity readings. Is this data available through the API? Will it be in a later release?

+6
source share
2 answers

As with NestAPI v1.1, humidity data is available as a read-only field.

More information can be found in version 1.1. release notes .

+6
source

Unfortunately, this is correct; humidity is not available in the current version of the API.

Nest did not share the API roadmap, so availability is not yet known in a future version.


Update nate-f comments below:

As with NestAPI v1.1, humidity data is read-only.

More information can be found in version 1.1. release notes .

+9
source

Source: https://habr.com/ru/post/971298/


All Articles