Indoor Sensor Dashboard Edge App #242
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Summary
This PR introduces a new Edge App: Indoor Sensor Dashboard. The app provides a real-time, responsive dashboard for monitoring indoor environmental metrics (Temperature, Humidity, VOC, and eCO₂) using data from a Prometheus endpoint.
Features
Files Added
index.html: Responsive dashboard UI with real-time metric fetching and displayscreenly.yml: Edge App manifest with all relevant settings and documentationREADME.md: Documentation covering features, settings, usage, supported resolutions, and a link to the live coding sessionSettings
prometheus_endpointhttp://192.168.3.80/metrics).temperature_metric_idairing_cabinet_temperaturehumidity_metric_idairing_cabinet_humidityvoc_metric_idairing_cabinet_total_volatile_organic_compoundeco2_metric_idairing_cabinet_eco2_valueDocumentation
This PR was created as part of a live coding session.
PR Type
Enhancement, Documentation
Description
Introduce real-time indoor sensor dashboard UI
Implement responsive design for multiple resolutions
Fetch and parse Prometheus metrics in JS
Include Edge App manifest and documentation
Changes walkthrough 📝
index.html
Add responsive dashboard HTML and logicedge-apps/indoor-sensor-dashboard/index.html
README.md
Add README documentationedge-apps/indoor-sensor-dashboard/README.md
screenly.yml
Add Edge App manifest schemaedge-apps/indoor-sensor-dashboard/screenly.yml