misenhower / homebridge-wyze-connected-home

Wyze Connected Home plugin for Homebridge
MIT License
70 stars 52 forks source link

Error getting devices: TypeError: Cannot read property 'app_id' of undefined #30

Closed dkossman closed 3 years ago

dkossman commented 3 years ago

however, i never got the text message with the MFA code. I see these messages in the log. the error message repeats every 10 seconds:

[2/20/2021, 3:52:47 PM] Registering platform 'homebridge-wyze-connected-home.WyzeConnectedHome'
[2/20/2021, 3:52:47 PM] [Wyze] Initializing WyzeConnectedHome platform...
[2/20/2021, 3:52:50 PM] [Wyze] Error getting devices: TypeError: Cannot read property 'app_id' of undefined
[2/20/2021, 3:53:00 PM] [Wyze] Error getting devices: TypeError: Cannot read property 'app_id' of undefined
[2/20/2021, 3:53:11 PM] [Wyze] Error getting devices: TypeError: Cannot read property 'app_id' of undefined
[2/20/2021, 3:53:21 PM] [Wyze] Error getting devices: TypeError: Cannot read property 'app_id' of undefined
[2/20/2021, 3:53:31 PM] [Wyze] Error getting devices: TypeError: Cannot read property 'app_id' of undefined
[2/20/2021, 3:53:42 PM] [Wyze] Error getting devices: TypeError: Cannot read property 'app_id' of undefined
[2/20/2021, 3:53:52 PM] [Wyze] Error getting devices: TypeError: Cannot read property 'app_id' of undefined

Am i missing something or doing something wrong? I assumed that the plugin would try to log in, and i'd get a text message with the MFA code.

thanks

dkossman commented 3 years ago

Oops - looks like this is a duplicate, i see there is a workaround to use Google Authenticator instead of text messages for MFA on your Wyze account. Will try that.