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

Measurements #34

Open
BR260354 opened this issue Nov 27, 2022 · 2 comments
Open

Measurements #34

BR260354 opened this issue Nov 27, 2022 · 2 comments

Comments

@BR260354
Copy link

Any way of pulling in the Measurements from Apex?

@brettonw
Copy link
Contributor

I can't get measurements to show up on my web dashboard - but they don't appear to be in the status or config responses at all. Do you know how to get them to show up in the web dashboard?

@brettonw
Copy link
Contributor

brettonw commented Dec 30, 2022

the mlog data is not related to the local device - it's stored in your fusion account (online). Maybe someone could write an integration that pulls it from your fusion account?

The JSON from the site (https://apexfusion.com/api/apex/YOURACCOUNTID/mlog?days=1&_=YOURCOOKIE) is pretty straightforward:

[
  {
    _id: "<your apex id here>",
    date: "2022-12-29T18:25:00.000Z",
    type: 0,
    name: "Blarg",
    value: 0.007,
    text: "",
    __v: 0
  }
]

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

No branches or pull requests

2 participants