How to reset rbe?

I try to reset narrowband but maybe I don't understand how this works.
10 = PASS
10 = PASS
10 = PASS
12 = BLOCK because change of value compared to last output is greater or equal to 1
inject "reset" = to clear the stored value for all topics
12 = should pass now....but it doesn't.....
000
How can I reset narrowband ?

[{"id":"57867a06.406d7c","type":"rbe","z":"886a888e.44f678","name":"","func":"narrowbandEq","gap":"1","start":"","inout":"out","property":"payload","x":730,"y":3340,"wires":[["ff2bae21.524fd8"]]},{"id":"dafdac50.01106","type":"inject","z":"886a888e.44f678","name":"","topic":"","payload":"12","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":530,"y":3300,"wires":[["57867a06.406d7c"]]},{"id":"8175f9fe.c3f1f8","type":"inject","z":"886a888e.44f678","name":"","topic":"","payload":"10","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":530,"y":3340,"wires":[["57867a06.406d7c"]]},{"id":"80d56384.e7ab6","type":"inject","z":"886a888e.44f678","name":"","topic":"","payload":"reset","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":530,"y":3380,"wires":[["57867a06.406d7c"]]},{"id":"ff2bae21.524fd8","type":"debug","z":"886a888e.44f678","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":890,"y":3340,"wires":[]}]

You have set msg.payload to the string "reset" whereas you need to set msg.reset. It isn't clear from the help what you have to set it to, but I think setting it to boolean true would probably do it.

reset

Even a blank msg causes a reset.

Thank's !!! Now it works....

You don't need to use a change node, just format your inject node the same as my screenshot above.

@GeorgeX may not be using an up to date version of node red, so may not be able to set msg.reset in the inject node.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.