Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No actual progress data Adventurer 4 #7

Open
blackbird0589 opened this issue Jan 20, 2023 · 16 comments
Open

No actual progress data Adventurer 4 #7

blackbird0589 opened this issue Jan 20, 2023 · 16 comments

Comments

@blackbird0589
Copy link

Hi and first of all thank you for this tool!
As mentioned in the issue below I also don't have actual progress data - cam, Temps, status works great, but printing progress is always "0%".
Is there any workaround that would fix this?

kind regards
Thomas


This hacs worked straight out of the box for me using a Av. 4, entities/sub it seems to support are as follows

  • Camera
  • Bed Temp
  • Bed Desired Temp
  • Nozzle Temp
  • Nozzle Desired Temp
  • Printing (Boolean)

Progress however results in reporting a 0, would be nice to be able to see the actual progress.

Thanks for building this mod. useful!

Originally posted by @roperstv in #1 (comment)

@Sereen666
Copy link

Same for me with the Adv.4 hoping there will be a fix for this

@blackbird0589
Copy link
Author

@modrzew: Hey Tomek could you be so kind and have a look at our problem. Maybe it's pretty easy to fix, but I'm not able to handle it.

Thanks a lot!

@modrzew
Copy link
Owner

modrzew commented Apr 5, 2023

Hey @blackbird0589, sorry so much for lack of reply, this has fallen through the cracks. I presume you have Adventurer 4 printer — can you tell me which firmware version you're at?

@blackbird0589
Copy link
Author

No problem, could happen to everyone of us.
My firmware is V2.2.4-2.3 / Kernel: 1.4.0 / Library: 1.2.0, just updated yesterday to this version.

@modrzew
Copy link
Owner

modrzew commented Apr 5, 2023

Looks like they're updating all the printers except for Adventurer 3 which is still on 1.3.6 firmware, whatever that means 🥲

I just pushed a new version of the integration 1.0.3, which adds some debug messages to logs. Can you update and also enable logging by setting this in your configuration.yaml:

logger:
  default: warn
  logs:
    custom_components.flashforge_adventurer_3: debug

and then paste the relevant logs here? For progress specifically we're interested in the ~M27 command.

@blackbird0589
Copy link
Author

blackbird0589 commented Apr 7, 2023

Hi Tomek,
I'm not really familiar with extracting logs from Homeassistant. If anything is missing please tell me where to find it.
HA_Core.txt
Flashforge Adventurer 3 progress_sensor

@modrzew
Copy link
Owner

modrzew commented Apr 11, 2023

That's exactly what I needed, thank you!

I just pushed the version 1.0.4 — @blackbird0589 @Sereen666 can you try updating and telling me if the progress is reported now?

@Sereen666
Copy link

I did a quick print that took 5 minutes but it has not registered any progress.

@blackbird0589
Copy link
Author

Same to me, no progress values...tried also to reinstall integration but no success.

@modrzew
Copy link
Owner

modrzew commented Apr 25, 2023

Hey @blackbird0589 @Sereen666, sorry for the delay with response. I'm not sure what can be wrong in this case 😞 Can you check if FlashPrint software correctly reports printing progress? If it does, then would you be able to share more logs from Home Assistant, ideally from the middle of the print when the progress value is greater than zero?

@blackbird0589
Copy link
Author

blackbird0589 commented May 2, 2023

Hey Tomek,
attached the required logs. In my eyes it contains the layer progress.
e.g.:
Sent "~M27" to the printer
2023-05-02 13:34:03.392 DEBUG (MainThread) [custom_components.flashforge_adventurer_3.protocol] Response from the printer: b'CMD M27 Received.\r\nSD printing byte 51/100\r\nLayer: 24/135\r\nok\r\n'

Maybe you can spend some time to have a look at.

FFAdv4_Logs.txt

@modrzew
Copy link
Owner

modrzew commented May 7, 2023

Interesting, the response from the printer should be captured by the regexp, so it's weird it still doesn't work.

Screenshot 2023-05-07 at 22 22 23

Just to make sure, are you on either version 1.0.4 or the most recent master commit?

@blackbird0589
Copy link
Author

Yes, I'm on 1.0.4.
Is there any difference to master commit?

@MadsALarsen
Copy link

any news on the matter, i have the same problem :-(

@blackbird0589
Copy link
Author

blackbird0589 commented Jan 2, 2024

Just found that forge for adv. 4 - name is still Adventurer 3 but it works fine. You have to remove the old integration and HACS-component.

@MadsALarsen
Copy link

Just found that forge for adv. 4 - name is still Adventurer 3 but it works fine. You have to remove the old integration and HACS-component.

Thanks 🤘🏻🤘🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants