Variable set meta data

Hi,
I am using Node-Red for the automation flows on my Hass.io install.

When I set a variable I notice that the date and time, of that event, is saved and can be viewed in the side pane. How can I get this detail in a node? I could save the date and time in a seperate variable, but that seems wasteful if the data is already saved in the meta.

Node-RED stores what you tell it to, nothing else. So typically you have to add a timestamp yourself.

Yes, thank you. I mistook the time in the flow section as the time the variable was set, as time had passed between me checking it and looking. The time is actually the last time the flow variables were checked, I shall save the time also.

1 Like

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