Deployed on integr8 VM (pve01/700) at environment.mineracks.com. Polls Netatmo every 5 min, stores in SQLite, exposes via FastAPI REST + MCP. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
467 B
Plaintext
15 lines
467 B
Plaintext
# Copy to .env and fill in. Never commit the real .env.
|
|
|
|
# From https://dev.netatmo.com/apps -> your app
|
|
NETATMO_CLIENT_ID=
|
|
NETATMO_CLIENT_SECRET=
|
|
|
|
# Generate ONCE via the app's "Token generator" panel with scope=read_station.
|
|
# After first successful refresh, /data/tokens.json takes over and you can
|
|
# leave this blank (or remove it) — Netatmo rotates the refresh token on
|
|
# every refresh call.
|
|
NETATMO_REFRESH_TOKEN=
|
|
|
|
# openssl rand -hex 32
|
|
NETATMO_MCP_API_KEY=
|