Configuring temperature feeds

Add HTTPS JSON feeds, enable probes, and map keys to labels in the dashboard settings form.

After sign-in, users paste HTTPS URLs pointing at probe JSON—often a FastAPI relay with Redis—and map each numeric key to a human-readable label. Those settings drive both the public home page and history sampling.

Setup steps

  1. Verify feed with curl against expected schema.
  2. Add URL in dashboard feed settings; enable desired probe keys.
  3. Assign labels per probe mapping guide.
  4. Wait one poll cycle and confirm home page cards update.

Multiple feeds

Advanced setups may separate demo and production relays—document which URL is public. Security: relay security. Fetch implementation: home page probe fetch.

Troubleshooting

Debugging stale readings when labels look right but numbers do not move.