Clon1998 / mobileraker

A Flutter mobile app for Klipper/Moonraker
Other
487 stars 55 forks source link

Add Tachometer Fan Reporting #377

Closed TheMasterOfTech closed 4 months ago

TheMasterOfTech commented 4 months ago

On the information card for fans, if a tachometer fan is utilized, display the RPM reading as reported by the fan’s tachometer in a small, but readable font size underneath the fan speed percentage for a quick and efficient way to check fan speed on the fly.

Clon1998 commented 4 months ago

IVe added that. Can you do me a favor and provide me the snapshot of your fan that supports the TACH pin? Its just to verify that I show the correct scale.

If you use the print fan use : http://<PRINTER-ip>/printer/objects/query?fan

For others replace fan with the name of the config entry. (e.g. [controller_fan my_cool_fan] -> http://<PRINTER-ip>/printer/objects/query?controller_fan my_cool_fan)

TheMasterOfTech commented 4 months ago

@Clon1998 , sorry for the delay. To confirm, my hotend fan is an Orion and it matched what was reported in Mainsail so I think you got this correct and it appears you've closed it. THANK YOU VERY MUCH AND KEEP UP THE OUTSTANDING WORK! Love being a lifetime supporter of you, it's a wonderful application!

{"result": {"eventtime": 58461.439510765, "status": {"heater_fan hotend_fan": {"speed": 1.0, "rpm": 8545.485547345954}}}}