![]() |
LSS100100 (Wiser for KNX). Scripts. Storage - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: LSS100100 (Wiser for KNX). Scripts. Storage (/showthread.php?tid=5906) |
LSS100100 (Wiser for KNX). Scripts. Storage - Engine - 03.03.2025 Hello. I use LSS100100. I try to save data into storage using "storage.set" function and to get data from storage using "storage.get" function. My goal is to save a value of the variable to the storage and to get this value even if there is a loss of power... but the value isn't always right when i try get the this after loss of power... does function "storage.set" save a value in the non-volatile memory? And how can i save/get a value of the variable in/from the non-volatile memory if function "storage.set" doesn't save it into the non-volatile memory? And is it possible to save/get a value of the variable in/from non-volatile memory using LSS100100 (Wiser for KNX)? RE: LSS100100 (Wiser for KNX). Scripts. Storage - admin - 03.03.2025 See this: https://forum.logicmachine.net/showthread.php?tid=2146 RE: LSS100100 (Wiser for KNX). Scripts. Storage - Engine - 06.03.2025 (03.03.2025, 13:56)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=2146 Thank you for the answer |