Steve-Mcl / node-red-contrib-buffer-parser

A node-red node to convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more.
MIT License
24 stars 8 forks source link

Parser produces output multiple times per second #17

Closed habitoti closed 1 year ago

habitoti commented 1 year ago

The buffer parser receives an input buffer only every 10 seconds, however it continues to trigger the output multiple times per second (so not just when triggered with input). Is that a bug, or did I miss some setting (though it's hard to imagine what the purpose of providing output w/o input for such a transformation node would be...)?

habitoti commented 1 year ago

Seems like this is rather a general NodeRed issue (on HomeAssistant) when doing a lot of debugging. Happens to other nodes as well...