You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my house I have several boxes that have four buttons. They work in Zigbee and allow me to launch scenes. The problem is that they are not recognized by tuya local.
They see them, but do not recognize them correctly.
I don't know how to get there, do I have to make a custom object, or do I have to ask here for the addition of its support.
I would like to migrate to tuya local, but without their support it is just impossible for me.
They have 4 buttons, and each of them has 3 different pressures: short press, double press, long press
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi :),
I need help.
In my house I have several boxes that have four buttons. They work in Zigbee and allow me to launch scenes. The problem is that they are not recognized by tuya local.
They see them, but do not recognize them correctly.
I don't know how to get there, do I have to make a custom object, or do I have to ask here for the addition of its support.
I would like to migrate to tuya local, but without their support it is just impossible for me.
They have 4 buttons, and each of them has 3 different pressures: short press, double press, long press
Here is the code I have in Tuya Developer :
switch_mode1 Enum
{
"range": [
"click",
"double_click",
"press"
]
}
switch_mode2 Enum
{
"range": [
"click",
"double_click",
"press"
]
}
switch_mode3 Enum
{
"range": [
"click",
"double_click",
"press"
]
}
switch_mode4 Enum
{
"range": [
"click",
"double_click",
"press"
]
}
battery_percentage Integer
{
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
https://fr.aliexpress.com/item/1005005401760152.html?spm=a2g0o.productlist.main.1.7d12HHkpHHkpn3&algo_pvid=9c468c87-8107-41b8-a421-128301c997e1&algo_exp_id=9c468c87-8107-41b8-a421-128301c997e1-0&pdp_npi=4%40dis%21EUR%2113.23%217.23%21%21%2198.42%2153.78%21%40211b618e17362777529428289e9490%2112000032933713666%21sea%21FR%210%21ABX&curPageLogUid=zOORMUoIsl5x&utparam-url=scene%3Asearch%7Cquery_from%3A
Beta Was this translation helpful? Give feedback.
All reactions