Skip to content
James Brucker edited this page Jun 10, 2025 · 4 revisions

An application to record numerical data around the home, such as electric and water meter readings. The goal is to be able to quickly and easily record data so that I or others can view it online.

Major Features

  • Can define multiple data sources such as "Electric Meter" or "Water Meter".
  • Data sources may include additional information to describe or differentiate the source, such as place name & address, PEA meter number, or a thumbnail photo.
  • For each data source, an authorized user can input value(s) with a date/time, such as electric meter reading.
  • An authorized user can view and edit past input values.
  • Authentication of users, preferably using OAuth or LINE.
  • Log all access to the application.
  • Record or regularly export all logs to an external location in a way that prevents deletion of logs.

Platform Requirements

Needs both a mobile and web-based interface.

Aspirational Features (Nice to Have)

  • Graph of data for a selected period.
  • Sort and filter data, such as filter by date range.
  • Export data to a file or other device.
  • Monitor and block suspicious or excessive use.

Clone this wiki locally