salusfy
salusfy copied to clipboard
Cannot see "salusfy" in the entities
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. :)
Do you see anything in the system log?
: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 - 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 :)
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 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 I did with no change.
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
If this does not fix it then its limit of my ability to help - hopefully someone else can add some additional guidance.