Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot see "salusfy" in the entities #5

Open
kvlq opened this issue Dec 20, 2022 · 8 comments
Open

Cannot see "salusfy" in the entities #5

kvlq opened this issue Dec 20, 2022 · 8 comments

Comments

@kvlq
Copy link

kvlq commented Dec 20, 2022

I did all the steps described but after restarting HA, there is no climate.salus_thermostat in the entities.
HA is intalled in docker(portainer) on a rpi3b+, so i copied those 3 files in var/lib/docker/volumes/Home-Assistant/_data/config/custom_components/salusfy. Then added:
`climate:

  • platform: salusfy
    username: “xxxx”
    password: "xxx"
    id: "xxx"`
    In configuration.yaml

How can i fix it?
Greeting from Romania also. :)

@snigehere
Copy link

Do you see anything in the system log?

@kvlq
Copy link
Author

kvlq commented Dec 20, 2022

:0:0 Script error.
16:12:44 - (ERROR) components/system_log/__init_py - message first occurred at 16:12:32 and shows up 5 times

Platform error: climate - Integration 'salusfy' not found.
16:12:26 - (ERROR) config.py

Just these 2 in HA->Settings->System->Logs

@gmoscalu
Copy link

@kvlq - restart HA before adding the lines to configuration.yaml, then restart again after adding the lines. It worked for me.

Greetings from a fellow Romanian :)

@djdeag
Copy link

djdeag commented Aug 27, 2023

I seem to be missing something....

So I have copied the three files to a folder called salusfy in the custom_components folder, rebooted HA, then added the configuration to configuration.ymal and I still get the same error message as above...Platform error climate.salusfy - Integration 'salusfy' not found.

Am I supposed to update any other file? Or a setting for the folder to be scanned and indexed for this?

@snigehere
Copy link

@djdeag did you restart again after adding the lines to the config? (sorry, it was not clear from your comments if you did or not)

@djdeag
Copy link

djdeag commented Aug 27, 2023

@snigehere I did with no change.

@snigehere
Copy link

All I can suggest is to recheck format, spacing etc in the config and re-download the files. Make sure that there has not been any code page conversion of the file contents - compare the downloaded one with the ones in github

... If you put the three files in the custom_components/salusfy/ folder
__init__.py
climate.py
manifest.json

then HA should recognise them and be aware of the integration .. the fact it does not suggests a config error or corrupt files.

What shows up in the log?

This is my config which is working fine
Snap4

If this does not fix it then its limit of my ability to help - hopefully someone else can add some additional guidance.

@SimonLight001
Copy link

Just to wrap this one up, i had the same issue as above. Maybe it was naivety or maybe docs were not clear. Under your custom_components folder, create a folder called salusfy, and copy everythign from within the repo, under the custom_component/salusfy folder, into the salusfy folder.
In summary, structure should look like the following.
image
Doing this, then restarting HA, and adding config into configuration.yaml, then restarting, allowed the thermostat to 'just work'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants