-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integraion stopped working with: mfaLockExpire error #510
Comments
Yeah, getting the same thing here. Stopped working yesterday and getting the KeyError: 'mfaLockExpire' as well. Logger: custom_components.meross_cloud.config_flow Unable to connect to Meross HTTP api, ex: 'mfaLockExpire' |
OK. pip install meross_iot==0.4.7.3 solved the problem. |
Sorry for the dumb question: If I'm running meross-homeassistant (home assistant running on raspberry) I don't have an explicit installation of merossIot. This means that updating it from terminal won't fix the problem. I need to wait an update on meross-homeassistant. Am I right? Thanks |
@Pito83 and whomever else sees this, i took a look at the patched issue on the other repo and was able to patch meross-homeassistant using the following steps.
manifest.json: update version for meros_iot
config_flow.py line 356: remove reference to mfa_lock_expire, since this is a configuration you can leave trailing comma
init.py line 391: remove reference to mfa_lock_expire, since this is a constructor you do need remove preceding comma.
This worked for me, glhf. |
* Fixes the breaking login exception with mfaLockExpire (albertogeniola#510)
* After merros_iot v0.4.7.3 upgrade, regarding albertogeniola#510
Thanks @jasonwitty. I opened a merge request for this (#514). Lets hope @albertogeniola finds time to merge this. :] |
Thanks a lot. I've tried and it worked. Strange thing is that after some hours the controlled plugs (mss310) loose their connection with HA but still work with Meross App. I need to restart HA and they are back on duty. At least they work for some time :D |
np, i guess check the home assistant logs about your plugs. i only have a garage door opener from meross. |
Guys I FINALLY solved it as per post 510.
|
Tried this like 5 times, no luck. Even deleted the cache folder in between. Looks like this addon is no longer updated since it has been broken for almost a month. |
Hi all! The |
#510: Fix breaking login exception with mfaLockExpire
Can you please try latest v1.3.3 and report if it's now working as expected? |
I just tested and still get the same error 2024-09-03 16:42:38.169273792 INFO:127.0.0.1 - - [03/Sep/2024 12:42:38] "GET /admin/events?fromTimestamp=1725381756.128 HTTP/1.0" 200 - |
Didn't work, I moved to Meross LAN which works. |
That happens because you are referring to the local-addon. You should open an issue on the other repository. |
I just updated my integration to 1.3.3 and it bricked my whole Home Assistant with this error. |
After I manually edited the code to revert the changes from afe10ef, the problem disappeared. |
Describe the bug
I was able to control the garage MSG100s for years, and it recently stopped working. I deleted and re-added the integration but just receive the mfaLockExpire message.
Your environment
HomeAssistant version: 2024.8.1
Hassio Version (if applicable): HAOS 13.0
Hardware environment: intel
Logs taken when the issue happened
v. 1.3.2 of integration
[custom_components.meross_cloud.config_flow] Unable to connect to Meross HTTP api, ex: 'mfaLockExpire'
The text was updated successfully, but these errors were encountered: