I can’t seem to get my google issue_token and cookie correct.
2020-01-11 07:08:37 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs 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.
2020-01-11 07:08:37 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.
2020-01-11 07:08:38 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’
2020-01-11 07:08:38 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform badnest.climate: Unable to set up component.
No idea, i stopped using IFTTT few years ago (especially Nest hadn’t anything special in applets if i remember correctly).
But if you have HA, sky is the limit for control things - there is even IFTTT integration for HA so if you need IFTTT, try Nest -> HA -> IFTTT.
Great, migrating the account making it works. I can find only the entity thermostat and not sensors, i have to manully add it? How? Sorry for the noob question…
I’ve only just started down the HA path in the last week or so with no prior understanding or experience at all. I got this up an running with a little bit of reading/understanding and following directions. I couldn’t get it to work with an old Nest account (no 2FA), but once I switched it to a Google account then all was good.
The thing I like the most though is that I can now tell Siri to set the Nest to a certain temperature as I have HA sending everything over to HomeKit and it all works without a hitch.