I think it woukd be cool to allow adding mowers by entering the serial-number without email and password.
This way there is no problem when using an Oauth-provider.
Also you can track known movers without having them in your personal account. (e.g. monitoring the mower of my parents)
I will try to come up with a PR, but I do not now python, so it will take some time.
Maybe someone is quicker.
My idea would be:
Ask for Account or SN
if Account is entered normal flow with login, token, devicelist etc....
if serial is entered, jump over the login, token, devicelist and directly subscribe to the mqtt broker topics.
I think it woukd be cool to allow adding mowers by entering the serial-number without email and password. This way there is no problem when using an Oauth-provider. Also you can track known movers without having them in your personal account. (e.g. monitoring the mower of my parents)
I will try to come up with a PR, but I do not now python, so it will take some time. Maybe someone is quicker.
My idea would be:
Best regards!