scheidtdav / homeassistant-kostal-piko

Home Assistant integration for Kostal Piko inverters
MIT License
14 stars 3 forks source link

Not recognized as HASS-IO Integration #14

Closed wolfei87 closed 7 months ago

wolfei87 commented 7 months ago

When adding the git url to the add-on store repository, a failure "https://github.com/scheidtdav/homeassistant-kostal-piko is not a valid add-on repository" appears.

Am I missing a file or information? I used the repository add-on to tool before and it worked. However, in the meantime I use HA 11.5 core and the latest UI.

Protocol: Logger: homeassistant.components.hassio Source: components/hassio/websocket_api.py:138 Integration: Home Assistant Supervisor (documentation, issues) First occurred: 17:11:26 (1 occurrences) Last logged: 17:11:26

Failed to to call /store/repositories - https://github.com/scheidtdav/homeassistant-kostal-piko is not a valid add-on repository

scheidtdav commented 7 months ago

Hi 👋 It looks like you were trying to add this to the Supervisor repositories. This is not an add-on repository for the supervisor. You may either add this to your Home Assistant using the source code (which I do not recommend) or you will have to use HACS to be able to add this as a custom repository to your installation. You can find documentation for that here: https://hacs.xyz/docs/faq/custom_repositories/

Hope that helps :-)

wolfei87 commented 7 months ago

thank you for the hint. still to learn a lot. managed to get it installed!

wolfei87 commented 7 months ago

Hi David,

Please find attached the error message reported back by the system protocol.

Logger: homeassistant.const Source: helpers/deprecation.py:205 First occurred: 17:59:23 (4 occurrences) Last logged: 17:59:23

POWER_WATT was used from kostal, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.WATT instead, please report it to the author of the 'kostal' custom integration ENERGY_KILO_WATT_HOUR was used from kostal, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.KILO_WATT_HOUR instead, please report it to the author of the 'kostal' custom integration ELECTRIC_POTENTIAL_VOLT was used from kostal, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricPotential.VOLT instead, please report it to the author of the 'kostal' custom integration ELECTRIC_CURRENT_AMPERE was used from kostal, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricCurrent.AMPERE instead, please report it to the author of the 'kostal' custom integration

BR Wolfgang

Am 20.02.2024 um 08:55 schrieb David Scheidt @.**@.>>:

Hi 👋 It looks like you were trying to add this to the Supervisor repositories. This is not an add-on repository for the supervisor. You may either add this to your Home Assistant using the source code (which I do not recommend) or you will have to use HACShttps://hacs.xyz/ to be able to add this as a custom repository to your installation. You can find documentation for that here: https://hacs.xyz/docs/faq/custom_repositories/

Hope that helps :-)

— Reply to this email directly, view it on GitHubhttps://github.com/scheidtdav/homeassistant-kostal-piko/issues/14#issuecomment-1953655342, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIATKVXQNO7M4NTE47XXHODYURJHVAVCNFSM6AAAAABDPXHVV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJTGY2TKMZUGI. You are receiving this because you authored the thread.Message ID: @.***>

scheidtdav commented 7 months ago

Hey,

I have created a new issue for this. Don't worry, for now those are just warnings about deprecations. It will work like this until January 2025. I'll take care of those warnings in the next release :)