The more I think about the more I feel that this is the wrong solution to the problem. Disclaimer: I'm doing a small open source espresso controller project, check it out if you're interested, but it's not ready for prime time yet: https://github.com/variegated-coffee . My thinking is that this machine appeals mostly to people who already has an espresso machine. It's not particularly technologically advanced. It's a…
> https://github.com/variegated-coffee This is your project? If so, thank you for the ESPHome Acaia component. I repurposed it to do brew-by-weight on my Linea Micra!
I’m actually taking a very componentized approach with my new Rust based firmware. Wherever it makes sense, I’m spinning things off into separate crates and will be publishing them (e.g. crates for the ADS124S08 and FDC1004 used in the All-Purpose Espresso Controller.
Also, everything is permissively licensed, so feel free to use whatever you want.