so I have done some more digging and observations, it seems that my VC is having issues connecting to my VeraEdge, my VC PC is connected to my Ethernet Switch along with my Vera Edge
every time VC has crashed with in the last 4 lines of the VC log has been a grouping of data request to my VeraEdge so I started to do some testing with VC triggering devices on my VeraEdge, most of the time it was almost instant and other times it would take up to 6 Seconds, and if a couple events where triggered during the freeze it would then cause VC to Crash,
at one point while testing VC took a couple seconds to connect and when it finally turned the light on I had 3 of the same events (Vera1.Switch.7.On) showed up in my history window
so I restarted my VeraEdge, my VC PC, and my Router, but eventually VC Crashed again,
so I copied a data request from my log to my web browser and it connected instantly, I found a post about VC not connecting to Vera Edge so I tried to change the port number to 49451 in VC as talked about here
http://voxcommando.com/forum/index.php?topic=2464.msg21231#msg21231, but that resulted with a long delay with every test, and would give me double or triple events
8/22/2017 12:12:38 AM 279 [plugin] actionString from post: vc.triggerevent&&Scenes.Bright
8/22/2017 12:12:38 AM 357 [plugin] http://192.168.1.24:49451/data_request?id=lu_status2&LoadTime=1503288815&DataVersion=288821293&Timeout=600&MinimumDelay=1000
8/22/2017 12:12:39 AM 285 addHistoryItem [vcevent] Vera1.Dim.7.100
8/22/2017 12:12:39 AM 388 [plugin] http://192.168.1.24:49451/data_request?id=lu_status2&LoadTime=1503288815&DataVersion=288821297&Timeout=600&MinimumDelay=1000
8/22/2017 12:12:40 AM 297 addHistoryItem [vcevent] Vera1.Dim.7.100
8/22/2017 12:12:40 AM 399 [plugin] http://192.168.1.24:49451/data_request?id=lu_status2&LoadTime=1503288815&DataVersion=288821313&Timeout=600&MinimumDelay=1000
8/22/2017 12:12:41 AM 402 [plugin] http://192.168.1.24:49451/data_request?id=lu_status2&LoadTime=1503288815&DataVersion=288821313&Timeout=600&MinimumDelay=1000
8/22/2017 12:12:42 AM 841 received udp command:VC.TriggerEvent&&Beam 2.0.LightLvl&&13.39
8/22/2017 12:12:42 AM 841 Action is NOT threadsafe: VC.TriggerEvent
8/22/2017 12:12:42 AM 841 action repeat set to: 1
8/22/2017 12:12:42 AM 841 Action: VC.TriggerEvent
8/22/2017 12:12:42 AM 841 Param1:Beam 2.0.LightLvl
8/22/2017 12:12:42 AM 841 Param2:13.39
8/22/2017 12:12:42 AM 841 addHistoryItem [action] VC.TriggerEvent:Beam 2.0.LightLvl&&13.39
I'm not sure if this could be a problem
Action is NOT threadsafe: VC.TriggerEvent
so Last night I looked to see what problems people where having with the newest Vera Firmware and I went ahead and updated my VeraEdge, to 1.7.3014 (Thankfully no new problems) but VC ended up crashing again today
I'm not sure how frequent VC is supposed to request data from the VeraEdge but it seams sporadic, at least looking my log it does
not sure where to go from here, any help would be greatly appreciated