Time wrong on UI7 - 1.7.1181 -Vera Edge

Does anyone know if there is a way to force a time sync update. My time is off and my year is showing as 2000 when scenes run on my Vera Edge.

Thank you,
Jeff

Go to Settings > Location. Make sure the details are correct in there first. What do you have?

I rebooted a couple “more” times and the time seems to be accurate on the main ui page ie top right. However when I run scenes the last run time is acting very strangely.

OfficeMotionOn[id: 57] Last run time 12/30/2000 17:17:56
ManualUnlockFrontDoor[id: 37] Last run time 05/20/2016 17:51:13

Both were just activated in the last couple minutes.

No idea what is going on…

?

Location is correct. Correct city and timezone.

I also ran:

local time = os.date(“%X on %A %B %d, %Y”)
local handle = luup.task(time,1,“Time”,-1)
luup.call_delay(“clrTaskMsg”,10,handle)
function clrTaskMsg(handle)
luup.task(“”,4,“”,tonumber(handle))
end

in develop apps and it returns correct… Time : 14:40:31 on Tuesday June 23, 2015 in the status bar notifications line at the top of the page. very odd!!

[quote=“jcolter, post:5, topic:187801”]I also ran:

local time = os.date(“%X on %A %B %d, %Y”)
local handle = luup.task(time,1,“Time”,-1)
luup.call_delay(“clrTaskMsg”,10,handle)
function clrTaskMsg(handle)
luup.task(“”,4,“”,tonumber(handle))
end

in develop apps and it returns correct… Time : 14:40:31 on Tuesday June 23, 2015 in the status bar notifications line at the top of the page. very odd!![/quote]

Hmmm, perhaps pick one device in one of the scenes. Check all the variables for the time, usually the epoch time format. You could exclude/reinclude that device and check the scene again.

Also it would appear your time is correct on the Vera unit itself then so if you SSH and do a date command I’m betting that is fine too.

Have you tried disabling that scene, make a new one the same thing and see if the date/time is fixed?

Possibly then a support ticket would be my next guess.

If the Vera loses contact with the Internet and is rebooted it will revert to a really old date then restore to current time when connect with the Internet is re-established. You may have just hit a weird timing window… is the behavior persisting? Maybe restore a backup from before seeing the weird behavior.

I just checked again and now all the scenes have the correct date/time. Very odd. Either Vera support took a look at it or the unit just decided to get everything back in sync. Anyhow thanks for the responses. I’ll keep an eye on it and see what happens.