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

3D Printers #57

Open
dakhnod opened this issue Oct 14, 2019 · 4 comments
Open

3D Printers #57

dakhnod opened this issue Oct 14, 2019 · 4 comments

Comments

@dakhnod
Copy link

dakhnod commented Oct 14, 2019

I would love to see the state of our 3D printers through the api,

not sure where exactly to put them in the json, though.

Could that be included?

@dbrgn
Copy link
Contributor

dbrgn commented Oct 14, 2019

What do you mean with "the state"? Whether they're turned on? How long they're printing?

We currently publish the webcam feed through the SpaceAPI: https://status.crdmp.ch/

@dakhnod
Copy link
Author

dakhnod commented Oct 14, 2019

Both, the progress, temperature etc

@dbrgn
Copy link
Contributor

dbrgn commented Oct 14, 2019

This will probably be quite space-specific, both what data you publish and what you do with it.

You should start specifying and using custom fields (prefixed with ext_ as per https://spaceapi.io/docs/). If a few spaces find this cool and start using the fields as well, we can discuss standardizing them.

Other opinions, @rnestler @gidsi?

@gidsi
Copy link
Member

gidsi commented Oct 14, 2019

Hmm, 3d printers are quite common, so far i can't think of a space who doesn't have one.

And im pretty sure we can have something quite generalized for the start, something like:

{
  ...
  "sensors": {
    "3dprinter": [
      {
        "name": "my-fancy-printer",
        "time_left": 120,
        "cam": "https://url-to-y.our/webcam"
      }
    ]
  }
  ...
}

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

3 participants