-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
change 'extra_attributes' type to tuple #227
Conversation
Hi, thank you for your quick fix. |
Can confirm that this restores functionality (I don't use the update entity) |
I have the same problem and downgraded to HA 2023-12. |
@ggajoch Man, you are a genius. Works excellent. Thank you. |
Oh please approve this PR. My statistics and control are not working for days. Hopefully we get a new version within the next days from @BenPru 🤗 |
just change the 3 files in the folder for the meantime :P |
Had the same problem, restarting Home Assistant helped me. |
Okey, I´ve copied the 3 entire files and now it works again. Thanks for the fix!!! |
@ggajoch works fine, thanks for this quick fix |
I have changed all 3 files, even copied them 1:1, but I get the following error in the logs:
|
I'm using version 2023.11.30-Beta. if you click on the link you can see in the header the file names: |
seems like that you added more then one Heat pump ? |
ok, my error quoted earlier is clear now: the integration was already configured but ignored thus the error message. So it's running for me now! a big thank you @ggajoch |
Thanks for the PR. LGTM |
Model.py seems really short in my HA (V2024.1.2) I guess i use the one from bouni? Might be a difference . Where can I see which one I have? Sorry for bothering again... |
go to HACS in the top you see the creator: |
Its getting worse |
Please use a forum or issue, no PR. |
Hi!
After update to home assistant core 2024.1 luxtronik integration does not start properly:
I've tracked it down to the
extra_attributes
being set by thedefault_factory
, which is not a value.This PR changes type of
extra_attributes
to tuple to give it proper value in dataclass. With that change integration starts at my installation successfully.All the best!