Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 104423

Nest Access Blocked w/ Developer Account?

$
0
0

@tc23 wrote:

Is anyone experiencing problems with Nest, even if you are grandfathered/have a developers account? Not sure when it started, but I just started noticing that my thermostat wasn’t coming out of Eco Mode. Did some testing and checked the logs and saw that I’m getting this error:

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/core.py”, line 1258, in _execute_service
await handler.func(service_call)
File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 213, in handle_service
self._platforms.values(), func, call, service_name, required_features
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 348, in entity_service_call
future.result() # pop exception if have
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 370, in _handle_service_platform_call
await getattr(entity, func)(**data)
File “/usr/src/homeassistant/homeassistant/components/climate/init.py”, line 431, in async_set_preset_mode
await self.hass.async_add_executor_job(self.set_preset_mode, preset_mode)
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/nest/climate.py”, line 300, in set_preset_mode
self.device.mode = self.device.previous_mode
File “/usr/local/lib/python3.7/site-packages/nest/nest.py”, line 407, in mode
self._set(‘devices/thermostats’, {‘hvac_mode’: value.lower()})
File “/usr/local/lib/python3.7/site-packages/nest/nest.py”, line 206, in _set
response = self._nest_api._put(path=path, data=data)
File “/usr/local/lib/python3.7/site-packages/nest/nest.py”, line 1874, in _put
return self._request(‘PUT’, path, data=data)
File “/usr/local/lib/python3.7/site-packages/nest/nest.py”, line 1866, in _request
raise APIError(response)
nest.nest.APIError: blocked

Anyone experiencing the same thing? I’m on docker/100.2

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 104423

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>