nonsleepr / ha-eufy-security

Custom integration of Home Assistant with EufySecurity
168 stars 44 forks source link

Setting up integration from UI doesn't work #43

Closed ping-localhost closed 3 years ago

ping-localhost commented 3 years ago

When trying to add this integration via config/integrations, I get an unknown error:

{
  "type": "form",
  "flow_id": "9a46470b71424b64809f96e5d906a34c",
  "handler": "eufy_security",
  "step_id": "user",
  "data_schema": [
    {
      "type": "string",
      "name": "username",
      "required": true
    },
    {
      "type": "string",
      "name": "password",
      "required": true
    }
  ],
  "errors": {
    "base": "unknown_error"
  },
  "description_placeholders": null
}

Using version 0.3.0 and Home Assistant 2021.4.6

rcwsr commented 3 years ago

I was just getting the same response, but have you seen this post https://github.com/nonsleepr/ha-eufy-security/issues/37#issuecomment-799245094 ?

I tried creating another user, and I was able to log into the integration.

ping-localhost commented 3 years ago

I was just getting the same response, but have you seen this post #37 (comment) ?

I tried creating another user, and I was able to log into the integration.

I have a second account yes. Same issue :)

ping-localhost commented 3 years ago

Retried today and it just worked. No idea why, but it did, so closing this for now.