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
Is it me or did i see a double click / long click event in your code?
From the sensors i can see that you know if the button is being pressed or not so i am guessing it can be done?
that way i can have some actions run without mistakes.
for example Button 3 toggles the cover in the room.... i don't want to toggle the cover by accident so... if we had a long-click event that would make sure that i don't "touch" or "multi-touch" it by mistake
if i had a long-click on multi-touch, i could toggle the lights on the TX Ultimate in case that i don't want them at that time
The text was updated successfully, but these errors were encountered:
TeDeVPrime
changed the title
Request: Long Press on each button?
Request: Long Press on each button and multi-touch?
Jun 11, 2024
By the way, the click, double-click and long-press events are sent to Home Assistant as events. You can monitor those on your Developer Tools / Events area and can use in your automations.
Hi Edward, thank you very much for the work. I am trying to decrypt the serial between the ESP32 and the touch controller. do you need to send a JSon or initilisation to the controller on boot? we are getting a constant generic stream over serial that does not change with touch inputs. any guidance would be much appreciated. Have a great day
Is it me or did i see a double click / long click event in your code?
From the sensors i can see that you know if the button is being pressed or not so i am guessing it can be done?
that way i can have some actions run without mistakes.
for example Button 3 toggles the cover in the room.... i don't want to toggle the cover by accident so... if we had a long-click event that would make sure that i don't "touch" or "multi-touch" it by mistake
if i had a long-click on multi-touch, i could toggle the lights on the TX Ultimate in case that i don't want them at that time
The text was updated successfully, but these errors were encountered: