I am currently running EDDI 2.2.0 and am attempting to update market data. When I dock at station and check ROSS, I do not see the update posted. Viewing the EDDI log, I find the following:
As seen in the log data, the trace shows leaving a station, entering supercruise, dropping out at new station, and docking....then leaving. Though appears the only command executed is the "EDDI undocked" where I leave the station.
Thus, question is whether there should be executed commands specifically for the "EDDI docked" command which would execute to upload market commodity data? Note, I do have the EDDN Responder checked.
Additionally, I believe EDDI is working to update EDSM as I do see my flight log up to date on EDSM and the "EDDI jumped" command notes as "Executed" in log.
Thus, curious how to enable/verify the "EDDI docked" and/or "EDDI market information updated" command is properly executed, which I assume is the one that does the EDDN market data update?
UPDATE: I do see why commands not found. they simply are not defined in VA profile which I guess is ok. I have a specific "EDDI undocked" command custom addon which automatically raises landing gear.
Thus, from log, likely all is ok (simply do not have commands for things like "EDDI market information updated." However, still curious why even with the EDDN plugin set as "on" (checked) in EDDI configuration, ROSS is not updated?
Code:
2017-03-15T03:29:47 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI station no fire zone exited))
2017-03-15T03:29:52 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI entered supercruise))
2017-03-15T03:33:12 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI material collected))
2017-03-15T03:33:13 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI material collected))
2017-03-15T03:33:14 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI material collected))
2017-03-15T03:33:14 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI material collected))
2017-03-15T03:34:01 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI entered normal space))
2017-03-15T03:34:16 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI docking requested))
2017-03-15T03:34:17 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI docking granted))
2017-03-15T03:34:24 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI station no fire zone entered))
2017-03-15T03:35:12 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI docked))
2017-03-15T03:35:30 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI market information updated))
2017-03-15T03:41:26 VoiceAttackPlugin:VA_Init1 [I] Searching for command ((EDDI undocked))
2017-03-15T03:41:26 VoiceAttackPlugin:VA_Init1 [I] Found command ((EDDI undocked))
2017-03-15T03:41:26 VoiceAttackPlugin:VA_Init1 [I] Executed command ((EDDI undocked))
As seen in the log data, the trace shows leaving a station, entering supercruise, dropping out at new station, and docking....then leaving. Though appears the only command executed is the "EDDI undocked" where I leave the station.
Thus, question is whether there should be executed commands specifically for the "EDDI docked" command which would execute to upload market commodity data? Note, I do have the EDDN Responder checked.
Additionally, I believe EDDI is working to update EDSM as I do see my flight log up to date on EDSM and the "EDDI jumped" command notes as "Executed" in log.
Thus, curious how to enable/verify the "EDDI docked" and/or "EDDI market information updated" command is properly executed, which I assume is the one that does the EDDN market data update?
UPDATE: I do see why commands not found. they simply are not defined in VA profile which I guess is ok. I have a specific "EDDI undocked" command custom addon which automatically raises landing gear.
Thus, from log, likely all is ok (simply do not have commands for things like "EDDI market information updated." However, still curious why even with the EDDN plugin set as "on" (checked) in EDDI configuration, ROSS is not updated?
Last edited: