jfarmer08 / homebridge-wyze-smart-home

Wyze Smart Home plugin for Homebridge.
MIT License
103 stars 17 forks source link

SMS MFA support #65

Closed justin-bond closed 1 year ago

justin-bond commented 1 year ago

Is your feature request related to a problem? Please describe:

Describe the solution you'd like:

Additional context:

github-actions[bot] commented 1 year ago

Message that will be displayed on users' first issue

carTloyal123 commented 1 year ago

MFA support over text is tricky because you have to enter the code after the plugin has started which is annoying. Best option is to simply enable 2FA with an auth app to get up and running. This can also be overcome with some infrastructure changes like enabling you to enter your private seed for MFA and let the plugin generate the MFA code but that is not a top priority when you can use an MFA app instead. I am curious what @jfarmer08 thinks about this and if there is a solution possible that I am missing. This could be solved by some hackery like checking a file every 5 seconds for you to enter the SMS code but that is still annoying. We will see!

jfarmer08 commented 1 year ago

I have been looking at adding support for homebridge plugin ui. This would allow support for entering your sms code before the plugin starts. I have started playing in the rebase branch if want to take a look. I am not a front end developer so it might be out of my expertise.

https://github.com/homebridge/plugin-ui-utils

jfarmer08 commented 1 year ago

Use MFA will no longer be needed when moving to the Wyze API Console.