Can't connect Allesin roller blinds (sub devices through Hub) #3293
Unanswered
admiralroflknife
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to connect these allesin roller blinds through a wifi hub, but i cant get past the configuration step, the hubs and curtains are detected fine by the integration, I've tried using Node ID, UUID but i always get the error of "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
Logging is :
2025-05-29 11:51:18.478 DEBUG (MainThread) [custom_components.tuya_local.device] Refreshing device state for Test
2025-05-29 11:51:18.478 DEBUG (MainThread) [custom_components.tuya_local.device] Setting protocol version for Test to 3.3
2025-05-29 11:51:23.517 DEBUG (SyncWorker_0) [custom_components.tuya_local.device] Test refreshed device state: null
2025-05-29 11:51:23.518 DEBUG (MainThread) [custom_components.tuya_local.device] Retrying after exception <class 'TypeError'> argument of type 'NoneType' is not iterable (0/3)
I've also did the query device details thing in the cloud api explorer with the device ID it works right away giving me state data and everything. The normal intergration for tuya works fine and does send me device states so I'm hopeing this is a config thing.
I made a custom yaml for the below data, but doesn't help and ai cant get to that step anyways.
heres is the output from the devices with ID's, this is the gateway and 1 curtain. Is there something I'm missing?
{
"result": [
{
"active_time": 1745876975,
"biz_type": 0,
"category": "wg2",
"create_time": 1745876975,
"icon": "smart/icon/ay1566735522241p8Jxl/e03e480ceb13406c9643d9a6c56d50aa.jpg",
"id": "ebe0bbd55c1290eb77x9j7",
"ip": "nope",
"lat": "redacted ",
"local_key": "REDACTED",
"lon": "-118.38",
"model": "AC801",
"name": "wifi bridge",
"online": true,
"owner_id": "226940622",
"product_id": "rlhigfgepms5u1n6",
"product_name": "wifi bridge",
"status": [
{
"code": "master_mode",
"value": "disarmed"
}
],
"sub": false,
"time_zone": "-07:00",
"uid": "az1734811468491ITf94",
"update_time": 1747183346,
"uuid": "6934751f63ac6323",
"mapping": {
"1": {
"code": "master_mode",
"type": "Enum",
"values": {
"range": [
"disarmed",
"arm",
"home",
"sos",
"work",
"play"
]
}
}
}
},
{
"active_time": 1745898399,
"biz_type": 0,
"category": "cl",
"create_time": 1745898399,
"icon": "smart/icon/ay1566735522241p8Jxl/471e49b243b1c268971f244709c5f750.jpg",
"id": "eba0f15f7c963b84d6apfq",
"ip": "",
"lat": "redacted ",
"local_key": "redacted ",
"lon": "-118.38",
"model": "\u5b50\u8bbe\u5907",
"name": "Living Room East - Left",
"node_id": "EE 56 FE F8",
"online": true,
"owner_id": "226940622",
"product_id": "qtemqjy7axczkkls",
"product_name": "smart motor",
"status": [
{
"code": "control",
"value": "open"
},
{
"code": "percent_control",
"value": 0
},
{
"code": "percent_state",
"value": 0
},
{
"code": "control_back_mode",
"value": "forward"
},
{
"code": "work_state",
"value": "closing"
},
{
"code": "time_total",
"value": 55000
},
{
"code": "fault",
"value": 0
}
],
"sub": true,
"time_zone": "-07:00",
"uid": "az1734811468491ITf94",
"update_time": 1746152257,
"uuid": "eba0f15f7c963b84d6apfq",
"mapping": {
"1": {
"code": "control",
"type": "Enum",
"values": {
"range": [
"open",
"stop",
"close"
]
}
},
"2": {
"code": "percent_control",
"type": "Integer",
"values": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
},
"3": {
"code": "percent_state",
"type": "Integer",
"values": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
},
"5": {
"code": "control_back_mode",
"type": "Enum",
"values": {
"range": [
"forward",
"back"
]
}
},
"7": {
"code": "work_state",
"type": "Enum",
"values": {
"range": [
"opening",
"closing"
]
}
},
"10": {
"code": "time_total",
"type": "Integer",
"values": {
"unit": "ms",
"min": 0,
"max": 120000,
"scale": 0,
"step": 1
}
},
"12": {
"code": "fault",
"type": "Bitmap",
"values": {
"label": [
"motor_fault"
]
}
}
}
},
Beta Was this translation helpful? Give feedback.
All reactions