aalmazanarbs / hassio_aldes

6 stars 4 forks source link

{"message":"Invalid handler specified"} #17

Open Giacomos78 opened 12 months ago

Giacomos78 commented 12 months ago

Cattura Installando mi compare questa schermata, come posso risolvere?

Giacomos78 commented 12 months ago

copiato tutti i file in custom component e lanciato applicazione da integrazioni dopo avere riavviato ha

aalmazanarbs commented 11 months ago

Hi @Giacomos78,

Please, use english as issue language. People are from different parts of the world but usually use english.

The error you are describing is weird, please check the code is in the correct side. In addtion, what HA version are you using?

Giacomos78 commented 11 months ago

Good morning everyone, I apologize if I wrote in Italian. Home assistant supervisor on a virtual machine with a dedicated mini PC, I uploaded all the configuration files in the custom components folder, in a folder called Aldes. I get the message when I try to launch the application in the devices and services section, add integration, select Aldes. And I get the error reported. Cattura

Giacomos78 commented 11 months ago

image I also tried to rename the folder containing the files with Aldes.aldes, but without success.

Giacomos78 commented 11 months ago

Good morning everyone, I apologize if I wrote in Italian. Home assistant supervisor on a virtual machine with a dedicated mini PC, I uploaded all the configuration files in the custom components folder, in a folder called Aldes. I get the message when I try to launch the application in the devices and services section, add integration, select Aldes. And I get the error reported.

I also tried to rename the folder containing the files with Aldes.aldes, but without success.

Il 18/07/2023 09:24 CEST Alejandro Almazán @.***> ha scritto:

Hi @Giacomos78 https://github.com/Giacomos78,

Please, use english as issue language. People are from different parts of the world but usually use english.

The error you are describing is weird, please check the code is in the correct side. In addtion, what HA version are you using?

— Reply to this email directly, view it on GitHub https://github.com/aalmazanarbs/hassio_aldes/issues/17#issuecomment-1639650374, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6NWEOVDJLRQMVK55LKL7SDXQY23TANCNFSM6AAAAAA2IVP53Y. You are receiving this because you were mentioned.Message ID: @.***>

Giacomo Seghi

338 8393982

aalmazanarbs commented 11 months ago

@Giacomos78, I think your directory now is config/custom_components/aldes/aldes, but it must be config/custom_components/aldes.

For example, main file must be in config/custom_components/aldes/__init__.py. Please check.

Giacomos78 commented 11 months ago

Cattura

Giacomos78 commented 11 months ago

Installed file path, but I get the same error code

aalmazanarbs commented 11 months ago

Cattura

In the screen you are sharing, I can not see aldes and translations folder, are present? Just copy the root folder of this repository to config/custom_components/aldes and it should work.

Yo can check mine: Screenshot from 2023-07-24 13-25-21

Giacomos78 commented 11 months ago

Giacomo SeghiIl giorno 24 lug 2023, alle ore 13:24, Alejandro Almazán @.***> ha scritto:

In the screen you are sharing, I can not see aldes and translations folder, are present? Just copy the root folder of this repository to config/custom_components/aldes and it should work.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

Giacomos78 commented 11 months ago

Fixed, I had stupidly extracted all files from folders without recreating source folders in Cusom components, Inspirair top 350/400 devices are not supported, right? Thank you for your support

aalmazanarbs commented 11 months ago

Supported products are here, but you can try to add yours and if ti works create a PR.

To get your product reference, follow this steps.

Regards.

Giacomos78 commented 11 months ago

perdona la mia ignoranza, ma dove devo inserire le due stringhe di codice che mi hai suggerito? Grazie

Il 25/07/2023 08:35 CEST Alejandro Almazán @.***> ha scritto:

Supported products are here https://github.com/aalmazanarbs/hassio_aldes/blob/master/aldes/product.py#L20, but you can try to add yours and if ti works create a PR.

To get your product reference, follow this steps https://github.com/aalmazanarbs/hassio_aldes/issues/14#issue-1732928384.

Regards.

— Reply to this email directly, view it on GitHub https://github.com/aalmazanarbs/hassio_aldes/issues/17#issuecomment-1649206550, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6NWEOQHIFKAXCH623A3UL3XR5SJ5ANCNFSM6AAAAAA2IVP53Y. You are receiving this because you were mentioned.Message ID: @.***>

Giacomo Seghi

338 8393982

aalmazanarbs commented 11 months ago

In config/custom_components/aldes/aldes/product.py, you can see variable _DISPLAY_NAMES. Add your product like:

_DISPLAY_NAMES: Final = {
    'INSPIRAIR_HOME_S' : 'InspirAIR® Home S',
    'EASY_HOME_CONNECT' : 'EASYHOME PureAir Compact CONNECT',
    'DEE_FLY_CUBE' : 'Dee Fly Cube',
    'EASY_HOME_PREMIUM' : 'EASYHOME PureAIR Compact PREMIUM',
    'YOUR_REFERENCE ': 'The display name you want'
}

Then, restart HA.

Giacomos78 commented 11 months ago

added my own product, but i always get this result

Il 25/07/2023 09:41 CEST Alejandro Almazán @.***> ha scritto:

In config/custom_components/aldes/aldes/product.py, you can see variable _DISPLAY_NAMES. Add your product like:

_DISPLAY_NAMES: Final = { 'INSPIRAIR_HOME_S' : 'InspirAIR® Home S', 'EASY_HOME_CONNECT' : 'EASYHOME PureAir Compact CONNECT', 'DEE_FLY_CUBE' : 'Dee Fly Cube', 'EASY_HOME_PREMIUM' : 'EASYHOME PureAIR Compact PREMIUM', 'YOUR_REFERENCE ': 'The display name you want' }

Then, restart HA.

— Reply to this email directly, view it on GitHub https://github.com/aalmazanarbs/hassio_aldes/issues/17#issuecomment-1649298208, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6NWEOSIVWEFTWCGOKMAMW3XR52BLANCNFSM6AAAAAA2IVP53Y. You are receiving this because you were mentioned.Message ID: @.***>

Giacomo Seghi

338 8393982

aalmazanarbs commented 11 months ago

@Giacomos78 what result? does your product support modes?

Giacomos78 commented 11 months ago

hello, I added my car to the list but I'm stuck in this situation, where am I wrong?

Il 25/07/2023 21:23 CEST Alejandro Almazán @.***> ha scritto:

@Giacomos78 https://github.com/Giacomos78 what result? does your product support modes?

— Reply to this email directly, view it on GitHub https://github.com/aalmazanarbs/hassio_aldes/issues/17#issuecomment-1650404888, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6NWEOWTBK3S2PQQK34YKWDXSAMKJANCNFSM6AAAAAA2IVP53Y. You are receiving this because you were mentioned.Message ID: @.***>

Giacomo Seghi

338 8393982