tzapu / node-red-contrib-blynk-websockets

MIT License
35 stars 12 forks source link

Connected but not triggering events #2

Open lehighkid opened 8 years ago

lehighkid commented 8 years ago

I have a local blynk server up and running. I can connect from iPhone and action two different arduinos. I installed this via npm, configured in NR and can connect successfully from NR to local server via WS. I configured a read event for V0 and on my iPhone a new dashboard with generic board with a button using pin V0 but when I click it on my dashboard the event is never received by NR although the dashboard does detect when the NR connection goes offline (i.e. deploy).

1) Am I approaching this correctly? 2) Where can I dig into see why there is no trigger event in NR?

Thanks!

tzapu commented 8 years ago

hi,

it s a bit confusing, but blynk actually does a write event when you press a button in the dashboard read events are called by stuff like dispalys

hope this helps

lehighkid commented 8 years ago

Ahh, I swapped in a write event and all is working! Thank you so much for the clarity and great work!