Replies: 1 comment 1 reply
-
I was able to do a dirty modification of controller.py to call the service created by ts1201 integration (link below). I made some tests and in principle, it works. However, I am still struggling to get consistent codes from the integration or convert broadlink codes to ts1201 format. Hope this helps to someone. https://github.com/ferehcarb/zha-device-handlers/blob/dev/zhaquirks/tuya/ts1201.py |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
There are some new Zigbee IR blasters that are supported by ZHA in HA. Is it possible to support it via smartIR?
https://smarthomescene.com/reviews/tuya-zigbee-infrared-ir-remote-zs06-review/
For zigbee version there are two types of devices, battery or usb powered. It will be great addition to smart ir to support it.
Example how code is sent source: zigpy/zha-device-handlers#1687
alias: Vacuum Start
sequence:
data:
cluster_type: in
endpoint_id: 1
command: 2
ieee: 38:5b:44:ff:fe:33:11:8a
command_type: server
params:
code: >-
C7ILsgsfAskBHwLGBYADwAtAB+APA8ArwAfgDyfgIxfAS0AHQDdAB8ADB/pPsguyCx8C4AEXArMCBWCzB8kByQGzAskBQAGAH0AHCR8CyQHJAR8CxgXgBQNAE+A3A+ADU0BL4AMP4AmnAR8CwCNAB+APA0An4AMD4A8n4CMX4AdP4AMP4JWnBLMCxgUfYAPglacJHwLGBR8CxgUfAg==
cluster_id: 57348
mode: single
icon: mdi:robot-vacuum
Beta Was this translation helpful? Give feedback.
All reactions