-
Notifications
You must be signed in to change notification settings - Fork 137
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
Basic support for Light categories #80
base: main
Are you sure you want to change the base?
Conversation
Some refactoring has been done on the Light class so the device functions are fetched from the cloud instead of having to be hardcoded for each product. And some change has been done so the Tuya BLE Light component code is now very close to the official Tuya component code. Similar changes could be done for other product categories |
Hello. Something chages on the cloud API or home assistant (I'm on 2023.11.3 - docker version) that could make the API calls to Tuya cloud fail? Philippe |
Your device should be at least discovered, even without your addition when using this fork. |
I suspect the cloud part of the integration to not work as expected as no device seems to be found. Wrong Tuyau data center (I selected the right one in the interface). I'll try to add some debug informations to try to find something.Le 28 nov. 2023 11:43, Airy André ***@***.***> a écrit :
Your device should be at least discovered, even without your addition when using this fork.
So unfortunately, not sure what's going wrong here.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I've add my device type id here:
Got his from tuya api explorer:
But the integrations says: |
I tested your fork @airy10. Unfortunately I am out of luck: Too bad I bought so many of these lights. 😭 |
Only support basic modes for now (no fancy music or animation mode), and the only model ID I know, but that still could be useful for some - and used as some base works if anyone is interested in improving it