automatic re-configuration after automower turns off? #200
-
I've set up husqvara_automower and it works like a champ (use the beta, I now don't have any connection losses again). Question: My children stop the mower often manually because they are afraid the mower will run over our chickens (which jump to the side btw). after being in this "manually stopped" state, the mower turns off. After turning off I turn in manually on again (no other option) and every time the integrtion needs to be re-configured so I have to put in the API key, name password again. Is it possible to store this somewhere else so i fetches automatically the right secrets so I dont have to put it in again like: husvarna_automower: thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
It should actually not happen, that stopping the mower leads to a re-configuration. Can you turn on the debugger, simulate the situation and post the logs here?
For the re-authentication I've implemented a Authentication with the Authorization code Grant. It's in the current beta version available. You can try this if you like.
You have to add following to your
configuration.yaml
Don't mix up the
client_secret
with yourpassword
. You can find theclient_secret
herehttps://developer.husqvarnagroup.cloud/apps
in your app.Also add your home assistant URLs to the
Redirect URIs
. In th…