Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023.05.01 dev #240

Merged
merged 11 commits into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .coverage
Binary file not shown.
38 changes: 37 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
A custom component for Home Assistant to integrate with Lennox iComfort S40, S30, E30 or M30 thermostats; supporting local LAN connections and Lennox
Cloud Connections depending on the device model. We believe these configurations work - let us know if your experience is different!


| Device Type | Local Connection | Cloud Connection |
| ----------- | ---------------- | ---------------- |
| S30 | Yes | Yes |
Expand Down Expand Up @@ -320,6 +319,43 @@ The 22V25 is a battery powered room sensor.
| binary_sensor | Device State | Unknown - need info |
| binary_sensor | Occupancy | Indicates if the room is occupied |

### 21P02 - BLE Indoor Air Quality

The 21P02 is a line powered air quality sensor.

![plot](./doc_images/iaq.PNG)

#### Sensors

| Entity Type | Name | Units | Notes |
| ----------- | -------------------- | ------- | ------------------------------------------------ |
| sensor | Co2 | PPM | CO2 level |
| sensor | Co2 component score | Text | Fair, Good ? |
| sensor | Co2 lta | PPM | long term average |
| sensor | Co2 sta | PPM | short term average |
| sensor | Mitigation Action | Text | Current action being taken to addess air quality |
| sensor | Mitigation State | Text | ? |
| sensor | Overall Index | Text | Overall air quality - Fair, Good, ? |
| sensor | Pm25 | ug/m3 ? | Particulate Matter level |
| sensor | Pm25 component score | Text | Fair, Good ? |
| sensor | Pm25 lta | ug/m3 ? | long term average |
| sensor | Pm25 sta | ug/m3 ? | short term average |
| sensor | VOC | ug/m3 ? | Volatile Organic Compounds |
| sensor | VOC component score | Text | Fair, Good ? |
| sensor | VOC lta | ug/m3 ? | long term average |
| sensor | VOC sta | ug/m3 ? | short term average |

#### Diagnostic Sensors

| Entity Type | Name | Description |
| ------------- | ------------------ | ------------------------------------------------- |
| binary_sensor | Alarm Status | Unknown - need info |
| sensor | Ble rssi | Signal Strength. Unclear what this is vs rssi |
| binary_sensor | Comm_status | Indicates if communication to the device is up |
| binary_sensor | Device State | Unknown - need info |
| sensor | Rssi | Signal Strength. Unclear what this is vs ble_rssi |
| sensor | Total Powered Time | Time in seconds the device has been powered |

## Sensors

### Zone Temperature and Humidity
Expand Down
Loading
Loading