Skip to content

Commit

Permalink
Merge pull request #30 from ApolloAutomation/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcannon[bot] authored Sep 27, 2024
2 parents 23e0cb7 + dfb5e1f commit 4b10ead
Show file tree
Hide file tree
Showing 364 changed files with 3,940 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/AIR-1/AIR-1 Reviews/BeardedTinker AIR-1 Review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# BeardedTinker AIR-1 Review

> #### Air-1 - most feature packed Air Sensor I've seen
4 changes: 4 additions & 0 deletions docs/AIR-1/AIR-1 Reviews/Hands On Katie AIR-1 Review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Hands On Katie AIR-1 Review

> #### Best Air Quality Sensor? I pull apart the Apollo AIR-1… and find four great company traits....
4 changes: 4 additions & 0 deletions docs/AIR-1/AIR-1 Reviews/MostlyChris AIR-1 Review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# MostlyChris AIR-1 Review

> #### Air Quality Alerts when unhealthy using the Apollo Automation AIR-1 and Home Assistant.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Simon Says Home Assistant AIR-1 Review

> #### Apollo Air Quality Sensor runs on ESP Home.
5 changes: 5 additions & 0 deletions docs/AIR-1/AIR-1 Reviews/Smart Home Scene AIR-1 Review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Smart Home Scene AIR-1 Review

> #### Apollo AIR-1 Review: Complete Air Quality Monitoring for Home Assistant
#### [Smart Home Scene AIR-1 Review](https://smarthomescene.com/reviews/apollo-air-1-review-complete-air-quality-monitoring-for-home-assistant/ "Smart Home Scene AIR-1 Review")
4 changes: 4 additions & 0 deletions docs/AIR-1/AIR-1 Reviews/The Bearded Tech Guy AIR-1 Review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The Bearded Tech Guy AIR-1 Review

> #### AIR-1 Air Quality Sensor: Transforming Smart Home Air Monitoring!
3 changes: 3 additions & 0 deletions docs/AIR-1/Additonal Info/Air Quality Sensor Comparison.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Air Quality Sensor Comparison

#### [Air Quality Sensor Comparison](https://apolloautomation-my.sharepoint.com/:x:/p/trevor/Ea1--coB6rNKvRX07CGsVHEBUF-zUPuyyFvRED-WdjCC_Q?e=NFjC1Y)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AIR-1 Temperature Calibration

##### The AIR-1 uses the SEN55 for its temperature reading. Calibrating it to your environment is very similar to the MSR-1. See the link below for the temperature calibration guide.

[**Temperature Calibration Guide**](https://wiki.apolloautomation.cloud/books/msr-1/page/msr-1-temperature-humidity-offsets "Temperature Calibration Guide")

![AIR-1 Temperature Offset.png](../assets/air-1-temperature-offset.png)

![AIR-1 Temperature Offset 2.png](../assets/air-1-temperature-offset-2.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CO2 Calibration For AIR-1

##### Please refer to the [general CO2 calibration](https://wiki.apolloautomation.cloud/books/general/page/co2-calibration) article
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Updating AIR-1 Firmware

##### Please refer to the [general firmware update](https://wiki.apolloautomation.cloud/books/general/page/updating-firmware "Updating Firmware") article
92 changes: 92 additions & 0 deletions docs/AIR-1/Examples/AIR-1 Home Assistant Dashboard Examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# AIR-1 Home Assistant Dashboard Examples

#### **CO2 Charts**

##### Home Assistant Sensor

![CO 2 Graph.png](../assets/co-2-graph.png)

```plaintext
graph: line
type: sensor
entity: sensor.apollo_air_1_a79e38_co2
detail: 2
name: Bedroom CO2
hours_to_show: 24
```

##### Custom: Plotly Graph Card

![Plotly CO2 Graph.png](../assets/plotly-co2-graph.png)

```plaintext
type: custom:plotly-graph
entities:
- entity: sensor.apollo_air_1_a79e38_co2
hours_to_show: 24
refresh_interval: 10
title: Bedroom CO2
```

##### Home Assistant Guage

![CO2 Guage.png](../assets/co2-guage.png)

```plaintext
type: gauge
entity: sensor.apollo_air_1_a79e38_co2
needle: true
unit: ppm
min: 0
max: 3000
severity:
green: 0
yellow: 1000
red: 2000
```


#### **VOC Charts**

##### Home Assistant Sensor

![AIR-1 VOC HA Sensor.png](../assets/air-1-voc-ha-sensor.png)

```
graph: line
type: sensor
detail: 2
entity: sensor.apollo_air_1_6b1a58_sen55_voc
hours_to_show: 24
name: Basement VOC
```

##### Custom: Plotly Graph Card

![AIR-1 VOC Plotly.png](../assets/air-1-voc-plotly.png)

```
type: custom:plotly-graph
entities:
- entity: sensor.apollo_air_1_6b1a58_sen55_voc
hours_to_show: 24
refresh_interval: 10
title: Basement VOC
```

##### Home Assistant Guage

![AIR-1 VOC HA Guage.png](../assets/air-1-voc-ha-guage.png)

```
type: gauge
entity: sensor.apollo_air_1_6b1a58_sen55_voc
name: Basement VOC
severity:
green: 0
yellow: 150
red: 350
needle: true
min: 0
max: 500
```
Loading

0 comments on commit 4b10ead

Please sign in to comment.