We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whilst testing an issue with home assistant home-assistant/core#134934 I found that for updates the resources called was growing:
2025-01-06 21:12:19.805 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
I think this may be sometimes if startup is slow, init may get call multiple times:
This is caused by addition to the class constant in the init method:
pydaikin/pydaikin/daikin_brp069.py
Lines 142 to 155 in 2faa3a1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Whilst testing an issue with home assistant home-assistant/core#134934 I found that for updates the resources called was growing:
I think this may be sometimes if startup is slow, init may get call multiple times:
This is caused by addition to the class constant in the init method:
pydaikin/pydaikin/daikin_brp069.py
Lines 142 to 155 in 2faa3a1
The text was updated successfully, but these errors were encountered: