Skip to content

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

Open
web1452 opened this issue Mar 30, 2025 · 10 comments
Open

Comments

@web1452
Copy link

web1452 commented Mar 30, 2025

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.

@djsri22
Copy link

djsri22 commented Apr 2, 2025

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

@MaikaiLife
Copy link

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
2025-04-03 16:39:44.262 INFO (MainThread) [custom_components.emporia_vue] Adding gid 437507 to DEVICE_GIDS list
2025-04-03 16:39:44.262 INFO (MainThread) [custom_components.emporia_vue] Found 2 Emporia devices with 36 total channels
2025-04-03 16:39:44.263 INFO (MainThread) [custom_components.emporia_vue.sensor] {'vue_data': <pyemvue.pyemvue.PyEmVue object at 0x7fdb24e06210>, 'coordinator_1min': None, 'coordinator_1mon': None, 'coordinator_day_sensor': None}

HA 2025.4.0

@huenemeca
Copy link

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.

@MaikaiLife
Copy link

MaikaiLife commented Apr 6, 2025

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?

@BlindBadgerStudios
Copy link

Updating the library version and triggering a redownload from the HACS interface worked for me too.

@MaikaiLife
Copy link

I tried both of these, but unfortunately, no entities are created when I load the integration.

@djsri22
Copy link

djsri22 commented Apr 7, 2025

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.

You my friend are a legend! Thank you...

@redstreet
Copy link

redstreet commented Apr 9, 2025

I'm sorry, how do I update the pyemvue library? I'm not seeing it in HACS.

Ah, did this:

vi /config/custom_components/emporia_vue/manifest.json  # edit version
ha core restart

The version has been updated, evidenced by:

docker exec -it homeassistant bash
# or use 'ha core ssh' if using the Home Assistant CLI

python3 -c "import pyemvue; print(pyemvue.__version__)"

I still have the same issue though, which is "Unexpected error"

@huenemeca
Copy link

@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.

@redstreet
Copy link

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 already_configured error, which I then resolved by editing /config/.storage/core.config_entries and deleting the existing emporia entry.

Everything works now, thanks a ton again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants