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

Get calibration date #28

Open
100prznt opened this issue Feb 10, 2020 · 4 comments
Open

Get calibration date #28

100prznt opened this issue Feb 10, 2020 · 4 comments
Labels
api REST API enhancement New feature or request test feedback Feedback from testers

Comments

@100prznt
Copy link
Owner

Könnte man in das ausgegebene Ergbniss des Fetch Befehls auch bei jedem Sensor das letzte Kalibrierungsdatum mit einfügen? Man könnte dann damit nämlich eine Art Kalibrierungsreminder in der weiteren Verarbeitung basteln, der einen nach X Tagen (Tage einstellbar im Setup) erinnert, die Sonden neu zu kalibrieren.

@100prznt 100prznt added enhancement New feature or request api REST API test feedback Feedback from testers labels Feb 10, 2020
@flapman
Copy link

flapman commented Sep 2, 2020

Test feedback: Date is not available in latest version 0.4.28.
Could be next to the calibration text:
.....currently calibrated at 1 point. Last calibration: 02.09.2020

@100prznt
Copy link
Owner Author

100prznt commented Sep 4, 2020

API is extended by the related entry.

/api/cal/ph

/api/cal/orp

/api/cal/rtd

Sample:

{
  "StoredCalibPoints": 1,
  "LastCalibrationDate": "2020-09-04T10:37:11.4628514+02:00"
}

Commit: c4a0e21

@flapman
Copy link

flapman commented Sep 4, 2020

I tried but I get only
{ "StoredCalibPoints": 1 }

@100prznt
Copy link
Owner Author

100prznt commented Sep 4, 2020

Does not yet provide a new release that includes the changes from commit c4a0e21.

Of course you can compile the code yourself, then the change is of course available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api REST API enhancement New feature or request test feedback Feedback from testers
Projects
None yet
Development

No branches or pull requests

2 participants