fustom / ariston-remotethermo-home-assistant-v3

Ariston NET remotethermo integration for Home Assistant based on API
MIT License
157 stars 37 forks source link

after update to HA Core 2023.3.4 #108

Closed RdBakker closed 1 year ago

RdBakker commented 1 year ago

HomeAssistant Core 2023.3.4

i got no readings anymore after upgrade. Tried the latest init.py but that did not solve the problem. entity card stay's empty

Logger: homeassistant.setup Source: setup.py:213 First occurred: 09:10:09 (1 occurrences) Last logged: 09:10:09

Setup failed for custom integration ariston: Unable to import component: cannot import name 'Ariston' from 'ariston' (unknown location)

where can I find the version of the integration that is installed? I thought it was V3.

thanks

avorionero commented 1 year ago

Hi, Me too in same situation Any suggestion? Regards Edit: I restart my Vm with HA Core and then I restart HA from Developer menu and now it's working!

fustom commented 1 year ago

The error Setup failed for custom integration ariston: Unable to import component: cannot import name 'Ariston' from 'ariston' (unknown location) means somehow the ariston module dependency does not exist. Home Assistant should automatically download/use the correct package when the custom integration is loading https://github.com/fustom/ariston-remotethermo-home-assistant-v3/blob/23b4c03e42bc16db776b4588f5b95a2410bb3d08/custom_components/ariston/manifest.json#L12

Check the downloaded packages in the site-packages folder for example: /usr/local/lib/python3.10/site-packages/

You can find the ariston python package site here: https://pypi.org/project/ariston/

Try to restart the Home Assistant.

RdBakker commented 1 year ago

Thanks for your reply.

I'm confused to update python. I am running HomeAssistant on rpi4. I have no acces to the file you referring to.

How can I acces the Check the downloaded packages in the site-packages folder?

I hope you can help me out.

Best regards Roland

Edit: I don't know why, but now it works !!! thanks for your effort! keep up the good work !

Op do 23 mrt. 2023 17:09 schreef fustom @.***>:

The error Setup failed for custom integration ariston: Unable to import component: cannot import name 'Ariston' from 'ariston' (unknown location) means somehow the ariston module dependency does not exist. Home Assistant should automatically download/use the correct package when the custom integration is loading https://github.com/fustom/ariston-remotethermo-home-assistant-v3/blob/23b4c03e42bc16db776b4588f5b95a2410bb3d08/custom_components/ariston/manifest.json#L12

Check the downloaded packages in the site-packages folder for example: /usr/local/lib/python3.10/site-packages/

You can find the ariston python package site here: https://pypi.org/project/ariston/

Try to restart the Home Assistant.

— Reply to this email directly, view it on GitHub https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues/108#issuecomment-1481473176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJSDK6BRWD2DLD3BTXSJZBDW5RYUPANCNFSM6AAAAAAV44HCAM . You are receiving this because you authored the thread.Message ID: <fustom/ariston-remotethermo-home-assistant-v3/issues/108/1481473176@ github.com>