pstrobl96 / prusa_exporter

Prometheus exporter for Prusa3D printers - supports Prusa Link API and Syslog metrics as well as logs from printer
GNU General Public License v3.0
33 stars 8 forks source link

Printer autodetection does not work in some cases #94

Closed pstrobl96 closed 5 months ago

pstrobl96 commented 5 months ago

The issue is that if you change hostname of printer to something else then detection stops working. I need to do some research if there is any other way how to detect printer type or I have to disable auto detection

pstrobl96 commented 5 months ago

I added ability to disable autodetection by adding type field to yaml config. This is strongly recommended to use because autodetction is not reliable a this moment.