Use input_number-entity #115
Replies: 4 comments 2 replies
-
|
Thank you for this feature request! Could you please write more about that feature request? I would know how would your workflow will be. Should the values be saved into the appropriate spool in spoolman or only in HA? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Marco! Sure, of course: all my filament rolls are each on an HX711 load cell which are connected to the HA via several ESPs (example pic can be found below). The empty roll weight and the other dead weight are now subtracted from the measured mass and then converted and written into the "pure roll mass" (an input_number-entity) using an HA automation (yaml see below). If your plugin could now write this "live mass" to the spoolman, there would be no need to manual enter the values anymore... I hope I was able to explain it in an understandable way? :)) |
Beta Was this translation helpful? Give feedback.
-
|
Sure - I'm grateful for anything you can do; and maybe that's just sleeping on it. In any case, I'm glad you're taking the time to think about it! :) And as for Klipper: my MK3 runs his old marlin :) I don't dare to experiment... |
Beta Was this translation helpful? Give feedback.
-
|
Hi :) I am currently working on a filament scale with ESPHome, too - but right now, I am using direct API calls to Spoolman - to send the measured weight of the Spool. Having the ability to send the new Spool weight directly via HomeAssistant would make the ESP code much simpler... From an Architectural pov - the sensor is the correct entity, since it is only providing the information Spoolman does deliver. Instead of sending the length or weight that was used, you should send the total weight that was measured by the scale. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Congrats to this awful HA integration!! :) What about changing the spools weight sensor-entity into an input_number-entity? This way HA automations could write information into the input_number entity (e.g. get the actual "live mass" from a scale under a reel).
Beta Was this translation helpful? Give feedback.
All reactions