salusfy icon indicating copy to clipboard operation
salusfy copied to clipboard

Cannot see "salusfy" in the entities

Open kvlq opened this issue 2 years ago • 7 comments

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. :)

kvlq avatar Dec 20 '22 14:12 kvlq

Do you see anything in the system log?

snigehere avatar Dec 20 '22 14:12 snigehere

: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

kvlq avatar Dec 20 '22 14:12 kvlq

@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 :)

gmoscalu avatar Jun 21 '23 23:06 gmoscalu

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?

djdeag avatar Aug 27 '23 17:08 djdeag

@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)

snigehere avatar Aug 27 '23 17:08 snigehere

@snigehere I did with no change.

djdeag avatar Aug 27 '23 18:08 djdeag

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.

snigehere avatar Aug 27 '23 20:08 snigehere