techman83 / Filament-Scale-Enhanced

GNU Affero General Public License v3.0
24 stars 11 forks source link

request-output for display #42

Closed montyfert closed 1 year ago

montyfert commented 1 year ago

hi sorry to be a pain but is there a way to add asimple display to the pi gpio's to display the weight in real time. eg - TM1637 or a SH1106, SSD1306 thanks martin keep up the good work much apreciated

techman83 commented 1 year ago

@montyfert - that's well outside the scope of this library. If there is a plugin that provides a simple interface like the mqtt one, possibly if someone wants to write it.

What you were attempting with Tasmota is probably doable, but there is a pretty steep learning curve. Berry is useful, but you would want to start with understanding how some of the examples work before writing something custom.

montyfert commented 1 year ago

thanks martin