Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 546 Bytes

File metadata and controls

20 lines (11 loc) · 546 Bytes

C02-Monitoring

Get some metrics from Home Assistant, put them into static pages

Why are you doing it ...like this?

This is intended to minimize risk and cost, at the expense of flexibility and feature set.

What's going on here?

We have several air quality sensors reporting to Home Assistant.

We want to get their data to a publicly-visible web page.

To do this we:

  1. Get the history for the last hour from Home Assistant
  2. Render Jinja2 templates using that data
  3. Upload the rendered HTML to an s3-compatible storage bucket