-
Notifications
You must be signed in to change notification settings - Fork 590
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
Added Woox R7246 #2717
Added Woox R7246 #2717
Conversation
Is the IR support using dps 201 and 202? This seems to be standardised so you can probably copy from one of the other remote devices that uses those same dps. If it is using other dps ids, and/or more dps, then it might need more details to get right (there is an older protocol, and I did try to support it also when writing the remote implementation, but it is maybe less standardised so may need tweaks to the Python to account for variations). |
I still had no time to test the IR functions, but I did pull the info from dev.tuya account, which seems to confirm the IR is on 201/202:
|
custom_components/tuya_local/devices/woox_r7246_ir_remote_with_th_sensor.yaml
Show resolved
Hide resolved
- shorten top level name (it is prepended in various places in UI so better if short) - update products section to new format with split manufacturer and model ready for use in device info in future. PR make-all#2717
- shorten top level name (it is prepended in various places in UI so better if short) - update products section to new format with split manufacturer and model ready for use in device info in future. PR #2717
This is supposed to also have IR support, but haven't tested it yet and there are no dpids for that reported by default.
Work in progress.