Trouble adding a generic ZigBee IR Remote #4345
MrJinxed55
started this conversation in
General
Replies: 1 comment 3 replies
|
Oh, I just relized something. My IR Remote is choosable as a gateway in the UI, but I always choose my ZigBee gateway. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
every time I try to add my ZigBee IR Remote I get this error message:

My device info is the following:
{
"result": {
"active_time": 1734332162,
"bind_space_id": "47786446",
"category": "wnykq",
"create_time": 1734332162,
"custom_name": "",
"icon": "smart/icon/ay1525749833414yotNt/a497f1a20565004e31e1d07c39ecf247.png",
"id": "bf374dbf743909d359p7sj",
"ip": "",
"is_online": true,
"lat": "13.52",
"local_key": "",
"lon": "99.83",
"model": "ZS06ZS3L",
"name": "Zigbee IR Remote",
"product_id": "7v1k4vufotpowp9z",
"product_name": "ZS06ZS3L",
"sub": true,
"time_zone": "+07:00",
"update_time": 1734332162,
"uuid": "f84477fffe7b6275"
},
"success": true,
"t": 1768678254570,
"tid": "0a52d0d2f3db11f0b6574ecbcf0f8c92"
}
It does not have so much exiting DP's:
{
"result": {
"properties": [
{
"code": "ir_send",
"custom_name": "",
"dp_id": 201,
"time": 1734332162253,
"type": "string",
"value": ""
},
{
"code": "ir_study_code",
"custom_name": "",
"dp_id": 202,
"time": 1734332931475,
"type": "raw",
"value": "eyJ2ZXIiOiIzIiwiaXJfZmVxIjozODAwMCwiZGF0YSI6IkJWa0I4d0YrQWVBQkF3bFpBVWNGV1FIekFYNEJRQWZnQlFOQUV3RitBZUFORytBREt3RitBVUFEQmZNQldRSHpBVUFINEFNRFFCUGdCUU1CUndXQUF3SHpBWUFud0EvQUIrQUhGOEFQUUFkQUkwQUhBL01CV1FHQUN3ZFpBZk1CZmdGSEJVQUR3QXNBV1NBUEFWa0JnQmNCV1FGQUErQUhDd0h6QVlBVFFBZUFId05aQWZNQjRBRVBRQlBBQTBBWEJVY0ZmZ0h6QVlBTGdBY1RXUUZIQlZrQjh3RitBVWNGZmdIekFWa0JSd1hnQlFPQUUrQUJHMEFQQWZNQmdBOEI4d0hnQXdPQUV3RkhCZUFWQXdFbkFvQURBZk1CZ0FOQUQrQURDd3RIQlZrQlJ3VlpBVWNGV1FFPSJ9"
}
]
},
"success": true,
"t": 1768678599480,
"tid": "d7e25484f3db11f0b748aa353f4c03b2"
}
I am connecting using a Tuya wired gateway, and have successfully added 5 other ZigBee devices to Tuya local without any issues, other than device yaml issues.
Does anyone have any ideas to what could be causing it to not be addable?
Regards,
Alf Nilsson
All reactions