tzapu / node-red-contrib-blynk-websockets

MIT License
35 stars 12 forks source link

websocket write not working as I expected #10

Open aaddame opened 8 years ago

aaddame commented 8 years ago

I have the following situation:

On my android device I have a push button connected to V0. On my particle photon I have a 433Mhz transmitter to control my lights. BLYNK_WRITE(V0) { Blynk.notify("v0 msg"); transmitter.sendGroup(param.asInt()); }

When I push the button, the label changes to on and my lights turn on. Doing the same with Blynk write node doesn't work. I can see in the blynk server log that pushing the button generates 1vw01 From node-red I see vw01