ldotlopez / ha-ideenergy

ideenergy integration for home-assistant
GNU General Public License v3.0
74 stars 13 forks source link

Can't install in HA 2023.1 (beta) #29

Closed luca-angemi closed 1 year ago

luca-angemi commented 1 year ago

Once I update to 2023.1 beta version I get the following in the logs when I restart:

image

hartmood commented 1 year ago

Same here `Logger: homeassistant.util.package Source: util/package.py:98 First occurred: 13:50:12 (3 occurrences) Last logged: 13:50:28

Unable to install package ideenergy==1.0.0rc1: ERROR: Cannot install ideenergy==1.0.0rc1 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts [notice] A new release of pip available: 22.3 -> 22.3.1 [notice] To update, run: pip install --upgrade pip `

core-ssh ~]$ pip install --upgrade pip -bash: pip: command not found [core-ssh ~]$

ldotlopez commented 1 year ago

@luca-angemi, @hartmood

Can you test the git version of the integration? Thanks

hartmood commented 1 year ago

Thanks very much. Done. But unfortunately with no success.

`Logger: homeassistant.setup Source: setup.py:202 First occurred: 18:27:07 (1 occurrences) Last logged: 18:27:07

Setup failed for custom integration ideenergy: Requirements for ideenergy not found: ['ideenergy==1.0.0rc1']. `

hartmood commented 1 year ago

Logger: homeassistant.util.package Source: util/package.py:98 First occurred: 18:26:51 (3 occurrences) Last logged: 18:27:07

Unable to install package ideenergy==1.0.0rc1: ERROR: Cannot install ideenergy==1.0.0rc1 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts [notice] A new release of pip available: 22.3 -> 22.3.1 [notice] To update, run: pip install --upgrade pip

luca-angemi commented 1 year ago

Updated and tested.

Works perfectly.

Many thanks for your swift response.

hartmood commented 1 year ago

Strange. Any idea what‘s wrong with my setup?

luca-angemi commented 1 year ago

I just changed in my manifest.json the two characters mentioned in the change.

rc1 --> rc2 0a1 --> 0a2

hartmood commented 1 year ago

Thanks. That worked.

ldotlopez commented 1 year ago

You must use git version, I didn't publish a proper release with changes yet. Instructions to use the git version varies from whatever installation method you used

hartmood commented 1 year ago

I just switched from openhab to HA so I am not that familiar with it. I use HACS and downloaded a new version and did a restart. That did not solve it. So I changed the json manually.