PunchThrough / node-red-contrib-bean

Node-Red nodes for the LightBlue Bean
23 stars 16 forks source link

Read Scratch doesn't seem to return anything #11

Closed toofewacres closed 8 years ago

toofewacres commented 8 years ago

Installed Node Red on my PI2 just fine. Add bean nodes, All work except for the Read Scratch. I get read temp, accel, lcd, serial and write scratch to work (verified write by reading on the local bean and outputting as serial). But only get a "null" value returned on ReadScratch thru NodeRed. I have tried string, number, and buffer without getting any results.

Is there something different about writing to the scratch locations so that they can be read thru Node-Red?

swstack commented 8 years ago

Hi @toofewacres ... there was a bug and it is fixed now. Please update your Bean Nodes to v0.5.1 by running this command npm update --prefix ~/.node-red node-red-contrib-bean.

If this doesn't work please re-open the issue and I can assist you further.

Thanks!