nberktumer / ha-bambu-lab-p1-spaghetti-detection

Bambu Lab P1 Home Assistant Spaghetti Detection Integration.
GNU General Public License v3.0
92 stars 6 forks source link

New install, how to tell if it is working? #6

Closed ForceConstant closed 4 months ago

ForceConstant commented 4 months ago

So I installed obico using the docker-compose method listed, and if I go to :3333 I get a 404, is this expected? If this expected, how do I tell if things are working?

nberktumer commented 4 months ago

Yes, it is expected. You can try accessing to <host>:3333/hc/, it should print "ok". If so, you can try throwing some print poop to the bed during a print and check the EWM mean value from HA. If the automation detects any failure, the EWM mean value will be greater than 0.

ForceConstant commented 4 months ago

I had the obico host still as default. So fixed that now, and it is working. Thanks.