Hi
Am I the only one suffering this.
Every now and then , probably after boot, Vera chance the % signs in various lua Codes in scenes and in startup lua. For example my house was cold this morming because vera did not understand it is weekend today due to this error
…
local dNow = os.date(“%A”) → local dNow = os.date(“/”)
…
This is an other example 2-3 weeks ago
local tms = string.format(“.%03d “,math.floor (1000 * (time % 1)))
local stamp = os.date(”%d %b %Y %T”,math.floor(time)) … tms
→
local tms = string.format(“.d “,math.floor (1000 * (time u1)))
local stamp = os.date(” s v”,math.floor(time)) … tms
I am running Vera Plus and Firmware version: 1.7.2138
This is getting very frustrating. Can I do something, eaven an workarround will do?