@hanses wrote:
im trying to set up panasonic comfort cloud integration via HACS on home assistant core unning in jail on freenas.
i get the following error message in the logs. I can see that the token is wrong. But i have used the user name and password that i login to my mobile app (email address and password):
Logger: homeassistant.components.climate
Integration: Climate (documentation, issues)
First occured: 11:05:37 AM (1 occurences)
Last logged: 11:05:37 AMError while setting up panasonic_ac platform for climate
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py”, line 179, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 442, in wait_for
return fut.result()
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/home/hass/homeassistant/custom_components/panasonic_ac/climate.py”, line 71, in setup_platform
api.login()
File “/srv/homeassistant/lib/python3.7/site-packages/pcomfortcloud/session.py”, line 97, in login
with open(self._tokenFileName, ‘w’) as tokenFile:
PermissionError: [Errno 13] Permission denied: ‘/.panasonic-token’
Posts: 1
Participants: 1