So what I can see based in your log is:
- You are using a Time Based progress.
- The metadata analysis failed I can see in the log warning messages. When using time based progress you need to have the PTG plugin enabled so it can provide that analysis. Without that the plugin cannot get crucial infoirmation.
- For Layer progress is the same it only changes the % between current and total layers.
- If using M73 the gcode need to provide all the information. But is not automatically you need to configure your slicer to do so.
Here are the relevant parts of your log:
2025-01-29 00:17:25,477 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Event detected: PrintStarted
2025-01-29 00:17:25,477 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Plugin Version: 0.0.1.8
2025-01-29 00:17:25,477 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Sliders values:
2025-01-29 00:17:25,547 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Enable O9000 Commands: True
2025-01-29 00:17:25,547 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Progress based on: time_progress
2025-01-29 00:17:25,547 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>+++ PrintStarted with Loaded File waiting for metadata
2025-01-29 00:17:25,710 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing"
2025-01-29 00:17:25,851 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Getting Print Details Info with counter value 0.
2025-01-29 00:17:26,153 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - File selected: /octoprint/octoprint/uploads/flowrate_0_PLA-Wood_56m21s.aw.gcode
2025-01-29 00:17:26,153 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Total layers found: 10
2025-01-29 00:17:26,153 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Checking if Print Time is set by M73: None
2025-01-29 00:17:26,153 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Print Time is not set by M73, getting from printers current job data
2025-01-29 00:17:26,153 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Print time still unknown
2025-01-29 00:17:26,154 - octoprint.plugins.PrintJobHistory - INFO - PrintJob flowrate_0_PLA-Wood_56m21s.aw.gcode started!
'2025-01-29 00:17:26,162 - octoprint.plugins.SpoolManager - WARNING - calculating filament aborted because analysis metadata was missing
2025-01-29 00:18:50,144 - octoprint.plugins.SpoolManager - WARNING - calculating filament aborted because analysis metadata was missing'
....
octoprint.plugins.action_command_notification - INFO - Got a notification: Printing...
2025-01-29 00:19:18,974 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Ignoring M117 Command since this plugin has precedence to write to the LCD: M117 ETA is 01:14:16 AM
....
2025-01-29 00:20:30,151 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Event detected: ZChange
'2025-01-29 00:20:30,151 - octoprint.plugins.E3V3SEPrintJobDetails - WARNING - >>>!!!! Printing without all the Data? our safe counter reached >3 Double check info'
2025-01-29 00:20:30,153 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Checking if all attributes are set.
'2025-01-29 00:20:30,153 - octoprint.plugins.E3V3SEPrintJobDetails - WARNING - Attributes not set: ['print_time', 'print_time_left', 'current_layer', 'progress']
2025-01-29 00:20:30,153 - octoprint.plugins.E3V3SEPrintJobDetails - WARNING - Payload: {'new': 2.0, 'old': 0.28}'
2025-01-29 00:20:30,153 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Getting Print Details Info with counter value 4.
2025-01-29 00:20:30,456 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - File selected: /octoprint/octoprint/uploads/flowrate_0_PLA-Wood_56m21s.aw.gcode
2025-01-29 00:20:30,456 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Total layers found: 10
2025-01-29 00:20:30,457 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Checking if Print Time is set by M73: None
2025-01-29 00:20:30,457 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - Print Time is not set by M73, getting from printers current job data
2025-01-29 00:20:30,457 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Print time still unknown
2025-01-29 00:20:30,457 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Update Print Details Info
....
2025-01-29 00:20:33,529 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Event detected: CaptureStart
2025-01-29 00:20:33,532 - octoprint.plugins.E3V3SEPrintJobDetails - INFO - >>>>>> E3v3seprintjobdetailsPlugin Event detected: ZChange
....
Also noticed DisplayLayerPlugin enable, you can disable O900 and use M117 to use that one or else disable that plugin. But PTG and Dashboard plugins are esential to make it work correctly.