-
Notifications
You must be signed in to change notification settings - Fork 18
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
MQTT limit #14
Comments
I see you are having disconnects. When you do get a disconnect are there any messages in the logs? What processor are you using? esp32-s2 or esp32-s3? What printer type? (A1 Mini, A1, P1P, P1S, X1) If running the s2, note that it has less memory than the s3 so disconnects are a side effect. Consider upgrading to an s3 board. I've not yet confirmed but supposedly certain printers allow less MQTT subscribers than others. (Allegedly the limit is 4, but higher on the X1 models). As far as HomeAssistant, it should be possible to setup as a MQTT Bridge where HA talks to the printer and all your devices talk to HA. |
it's random actually. I'm using the S2.. will try to use S3 and test. It's random actually was not able to have the logs. My printer is a P1S Also thank you for the suggestion will look at the MQTT bridge to see if that would help. Thanks! Will keep you posted with the testing |
Here are the logs
so I notice it connects on start up but does this after sometime |
Is there a way we can have this integrated with home assistant? I read that the machine(bambulab printers) can handle a certain amount of MQTT. I think the reason why I get disconnected is because I have several devices connected (Home Assistant, Xtouch). Not sure if that's the reason for disconnection. I know this is too much of an ask, but it would be great it can be added. Thanks!
The text was updated successfully, but these errors were encountered: