-
Notifications
You must be signed in to change notification settings - Fork 72
2025.3.4 Failed to login to Emporia Vue: Unknown service: 'cognito-idp'. #356
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
Comments
Getting the same error I believe since updating HA Detected that custom integration 'emporia_vue' calls async_forward_entry_setup for integration, emporia_vue with title: Customer 123456 and entry_id: **************************, which is deprecated, await async_forward_entry_setups instead at custom_components/emporia_vue/init.py, line 296: hass.async_create_task(. This will stop working in Home Assistant 2025.6, please create a bug report at https://github.com/magico13/ha-emporia-vue/issues Thank you |
Not sure if this is related, but I have two sEmporia Systems, and there are no entries added when I fill in the credentails. 2025-04-03 16:39:44.262 INFO (MainThread) [custom_components.emporia_vue] Adding gid 437469 to DEVICE_GIDS list HA 2025.4.0 |
I was having the same issue. I updated the pyemvue version to 0.18.8 and reloaded the integration. Seems to have fixed it. The pyemvue version can be found in the custom_components/emporia_vue/manifest.json file. |
Are you referencing the original issue on the thread, or my issue, cause I updated to 0.18.8, restarted HA, no difference, it still doesn't load any entities. I have 2 Emporia devices, I wonder if that's somehow related? |
Updating the library version and triggering a redownload from the HACS interface worked for me too. |
I tried both of these, but unfortunately, no entities are created when I load the integration. |
You my friend are a legend! Thank you... |
I'm sorry, how do I update the pyemvue library? I'm not seeing it in HACS. Ah, did this:
The version has been updated, evidenced by:
I still have the same issue though, which is "Unexpected error" |
@redstreet I used the samba share addon to and opened the file in a text editor. it was under config/custom_components/emporia_vue/manifest.json Then I restarted home assistant using the button on the top right of the developer tools page. |
Great to know, thank you @huenemeca. I did what you suggested and successfully got pyemvue updated. The "unexpected error" that occurred afterward was unrelated, and was the Everything works now, thanks a ton again! |
After update to HA 2025.3.4 this error appears when starting system, roll back to 2025.3.3 fixes issue.
Failed to login to Emporia Vue: Unknown service: 'cognito-idp'.
Seems to be related to auth method in py suite but I'm out of my knowledge for troubleshooting.
The text was updated successfully, but these errors were encountered: