I am trying to get the Rachio Smart Sprinkler component up and running.
But everything fails.
Home Assistant version 0.65.5 Latest
following errors in log file;
2018-03-17 23:42:21 ERROR (MainThread) [homeassistant.components.switch] Error while setting up platform rachio
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/homeassistant/helpers/entity_platform.py", line 82, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/lib/python3.5/asyncio/tasks.py", line 406, in wait_for
return fut.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 294, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/switch/rachio.py", line 39, in setup_platform
from rachiopy import Rachio
File "/var/homeassistant/deps/lib/python3.5/site-packages/rachiopy/__init__.py", line 14, in <module>
_HTTP = httplib2.Http('.cache')
File "/var/homeassistant/deps/lib/python3.5/site-packages/httplib2/__init__.py", line 915, in __init__
self.cache = FileCache(cache)
File "/var/homeassistant/deps/lib/python3.5/site-packages/httplib2/__init__.py", line 675, in __init__
os.makedirs(self.cache)
File "/usr/lib/python3.5/os.py", line 241, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '.cache'
I cannot find out where this .cache folder should be.
running on Ubuntu Linux