Replies: 1 comment 8 replies
-
Hey there... there is already support for moonraker sensors integrated into mainsail:
Well I guess this does not cover all sensors you have mentioned here, but the engery stuff is pretty much in there. Its even integrated into the history to get the consumption of a print and so on. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to show the values of some sensor types that aren't temperature related on my dashboard. One that has come up a few times in Klipper forums is support for monitoring voltages, another that might be interesting to some is values from the load_cell component (eg, Klipper3d/klipper#6729 is adding support for using the load_cell as a regular scale for uses such as weighing remaining filament).
I've put together a quick prototype for this, but I'm not sure whether further work on it is worth pursuing. Is this something that Mainsail would consider adding?
Here's what it currently looks like:
In its current form, I've just added support for gcode_button, load_cell, and analog_input -- with analog_input being something that I'm working on, but haven't tried to get a PR together for Klipper yet, as I'm still trying to gauge whether it'd be useful to the community.
Here's the code: develop...rcloran:mainsail:misc-sensor
I'd like to add charts too -- I imagine one chart for each type of component displayed beneath the list of values, similar to how the temperature chart works. I haven't tried to make this work yet, as it looks like it'd be a fair amount of work just to test out, without knowing whether Mainsail would want it included :)
Beta Was this translation helpful? Give feedback.
All reactions