mariusz-ostoja-swierczynski / tech-controllers

TECH Controllers integration for Home Assistant
MIT License
96 stars 67 forks source link

Unable to setup integration on Version: 2021.6.6 #23

Closed laurynas-V closed 2 years ago

laurynas-V commented 3 years ago

Unable to setup integration to new Home-assistant setup Version: 2021.6.6. Done everything according instructions. But can't find integration.

Screenshot 2021-06-26 at 13 19 29 Screenshot 2021-06-26 at 13 20 40 Screenshot 2021-06-26 at 13 20 53 Screenshot 2021-06-26 at 13 21 19
adamkac commented 3 years ago

check this out :) https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/22

cmeliak commented 3 years ago

Hello, do I have the same problem as you solved it? @laurynas-V @adamkac @mariusz-ostoja-swierczynski

nepozs commented 3 years ago

@cmeliak This repository is really outdated, you should use some fresh fork. One of maintainers should start completely separate new project derived from this one, as initial author @mariusz-ostoja-swierczynski had abandoned it year ago.

ondrej-vereb commented 3 years ago

Hi All, I had the same issue. Check your logs in Configuration -> Logs. I found there a message which was saying "The custom integration 'tech' does not have a version key in the manifest file and was blocked from loading". To fix it just add a version statement in _/config/customcomponents/tech/manifest.json .

Mine looks like this:

{ "domain": "tech", "name": "Tech Controllers", "version": "1.0", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tech", "requirements": ["tech"], "dependencies": [], "codeowners": [ "@mariusz.ostoja-swierczynski" ] }

After a reboot of the Haas integration appears in search it's possible to install and works well.

Regards Ondrej

mariusz-ostoja-swierczynski commented 2 years ago

The fixes for this were merged to master.

Furthermore few new features https://github.com/mariusz-ostoja-swierczynski/tech-controllers/issues/7 and https://github.com/mariusz-ostoja-swierczynski/tech-controllers/issues/15 are finally done in dev branch.

@ondrej-vereb @cmeliak @adamkac Please test it out and report any issues. I will marge is to master hopefully soon.

Few words of explanations it took so long. During the development of this feature I was trying to get some simple support from Tech (answer on their APIs), but they didn't provide it although they promised it. After long time of reminding myself to them, winter was over and I lost both time and motivation. This winter I found out how many people were interested in this integration and even some people put effort for further development of this integration and so I regained bit of motivation. Anyway I don't have anything against forking this repo and moving forward if I lost it again :)