Has anyone had any luck with drivers for this device? The device supports single click, double click and long press.
I've have single click functionality for all 3 buttons working by using the "Lightify Smart Switch" driver; any suggestions to get double click and long press working would be appreciated.
Brilliant and simple driver. Veri easy to edit. Even i could do it. Im 51
Can confirm it works great with Tuya TS0044. Four Button scene.
A very, very big thank you.
Hi have modified for the 4 button TS0044 and it is working but not correctly identified as a button device in rule machine. Would you share what line of code you amended to fix it in the button controller app as this might be the reason its not correctly identified for me in rule machine.
The reason it doesn't show up in button controller is because the number of buttons are never specified. While the code for it exists, there's a typo preventing it from being run. On lines 62, 67, 78 are sendButtonNumber. Its missing the open+close parentheses, they should be sendButtonNumber()
Your a star thanks! Got it all working now.For anyone else this helps. I had to press the configure option in the device area to get it to recognise the 4 buttons after correcting the code. I am relatively new to this so was not aware that this needed to be done. Will share my code when I setup a github account.
Anyone's broken since the update. Mine returns this error
errororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: user_driver_gbrown_Zemismart_Zigbee_Button_Remote_993.push() is applicable for argument types: (java.math.BigDecimal) values: [2]
Possible solutions: use([Ljava.lang.Object;), run(), run(), dump(), parse(java.lang.String), use(java.util.List, groovy.lang.Closure) (method push)