-
Notifications
You must be signed in to change notification settings - Fork 100
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
Breaking Changes with HA update near 2024.1.3 #233
Comments
i'm on 2024.2.4 and can confirm the integration is working; however, i do have a large gap in my activity log starting around jan 17th so it appears to have been offline until just recently. |
Interesting! I just updated to 2024.2.4 to see if it is fixed. I still have the gap continuing from 1/17/24 onward. I am unable to use the services, "wyzesense.scan" and "wyzesense.remove." Furthermore, the historic devices report their state as unavailable. I see the warning, "This entity is no longer being provided by the wyzesense integration. If the entity is no longer in use, delete it in settings." I have the same previously working integration configuration in my config yaml file. The integration appears to be downloaded, but is not running for me. I am using 0.0.11 with HACS. I run HA in docker on linux. |
I wonder if I have an issue with Python 3.12, introduced in 2024.2 `Logger: homeassistant.components.binary_sensor Error while setting up wyzesense platform for binary_sensor |
I'm having issues as of this morning. It's been about 6 hours. I will take a look at the code and see if i can make any updates. |
Updates: It is quite difficult to quantify this problem, but here's what I've learned:
|
Wow, that's interesting. I wasn't able to get it working with 2024.2.5 at all and just downgraded. |
Which version of HA did you finally use (backed off to) that supported the WyzeSense sensors. I am seeing errors and trying to see what's the last version I could pick where this integration will work... I am running HASS core on RPi 5 on python venv and Python 3.12 that is now part of bookworm release... |
haos 12.1, ha 2024.3.1 working for me |
Thx. So you're pretty much on the latest version. |
Agreed! Latest version 2024.3.1 is working! Something must have changed with 2024.3 |
I'll try latest too. Thanks! |
Sorry if this is off topic (?) but have any of you python programmers been able to fix the latest "depreciated constants" issue outlined in #232 |
I've updated the code to resolve the all of the errors. Feel free to try out my newer code. https://github.com/stewjoel/ha-wyzesense/ |
i applied stewjoel's edits to binary_sensor.py in my own fork. so far so good. the commits did overwrite the previous fix i applied from issue #189 so we'll see how that goes.
replaced with:
|
Has anyone identified any breaking changes with updates on or after 2024.1.3? I am currently using 2024.2.3 and the WyzeSense integration appears to not be loading - the services are not available.
Will post any debug clues I find.
Last known working version: 2023.12
The text was updated successfully, but these errors were encountered: