o0Zz / ha-melcloud

59 stars 22 forks source link

After upgrade Home Assistant to 0.92.0 #8

Closed LainX84 closed 5 years ago

LainX84 commented 5 years ago

Integration melcloud not found when trying to verify its climate platform. components/hassio/init.py (ERROR) - message first occured at 11:08 and shows up 3 times

MuppetOwl commented 5 years ago

You need to create a empty init.py file in the Melcloud folder. Breaking change in the release notes for 0.92.0

LainX84 commented 5 years ago

Do It, i've create empity init.py bit the issue Is not solve

MuppetOwl commented 5 years ago

it must be named like this __init__.py You can also try to remove the pycache folder.

detxm80 commented 5 years ago

removed pycache folder solved the issue for me, init.py file already exists

detxm80 commented 5 years ago

@CookieMonster87 there is a way to put this custom component in custom updater?

What is the difference with your version and o0Zz version? Thanks

LainX84 commented 5 years ago

Upgrade HA to 0.92.1 and now melcloud turn back to work correctly. Additional alert in the logs :

You are using a custom integration for melcloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.

Updating state for climate.melcloud_camera_matteo_120175 (<class 'custom_components.melcloud.climate.MelCloudClimate'>) took 0.507 seconds. Please report platform to the developers at https://goo.gl/Nvioub

Updating state for climate.melcloud_camera_genitori_120176 (<class 'custom_components.melcloud.climate.MelCloudClimate'>) took 0.420 seconds. Please report platform to the developers at https://goo.gl/Nvioub

Updating state for climate.melcloud_cucina_120180 (<class 'custom_components.melcloud.climate.MelCloudClimate'>) took 0.428 seconds. Please report platform to the developers at https://goo.gl/Nvioub

LainX84 commented 5 years ago

Upgrade HA to 0.92.1 and now melcloud turn back to work correctly. Additional alert in the logs :

You are using a custom integration for melcloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.

Updating state for climate.melcloud_camera_matteo_120175 (<class 'custom_components.melcloud.climate.MelCloudClimate'>) took 0.507 seconds. Please report platform to the developers at https://goo.gl/Nvioub

Updating state for climate.melcloud_camera_genitori_120176 (<class 'custom_components.melcloud.climate.MelCloudClimate'>) took 0.420 seconds. Please report platform to the developers at https://goo.gl/Nvioub

Updating state for climate.melcloud_cucina_120180 (<class 'custom_components.melcloud.climate.MelCloudClimate'>) took 0.428 seconds. Please report platform to the developers at https://goo.gl/Nvioub

Il giorno gio 25 apr 2019 alle ore 21:29 detxm80 notifications@github.com ha scritto:

@CookieMonster87 https://github.com/CookieMonster87 there is a way to put this custom component in custom updater?

What is the difference with your version and o0Zz version? Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/o0Zz/ha-melcloud/issues/8#issuecomment-486807386, or mute the thread https://github.com/notifications/unsubscribe-auth/AFLPJ36BMOMODZVCYUIBRYTPSIBCDANCNFSM4HILHENA .

aravndal commented 5 years ago

Included the following files in the melcloud directory to get it working.

__init__.py: """The Melcloud integration."""

manifest.json: { "domain": "melcloud", "name": "Melcloud", "documentation": "https://github.com/o0Zz/ha-melcloud/", "dependencies": [], "codeowners": ["@o0zz"], "requirements": ["requests"] }

o0Zz commented 5 years ago

@aravndal Thank you for your support. I added these 2 files to the repo.

zazza1973 commented 5 years ago

Hi all, thanx for the hints. I fixed it with version 97.b1 when I put the CASE of the folder equal to that in the manifest and in the configuration.yaml