node-red-contrib-persist icon indicating copy to clipboard operation
node-red-contrib-persist copied to clipboard

A Node Red node to persist data over Node Red restarts.

Results 11 node-red-contrib-persist issues
Sort by recently updated
recently updated
newest added

Hi, I have about 30 persist stores all running fine, but I have 3 bar charts, and while the three of them are setup mostly the same, only 1 out...

Use "flows:started" instead.

I get the following error/warning using persist in my flow. "[RED.events] Deprecated use of "nodes-started" event from "/home/pi/.node-red/node_modules/node-red-contrib-persist/persist.js:164:20". Use "flows:started" instead."

node-red-contrib-persist 1.1.2 MODULE_NOT_FOUND

Hi, I tested the persist package. Storage of data in user defined files works as expected, but when trying to restore the data I don't get any message. Neither trigger...

You can reproduce the issue with the following simple flow. [{"id":"f0172f83.431df","type":"persist in","z":"9b7058671cd894c1","name":"myPersistence","storageNode":"42dd5cc5.694f1c","x":500,"y":880,"wires":[]},{"id":"3aa581f3.d377be","type":"inject","z":"9b7058671cd894c1","name":"name1","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"Rhett Nowed","payloadType":"str","x":190,"y":920,"wires":[["f0172f83.431df","2bba8123.3c3a16"]]},{"id":"2bba8123.3c3a16","type":"debug","z":"9b7058671cd894c1","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","x":490,"y":920,"wires":[]},{"id":"faeb0c89d6a66b32","type":"persist out","z":"9b7058671cd894c1","name":"myPersistence","storageNode":"42dd5cc5.694f1c","x":220,"y":980,"wires":[["a8bb0657e73b90ba"]]},{"id":"993d06e061deadf6","type":"debug","z":"9b7058671cd894c1","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1010,"y":980,"wires":[]},{"id":"a8bb0657e73b90ba","type":"change","z":"9b7058671cd894c1","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$join($reverse($split(payload, \"\")))","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":980,"wires":[["993d06e061deadf6"]]},{"id":"b248e089c192291d","type":"comment","z":"9b7058671cd894c1","name":"Will set Rehtt Nowed into the persistence2.json file","info":"","x":790,"y":880,"wires":[]},{"id":"061b342963f7c4d4","type":"comment","z":"9b7058671cd894c1","name":"1. Simple jsonata string reverse on the message that...

Updated Node-red to 1.2.1, updated all nodes with update message showing. When I do a deploy I get now always 2 warnings in the debug screen. `"[RED.events] Deprecated use of...

Pls correct your Code. ÜÄÖ are not displayed correctly. ![grafik](https://user-images.githubusercontent.com/67097444/124740922-83022900-df1b-11eb-8304-c03676005bc4.png) This should show: Rüstdaten erhalten Thanks and nice regards

At the end of the interval, if I have to save something, I get this error: Converting circular structure to JSON --> starting at object with constructor 'IncomingMessage' | property...

Does the out node run before anything else in the flow? Is there a way to insure for example data gets put back into a graph before any other data...