Traceback (most recent call last):
File “/usr/src/app/homeassistant/helpers/entity_platform.py”, line 257, in _async_add_entity
if entity.unique_id is not None:
AttributeError: ‘MelCloudClimate’ object has no attribute ‘unique_id’
I think that is the issue. I dont know how to fix. Maybe @o0Zz can help?
Description of problem:
Before was working. Now is problem:
AttributeError: ‘MelCloudClimate’ object has no attribute ‘unique_id’
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
Traceback (if applicable):
/
Additional information:
Log Details (ERROR)
Thu Mar 07 2019 14:07:21 GMT+0100 (Central European Standard Time)
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py”, line 257, in _async_add_entity
if entity.unique_id is not None:
AttributeError: ‘MelCloudClimate’ object has no attribute ‘unique_id’
This is a custom component, this bug tracker is only for official components. Please raise the issue with the author of the component.
Great its working again Trying to fix the email/password warning this weekend.
My Python skills is very basic so don’t think I’m able to change it to be a official component yet.
Thank you for the update, it helped me get rolling. I’m fairly well versed in Python, but very new to HA, and wanted to take a stab at improving this module.
For example, I want to expose the energy meter as a sensor component. The Daikin module looks like a good starting point, but first step would be to properly separate the API and HA code.
Yes the Daikin component should be a very good starting point. Maybe the Sensibo component also.
Maybe we can work together to make a official HA component?
If you need any help in any other way then programing (python is not my native language / c# .net is) then just tell me… I’m also willing to help if somehow I can…
Would you be able to take a look at why if I add an Ecodan Heater to MELCloud, the component brakes? According to this post the control functions are slightly different from a regular A/C, so it would be a matter of adding those to the component. Thanks!