klipper-led_effect icon indicating copy to clipboard operation
klipper-led_effect copied to clipboard

Add code for endstop state and RPi host and MUC temperature sensors?

Open Polar-Ted opened this issue 2 years ago • 6 comments

I would like to have a temp status light for MCU and Pi Host CPU temps. An endstop state would also be useful.

This is the line in printer.cfg that plots the temp in the on-screen graph if that helps.

[temperature_sensor raspberry_pi] sensor_type: temperature_host min_temp: 10 max_temp: 100

[temperature_sensor pico] sensor_type: temperature_mcu sensor_mcu: pico min_temp: 10 max_temp: 100

Polar-Ted avatar May 16 '22 19:05 Polar-Ted

Temperature sensors will be implemented by #35 For Endstops I will have to see what is possible.

julianschill avatar May 16 '22 19:05 julianschill

Temperature sensors will be implemented by #35 For Endstops I will have to see what is possible.

Maybe I'm writing the effect script incorrectly

When I define heater: "temperature_sensor pico" the firmware fails to start with this error

Internal error during ready callback: Unknown heater 'temperature_sensor pico' Once the underlying issue is corrected, use the "FIRMWARE_RESTART" command to reset the firmware, reload the config, and restart the host software. Printer is shutdown

Polar-Ted avatar May 16 '22 19:05 Polar-Ted

No it is not yet implemented. Your issue is just a duplicate of #35

julianschill avatar May 16 '22 19:05 julianschill

I got #35 figured out. 👍

burntcoinpurse avatar Jul 13 '22 22:07 burntcoinpurse

Any progress on this? ETA? I would appreciate it so much thanks

luisfosoares avatar Aug 10 '22 15:08 luisfosoares

No ETA. It is done, when it's done.

julianschill avatar Sep 21 '22 00:09 julianschill