Open iuhorts opened 1 year ago
Please add info from the log file in HA (Settings --> System --> Logs). Could have several reasons. E.g. that u tried too often and your user is blocked. In my case it was like u show in the pic because of that. Realized through log file. Apart HA core version would be interesting. BR
Hello! There is the log about alarm. It says that is autoamtization but with the h.a alarm panel happens the same.
Did you do the 2FA and received an SMS to login into the integration?
Nope, did I?
Did you do the 2FA and received an SMS to login into the integration?
Did you do the 2FA and received an SMS to login into the integration?
Yes had it done. With furter investigations i found the problem is when i try to reload the integration i do this after each activation/deactivation because most of times it fails and doesn't refresh until next check(20minutes). I use: Home Assistant Core Integration: Reload config entry after this i got an error.
Did you wrote your code like this in configuration.yaml
?:
securitas: username: !secret securitas_direct_username password: !secret securitas_direct_password code: !secret securitas_direct_code country: ES
And in your secrets.yaml
:
securitas_direct_username: username securitas_direct_password: password securitas_direct_code: "code"
Remember to write the code with colons
Did you wrote your code like this in
configuration.yaml
?:securitas: username: !secret securitas_direct_username password: !secret securitas_direct_password code: !secret securitas_direct_code country: ES
And in yoursecrets.yaml
:securitas_direct_username: username securitas_direct_password: password securitas_direct_code: "code"
Remember to write the code with colons
Mm, thank you, the thing is i've it configurated trough integration wizard, that you fill the textbox. Need to set it into configuration.yaml?
Yes, you need to define this variables first in configuration.yaml
and then restart Home Assistant. Once done, it will discover the integration and it will automatically show your phone to send the 2FA message.
Yes, you need to define this variables first in
configuration.yaml
and then restart Home Assistant. Once done, it will discover the integration and it will automatically show your phone to send the 2FA message.
Yes, but you can do it in wizard, and if you do in wizard not need in configuration.yaml
Hello, Since 4-5 days ago alarm stop working. Only works first alarm status change after home assistant restart.ç, after this will not work anymore untill restarting home assistant. On integrations, securitas is showed up in orange. Any idea?
Thank you!