-
Notifications
You must be signed in to change notification settings - Fork 10
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
Works with Adventurer 4 (with modifications) #1
Comments
Hey there! Thanks for the report 🙂 looks like Adventurer 3 and Adventurer 4 talk with outside world in the same manner. Happy to add a mention about that in the readme. By the way, the dropdown for choosing the printer model doesn't really do much, other than letting the user know that this piece of code was only tested with that specific printer. It's likely it could work with other models (as in your case), but it's also likely it wouldn't (as highlighted in #2). |
Can anyone please help me in making my Av. 4 compatible with this integration? |
Hey @terppatyyppi, I've removed the printer type dropdown from the integration since my last comment, so you should be able to just install it and use it without having to adjust any code. Let me know how it goes. |
(I'll close this issue for now since there's nothing else to do at the moment.) |
Thank you so much! |
This hacs worked straight out of the box for me using a Av. 4, entities/sub it seems to support are as follows
Progress however results in reporting a 0, would be nice to be able to see the actual progress. Thanks for building this mod. useful! |
Adventurer 3 works out of the box. Many thanks for this integration tho! Happy to test stuff if needed (i know a bit of programming), many thanks again! |
Python is not my strong suit but I can confirm this appears to work with Adventurer 4 by adding a self.type == 'flashforge_adventurer_4' in the is_supported in sensor.py
Adventurer 3 and Adventurer 4 basically talk the same way so its to be expected
The text was updated successfully, but these errors were encountered: