Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use weight data from all 3 bars / load sensors #1

Open
DanielleSucher opened this issue Jan 11, 2013 · 0 comments
Open

Use weight data from all 3 bars / load sensors #1

DanielleSucher opened this issue Jan 11, 2013 · 0 comments

Comments

@DanielleSucher
Copy link
Contributor

This will have to involve a few changes both on charcutio and charcutio-web.

Currently the local script only registers one weight sensor to send to the server. It should change to accept 3 weight pins, register 3 weight sensors, and send all 3 to the server with different names so they can be graphed separately.

On the server, there needs to be some way to identify which weight sensor's data goes with which meat, or at least which goes with the master meat, so we can track the moisture content of the meat and thereby adjust the humidity setpoint and determine doneness.

The simplest way to do this may be to name them 'master_weight', 'weight2', and 'weight3', and on the server, and then track everything through 'master_weight' DataPoints and the master_meat object for each box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant