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
Hi all here in this uPy Blynk community. I was doing a lot of debugging for one home automation project and finally, the conclusion is I found something estrange in this lib BlinkLib v0.2.1 running in ESP32 board.
I found that if I use a text input widget, (i.e to enter a secret code to open a door in my project) this widget create 3 updates, when all other widget not. even using same virtual port for other widget, text input triplicates whereas let say button not.
running the script with log=print I get this when I just use a button
doing some lib protocol / connect debug I saw one normal message when button at v63 and a triplicate long message from server when the updates comes not from a button widget but from a text input widget also on v63
Hi all here in this uPy Blynk community. I was doing a lot of debugging for one home automation project and finally, the conclusion is I found something estrange in this lib BlinkLib v0.2.1 running in ESP32 board.
I found that if I use a text input widget, (i.e to enter a secret code to open a door in my project) this widget create 3 updates, when all other widget not. even using same virtual port for other widget, text input triplicates whereas let say button not.
running the script with log=print I get this when I just use a button
that is ok as I press the button (v63 ->1) and then realease it (v63 -> 0)
but entering a value in text input widget same virtual, I got this>
in my code understanding this I had to block subsequent updates /messages after first. as a workaround.
any hints to clean up?
thanks, greeting from an in-quarentine home.
<M
The text was updated successfully, but these errors were encountered: