CivicTechTO / tRacket-sensor

Design files and source code for the tRacket noise sensor
https://tracket.info
7 stars 0 forks source link

Periodic analytics reporting #16

Closed tcsullivan closed 6 months ago

tcsullivan commented 8 months ago

It would be nice for the devicess to periodically (daily?) report some statistics to the server, including uptime and firmware version number.

This will probably require work on the server end first so that we have an endpoint to target.

tcsullivan commented 7 months ago

These statistics might get tagged onto the measurement upload endpoint. Waiting to hear back on API development.

tcsullivan commented 7 months ago

New API endpoints are ready - use the measurement endpoint to periodically (or one-time) send optional boottime and version parameters.

tcsullivan commented 6 months ago

Implemented in the new-api branch.