ha-tahoma: Not authenticated error.

Describe the bug For some unknown reason, we get kicked out of the api, causing the following error message: {"errorCode":"RESOURCE_ACCESS_DENIED","error":"Not authenticated"}

To Reproduce Don’t know yet…

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 29

Commits related to this issue

Most upvoted comments

Just moved from the discussion in issue #93

can you edit the file tahoma_api.py and add the following line 157, just before the if not self.login() _LOGGER.debug(“not authenticated: login again.”) Restart HA a try again with debug log setup for the component (see here)

I will test this later and give you feedback.