-
Notifications
You must be signed in to change notification settings - Fork 70
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
Installation do not work #160
Comments
Same problem here. `Logger: homeassistant.config_entries Error occurred loading flow for integration ecowitt: cannot import name 'async_get_registry' from 'homeassistant.helpers.entity_registry' (/usr/src/homeassistant/homeassistant/helpers/entity_registry.py)` I had the Ecowitt Weather Station integration running successfully until yesterday - foolishly removed it to try the "official" integration. I get the same error for that as well. Home Assistant 2023.8.2 Edit: Sorry, I see this is a duplicate. |
Found the solution: Using HA file editor, go to “/config/custom_components/ecowitt/” Thanks to @mortenx in HA Forum. |
Fine to here you found a solution but wich file you edit, there are:
__init__.py; binary_sensor.py; config_flow.py; const.py; manifest.json;
sechema.py; sensor.py; translation.py
Thank you in advance
…On Mon, 14 Aug 2023 at 14:56, stiltjack ***@***.***> wrote:
Found the solution:
Using HA file editor, go to “/config/custom_components/ecowitt/”
Edit line 21 to " async_get as async_get_entity_registry,"
Save file.
Thanks to @mortenx <https://github.com/mortenx> in HA Forum.
—
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADD3AAVUMSJEC2ETQFZ457TXVIN63ANCNFSM6AAAAAA3PO5AOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry.
|
Thanks for info but still not complete.
In the configuration text there is:
Ecowitt should now appear as a card under the HA Integrations page
with "Options" selection available at the bottom of the card.
Have you the options menu ?
…On Mon, 14 Aug 2023 at 20:20, stiltjack ***@***.***> wrote:
Sorry.
*init*.py
—
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADD3AAXEF36MO2MU4ODSB33XVJT63ANCNFSM6AAAAAA3PO5AOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
its fixid thank to your input, i check again my phone app and protocol whas
not ecowitt afther changing to ecowitt everything ok
[image: working 2023-08-15_9-23-24.png]
…On Mon, 14 Aug 2023 at 20:38, stiltjack ***@***.***> wrote:
Cards on the integrations page changed a couple of months ago. The latest
looks like this:
[image: image]
<https://user-images.githubusercontent.com/67193733/260541367-c145022f-0ac2-4655-a487-9ec250da4cab.png>
To get the options menu, click on *>* then on *configure*.
—
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADD3AARL4WSVI64OFSQE423XVJWATANCNFSM6AAAAAA3PO5AOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
i am getting this error Logger: homeassistant.config_entries Error setting up entry Ecowitt for ecowitt |
i try to install Ecowitt and follow your installation text.
In HACS integration view no "options" menu on card.
In integration and devices search for ecowitt error "config flow cold not be loaded, invalid handler specified.
In log:
Error occurred loading flow for integration ecowitt: cannot import name 'async_get_registry' from 'homeassistant.helpers.entity_registry' (/usr/src/homeassistant/homeassistant/helpers/entity_registry.py)
Any idee how to fix this?
The text was updated successfully, but these errors were encountered: