I’m completely new to HA and been struggeling a couple of days now with getting the token for my AC, finally got it and try to install climate_ip.
This integration.
Downloaded the code and copied to config\custom_components\climate_ip.
In config.yaml I have this code:
platform: climate_ip
config_file: ‘samsung_2878.yaml’
ip_address: ‘xx’
token: ‘xx’
cert: ‘ac14k_m.pem’
mac: ‘xx’
But only get error in HA: Platform error tts.climate_ip - Integration ‘climate_ip’ not found.
edit:::new error Platform error climate.climate_ip - Integration ‘climate_ip’ not found.
Don’t understand what I am doing wrong here?
edit: installed an old version, got it working with using the newest one found here: GitHub - atxbyea/samsungrac: Home Assistant Climate Device for controlling (not only) Samsung AC
atxbyea has taken over the maintenance.
In case somebody stumble upon this thread in google
tom_l
December 31, 2021, 1:31am
2
There seems to be a major omission from the climate_ip instructions .
Instead of putting that config drectly in configuration.yaml you should put it under climate:
in configuration.yaml.
e.g. configuration.yaml
climate:
- platform: climate_ip
config_file: 'samsung_2878.yaml'
ip_address: ...etc
After adding this, save the file and restart home assistant.
Hmm, tried that now but still same error message…
tom_l
December 31, 2021, 11:51am
4
Well if it is the same error you have not done what I said. The error says you have incorrectly placed it under text to speach (TTS):
error tts.climate_ip
Show your configuration.yaml where you have included this. Including the parts above and below it.
Took a screenshot of my config now.
I have read that yaml files are somewhat strict programming language, so may be something I cant see here
Tiny update to the original thread: error: Platform error climate.climate_ip - Integration ‘climate_ip’ not found.
tom_l
December 31, 2021, 12:53pm
7
Right. So a completely different error.
You need to check that you have actually done this correctly and restarted:
Yeah, I’ve been trying different things while having this thread and a fb thread going on at the same time, so forgot to update the new error. Tried to edit and change folders, but to no good.
I shall delete all the files and start over again and see if that solves the problem. Just have to take a break before I throw my computer in the wall, haha
tom_l
December 31, 2021, 1:01pm
9
When downloading the files from github make sure you select “download zip”.
1 Like
Got it working, updated topic and original thread with solution.
Installed the old version, updated to the new one found here : GitHub - atxbyea/samsungrac: Home Assistant Climate Device for controlling (not only) Samsung AC