Micah Halter
Micah Halter
I'll try doing a build without the heartbeat all together and see what happens
Let me get some logs to send. It does the tare and reset correctly when you start a new brew, but if I just sit on the new brew page...
https://gist.github.com/mehalter/4789fcc69049b47a5d3dbdf124054b7b here are just the scale debug logs of me connecting the scale and then going to a new brew and just sitting there with no further user action on...
I'll go ahead and try commenting out the brewing component section you recommended
Oh missed this section > So to verify: Autoconnect on Dashboard -> No Issue. > When on a "New brew" -> Tare / start timer issued. yeah these are both...
Also according to the logs, I don't think it's continuously thinking it's a first start because it's not sending the first start three commands (tare/stop/reset). The closest piece of code...
Sorry if these aren't very good explanations/insights :joy: I haven't fully digested all of the code base
https://github.com/graphefruit/Beanconqueror/blob/680ed85de69e011467605a4722dd2e518eb5993d/src/components/brews/brew-brewing/brew-brewing.component.ts#L458 Ok, I have narrowed it down to this function being called causing the issues. Still not sure why it would be getting called. If I remove the tare/setTimer lines...
I guess another question is there is support in `symbols-outline` to show extra symbol details next to the symbols. Is there an API available that lets you interact with those...
activate the examples/ env and `add` the local version of the package ``` $ cd examples $ julia --project=. julia> # press `]` (examples) pkg> add .. then the Manifest.toml...