Load Cell / Scale Integration for Auto Weight #41
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Integrate with load cell/scale hardware to automatically read spool weight.
Upstream Issue
Concept
HX711-based load cell reads current spool weight. Subtract empty spool weight = remaining filament.
Reference Projects
Implementation Options
Option A: External ESP32/Device
Option B: GPIO on Pi (if Spoolman runs on Pi)
Option C: Webhook/API Endpoint
Recommendation
Option C - just provide API endpoint. Let external projects handle hardware.
Maybe part of #37 (Plugin System) as a scale plugin.
Related