-
Notifications
You must be signed in to change notification settings - Fork 157
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
Fixing an issue after updating to Home Assistant 2024.2.0 #112
base: main
Are you sure you want to change the base?
Conversation
Fixing issue after updating to Home Assistant 2024.2.0
Fixing an issue after updating to Home Assistant 2024.2.0
Fixing an issue after updating to Home Assistant 2024.2.0 update
I have the same issue with ha_tuya_ble HACS after the new Tuya integration started in 2024.2. How did you fix it? |
Is it still stable and working on your side since 2024.2 ?? |
I open an additional issue (see #117), because it seems I have the same problems. I'm not able to get it running and have always an error. |
This is the exact approach I used, and while HA sees devices, once I select them to add (after inputting my credentials), I get an error saying the devices aren't registered in the cloud. They are, I've triple checked. And even registered a new tuya account/cloud account but same error. |
Then maybe I'm lucky but this is how I got it to work... It would be nice to have a final fix that works. I use that Tuya BLE Integration for a fingerbot and I even bought a Zigbee fingerbot last week in case that integration fails again... |
Thx for the hint with the forked repro. Now I got the installation done, my test bot is running now (CubeTouch II, product_id 'xhf790if'). My 2nd test device (fingerbot plus, riecov42) is detected, but no entities available/detected. |
Tuya BLE integration is still young, I guess it still needs development and would benefit from a dedicated programmer that would help in making it possible for the integration to discover entities from each BLE devices |
I was able to fix my custom component by adding the missing imported parameters to const.py instead of importing them from Tuya integration's const.py.
Note that my version is different from the one here so maybe more changes required for this to work completely.