Skip to content
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

Support Tuya 0d devices #6

Closed
volker76 opened this issue Oct 2, 2023 · 3 comments
Closed

Support Tuya 0d devices #6

volker76 opened this issue Oct 2, 2023 · 3 comments
Labels
enhancement New feature or request testing in testing state - use dev_and_test branch to validate

Comments

@volker76
Copy link
Owner

volker76 commented Oct 2, 2023

see this discussion github.com/codetheweb/tuyapi

there are devices which cannot be read with the DP_QUERY

requires code like

var jsonIn = dev.FillJson("{\"dps\":{\"1\":null,\"2\":null,\"100\":null,\"102\":null,\"103\":null}}", true,true,true,true);
byte[] request = dev.EncodeRequest(TuyaCommand.CONTROL_NEW, jsonIn);
@volker76 volker76 added the enhancement New feature or request label Oct 2, 2023
@volker76
Copy link
Owner Author

volker76 commented Oct 4, 2023

in progress - see branch device-suport-od

@volker76 volker76 added the testing in testing state - use dev_and_test branch to validate label Oct 5, 2023
@volker76
Copy link
Owner Author

volker76 commented Oct 5, 2023

adressed in 498c74b

@volker76
Copy link
Owner Author

volker76 commented Oct 5, 2023

closed with version v1.0.0

@volker76 volker76 closed this as completed Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing in testing state - use dev_and_test branch to validate
Projects
None yet
Development

No branches or pull requests

1 participant