DrabbingtonApplication
Guest

Guest

none

Dark theme
Accent colour
Sign in

Help

Help centre

Guides for setup, subsystem usage, and API integration.

Setup

Configuration, database scripts, and first sign in.

User maintenance

Accounts, roles, and password handling.

Logs

Application and server-side log access.

Weather subsystem

Table reports, min/max trend charts, and current dials.

Open Weather

Weather data model

Current day readings are sourced from weather_data. Historical reporting is sourced from weather_daily.

Run archive after day completion to summarise raw readings into daily min/avg/max and optionally delete raw rows.

Table report | Trend graphs | Current dials

Weather API quick guide

  • POST /api/weather.php inserts sensor readings into weather_data.
  • POST /api/weatherArchive.php summarises completed days into weather_daily.
  • GET /api/health.php returns service health.

Authentication for mutating API endpoints uses Authorization: Bearer <key> or X-Api-Key headers.

Sign in required for subsystem pages

Open login to access protected subsystem pages, including Weather reports.