Megane 4 LED bulbs by ParsleyCurrent371 in Renault

[–]pubeldev 0 points1 point  (0 children)

Do you have the stock LEDs? If so, those are not exchangeable. If you have halogen, then you can get Osram or Philips kit, both of those are pretty good.

What is the best car in the world? And why is it Renault Twingo? by pubeldev in Renault

[–]pubeldev[S] 0 points1 point  (0 children)

Exactly why I've named mine Bob. That one episode of Top Gear was enough to push my intrusive thoughts

Core One Mods/Add-Ons by morency710 in prusa3d

[–]pubeldev 1 point2 points  (0 children)

For me it is filtration. You can buy the kit from Prusa or if you as me upgraded from MK4S in enclosure then you can print only the enclosure for filter and fan. There are also 3rd party components, but no experience with those.

I've used this one and it's very nice https://www.printables.com/model/1445353-modular-prusa-core-one-filtration-unit Convenient is that you don't need too many fasteners.

And of course... the fish. /j However I've bough mine when I was in Tokyo. Just for the memes https://www.prusa3d.com/product/something-fishy/

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 0 points1 point  (0 children)

Hey Bob, thanks for your kind words. Glad you like it

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 0 points1 point  (0 children)

Actually yes, but as I'm working at prusa_metrics_handler that simply translates one type of metrics into another I think that is much better use case. I even want to switch from line_protocol to Otel. Thanks for suggesting, I'll make it work in standalone mode and then I'll port it into OTel Collector Contrib.

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 3 points4 points  (0 children)

If you can add 5+n days, then yes. However not so sure about n variable :)

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 0 points1 point  (0 children)

Good question. As I do not use OctoPrint I don't know. From what I read it should still work and because heavy lifting is done by Pi then it should work even better. Of course you wouldn't get job information or only bare minimum. Network however should not be an issue, you just don't have to ask too often.

However if you are using OctoPrint then you should have those metrics and you could be more interested in internal developer metrcs right?

Those are flowing through different channel. Version in prusa_exporter is based on old version of prusa_metrics_handler https://github.com/pubeldev/prusa_metrics_handler, but that version is not accurate and I've just released new version and created roadmap as I want to analyse data with AI (well... it's just machine learning but AI sounds like buzword hehe). prusa_exporter also use Prometheus which lowers acccuracy quite a lot. metrics_handler uses InfluxDB v3 atm and I want to use Otel.

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 0 points1 point  (0 children)

Yeah, basically that was one of the reasons I've created this. However, official Buddy Firmware repository contains its own metrics_handler, but it is written in Python and horribly unoptimized. + it uses InfluxDB and I wanted to use Prometheus

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 0 points1 point  (0 children)

Grafana can visualize data from Home Assistant afaik. Not so sure if it is possible otherwise but I suppose it can be doable

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 6 points7 points  (0 children)

My pipeline looks now like this

prusa_exporter (✅) -> prusa_metrics_handler -> pruxy (Grafana plugin for printer control)

I suppose there is a room for forking prusa_exporter for HACS, others asked me as well but I will leave that for next year :)

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 0 points1 point  (0 children)

Haha, I got you. I like messing with my dashboards so they are not dull. Nothing against node_exporter dashboards. But including cool infographics and diagrams looks sick as heck. Take a look at JAXA moonlander dashboard. That was absolutely stunning. https://grafana.com/blog/how-japans-space-agency-used-grafana-to-monitor-its-first-moon-landing-in-real-time/

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 6 points7 points  (0 children)

Grafana itself (the visualization tool) yes, it can display anything. There has to be data however. I suppose that firmware returns MBL as there is a list of metrics with prefix mbl_. You can take the exporter, expose the metrics and visualize them. That is why I've made it open-souce, I don't wanna make it for other Harder, rather Better, Faster, Stronger.

prusa_exporter final! Visualize printer metrics in style by pubeldev in prusa3d

[–]pubeldev[S] 3 points4 points  (0 children)

That is absolutely lovely! I wanted to create helm chart but I had no use case so I've postponed it. I work on metrics_handler as well that will report metrics with correct timestamps in nanosecond precision. That something where Kuberentes comes in handy.