biker91620 / ha-cozytouch

Cozytouch support for Home Assistant
GNU General Public License v2.0
16 stars 22 forks source link

Integration cozytouch not found when trying to verify its XXX platform #8

Open Sku4l opened 4 years ago

Sku4l commented 4 years ago

Hey Biker,

First of all thanks a lot for all the hard work, I guess that adding my heaters to Home Assistant would absolutely awesome. Unfortunately after many tries (struggled with python version, move to Debian buster, etc.), I end up with the following errors but I have absolutely no clue how to fix:

Integration cozytouch not found when trying to verify its sensor platform. Integration cozytouch not found when trying to verify its switch platform. Integration cozytouch not found when trying to verify its climate platform. Integration cozytouch not found when trying to verify its binary_sensor platform.

From other similar errors for other integrations, they seem to be talking about a manifest file but I must say I cannot figure out what this would mean in my case.

Thanks a lot!

Sku4l commented 4 years ago

It seems that I fixed the issue and have Cozytouch component work with Home Assistant v0.97.2.

I am not entirely sure of what the problem was as I tried many different things, but for information I created a manifest.json file inside the custom_component/cozytouch that contains the basic information:

{ "domain": "cozytouch", "name": "Cozytouch", "documentation": "https://github.com/biker91620/ha-cozytouch", "dependencies": [], "codeowners": [], "requirements": [] }

As I am a total noob this may not be appropriate, so feel free to correct me.

I still have a problem with the climate component but it is a different issue, so I will investigate and create a new thread if necessary.

thundergreen commented 4 years ago

@Sku4l please be aware that climate component had completely rewrite. opetarion mode is now hvac mode etc.. I guess this custom component needsa completet cleanup

@biker91620 Could you make this component compatible to latest hass release please? :)