I just spent several hours trouble shooting it as I just couldn’t get it to work after installing and adding the lines in the config file. The integration was running but I couldn’t get it to do anything. I finally worked out what the issue was - two step authentication with the Nest account. Each time HA was restarted it was sending me a passcode to my phone instead of allowing the integration to run. Just thought I’d add this in case anyone else has this issue. I logged on to the Nest website and disabled the 2 step process and voila.
Does anyone know if it’s possible to add a control for hot water to this? My Nest Thermostat controls heating, but has a separate control for hot water and hot water boost. Would be great if this could be added in.
Same here. My 3 protects have been picked up but alas also showing as 0 for each item. My protects are hard-wired so i can understand the lack on that. Looking at the py code I can see its just calling the current value so I’m not sure where to look for values. Having said that looking on the nest website it doesn’t seem to report current levels anyway so it might just be the way it works, anyone else seeing a value ?
Thanks for creating the integration @USA-RedDragon awesome job btw.
I’ve “tested” it () few days ago and “Heads-up” notification changes the “0” of the smoke_status to “2” so it works, it just doesn’t report userfriendly status.
I have the cameras setup correctly and I can see the feeds from each of my three cameras correctly. Is it possible to turn the cameras on/off? Google/Nest home/away sensing is TERRIBLE compared to my HA setup so I’d love to be able to turn the cameras on or off from HA.
Great job . Unfortunately i’ve got some issues logging in. Tried 2FA as user/password. Got different errors but same result.
With 2FA
2019-11-26 19:49:08 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for badnest which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-11-26 19:49:16 ERROR (MainThread) [homeassistant.setup] Error during setup of component badnest
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 176, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/badnest/__init__.py", line 49, in setup
region,
File "/config/custom_components/badnest/api.py", line 54, in __init__
self.login()
File "/config/custom_components/badnest/api.py", line 72, in login
self._login_google(self._issue_token, self._cookie)
File "/config/custom_components/badnest/api.py", line 93, in _login_google
access_token = r.json()['access_token']
KeyError: 'access_token'
username/password:
2019-11-26 22:35:30 ERROR (MainThread) [homeassistant.setup] Error during setup of component badnest
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 176, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/badnest/__init__.py", line 49, in setup
region,
File "/config/custom_components/badnest/api.py", line 54, in __init__
self.login()
File "/config/custom_components/badnest/api.py", line 74, in login
self._login_nest(self._email, self._password)
File "/config/custom_components/badnest/api.py", line 81, in _login_nest
self._user_id = r.json()["userid"]
KeyError: 'userid'
When I click on ‘install’ icon in HACS for badnest (after adding the correct repository), I see a spinning icon, then nothing… I don’t seem to be able to install… any ideas?
I just set my one up this morning without any issues at all,
Using Sign in with Google.
Thanks Heaps. If you have one of those buy me a coffee links post it coz I owe you at least one!
Does anyone have this working with a UK/EU Nest E? I’ve got a 3rd gen that still works in the ‘old’ way, but would definitely jump ship if I could have both the 3rd gen and the E working via HA.