You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,26 +17,26 @@ Many added features can be found in HomeAssistant by going to Settings>Devices a
17
17
18
18
- Compact single page display by default with all relevant sensor readings
19
19
- Enable different pages of information to be shown on the OLED display, or leave the default of a single page with all relevant information
20
-
20
+
21
21

22
22
- Button to initiate a SenseAir S8 CO2 Calibration on demand
23
-
23
+
24
24

25
25
- Switch to enable or disable SenseAir S8 CO2 sensor Automatic Baseline Calibration (ABC)
26
-
26
+
27
27

28
28
- Button to view the current S8 ABC interval (confirm if ABC is disabled or enable, which defaults to every 7 days) View ESPHome logs to see the output of this button
29
-
29
+
30
30

31
31
- Switch to disable LED output on AirGradient ONE model
32
32
- Brightness slider to adjust intensity of AirGradient ONE LED
33
-
33
+
34
34

35
35
- Switch to toggle display between Fahrenheit and Celsius and persist between reboots
36
-
36
+
37
37

38
38
- Switch to enable or disable uploading to AirGradient Dashboard via API (Choose to keep data local or also send to AirGradient)
39
-
39
+
40
40

41
41
- Utilize hardware configuration buttons on AirGradient Pro v3.7 and higher
42
42
@@ -50,7 +50,28 @@ Many added features can be found in HomeAssistant by going to Settings>Devices a
50
50
51
51
Copy the .yaml file from the main folder for your model and place it in the `config` folder of your ESPHome. Make any desired changes to the substitutions to name the devices for your use case
52
52
53
-
> Note: by default ESPHome only syncs remote repositories that the packages are referencing once per day, so if changes are made to the repository, you may not get the updated config for up to 1 day after it is published. You can remove the contents of the folder config/.esphome/packages to force it to update sooner
53
+
> Note: by default ESPHome only syncs remote repositories that the packages are referencing once per day, so if changes are made to the repository, you may not get the updated config for up to 1 day after it is published. You can remove the contents of the folder config/.esphome/packages to force it to update sooner
54
+
55
+
> Note: setting `add_mac_suffix: "true"` allows for multiple devices on your network at the same time and report as unique entries, but it can cause ESPHome to not detect devices as Online after installing, since ESPHome is looking for only the `devicename:` field and the actual device name has the MAC address added to the end.
56
+
>
57
+
> One way to resolve this is to change`add_mac_suffix: "false"` so the devicename will match exactly. If you have multiple devices, make sure to change the `devicename: `field to be unique for each device
58
+
>
59
+
> Another alternative is to add a static IP to the wifi configuration and configure ESPHome to ping the device by IP instead of hostname
60
+
>
61
+
> [Dashboard status light not working across subnets/zones · Issue #641 · esphome/issues (github.com)](https://github.com/esphome/issues/issues/641#issuecomment-534156628)
0 commit comments