-
Notifications
You must be signed in to change notification settings - Fork 34
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
unique id not assigned #41
Comments
I was about to write the same thing. |
same issue for other integrations, will help change identifier from IP to MAC, but I not have such knowledge... |
https://github.com/lucadjc/samsungrac |
Changed climate_ip folder for the lucadjc's one... still unique_id error. |
did you restart HA? |
Yeah, even system restart |
can you check if the file climate.py under homeassistant\custom_components\climate_ip path has the following statement?
|
Line 252 and ahead of climate.py, correct |
turn on the logs into configuration.yaml and see into HA logs and please post here the results |
|
try to evaluate the property |
same result with device_id: 'token' Nothing unusual in the logs. |
change here as following
and post the log results |
edited... i'm dumb |
Have you copied here all the logs? Is the conditioner working? |
Sorry for the failed log, here is the good one. 2023-08-30 16:40:40.257 INFO (MainThread) [custom_components.climate_ip.climate] climate_ip: async setup platform |
can you text both the configuration of configuration.yaml file? |
Yeah, I was trying only in one of my 2 ACs.
|
I'm a bit confused, into this configuration.yaml you've .140 with name "AC Salon", .141 with "Ac Despacho" |
@lucadjc!! WTF?!?! Now both ACs have unique_id working after last reboot for fresh logs, haven't changed anything in the config and lots of reboots and system reboots. Thank you so much for your support and for the custom component! |
Welcome, I'm supposing that HA was linking still the old version |
I had the same error, but had to edit this: |
Hi!
I noticed that in the HA front end is not possible to set the climate entities (e.g. by assigning a room or exposing them to voice assistant), because the climate ip entitis do not have a unique ID set.
I even tried to assign one via yaml in tne configuration as customization of the etntitis, but the result is the same.
What can be done to overcome this?
The text was updated successfully, but these errors were encountered: