Skip to content

target_hum usage #167

Description

@knappster1

I just set this up today hoping that I could automate a script to set the humidity based on outside temperature. However, when I try to set the humidity, nothing is happening. It seems that it worked the very first time, but not since then.

For example, if I try to set the temperature, it returns the temperature on a new line:

$ /usr/local/bin/nest --conf ~/nest.conf temp 68
68.0
$

But if I try the same thing with humidity I get nothing:

/usr/local/bin/nest --conf ~/nest.conf target_hum 25
$

I've verified that the humidity is not changing from both the android app and the web portal home.nest.com. Is this function supposed to be working?

Here is the verbose output:

2019-01-31 22:33:40 DEBUG (MainThread) [nest.nest] Load access token from /home/user/.config/nest/token_cache
2019-01-31 22:33:40 DEBUG (MainThread) [nest.nest] >> GET https://developer-api.nest.com/
2019-01-31 22:33:40 DEBUG (MainThread) [nest.nest] << 307
2019-01-31 22:33:40 DEBUG (MainThread) [nest.nest] >> GET https://firebase-apiserver05-tah01-iad01.dapi.production.nest.com:9553/
2019-01-31 22:33:41 DEBUG (MainThread) [nest.nest] << 200
2019-01-31 22:33:41 INFO (MainThread) [nest.nest] Open data stream
2019-01-31 22:33:41 DEBUG (MainThread) [nest.nest] >> STREAM https://developer-api.nest.com/
2019-01-31 22:33:41 DEBUG (MainThread) [nest.nest] << 307
2019-01-31 22:33:41 DEBUG (MainThread) [nest.nest] >> STREAM https://firebase-apiserver05-tah01-iad01.dapi.production.nest.com:9553/
2019-01-31 22:33:41 DEBUG (MainThread) [nest.nest] << 200
2019-01-31 22:33:41 DEBUG (Thread-1) [nest.nest] Starting event loop.
2019-01-31 22:33:41 DEBUG (Thread-1) [nest.nest] <<< put event
2019-01-31 22:33:41 INFO (MainThread) [nest.nest] Event loop started.
$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions