e1840a37aa
Update refs for new repo
2025-05-20 11:53:54 -04:00
a095936f3f
Add SGP30 baseline sensors
2025-05-19 17:00:59 -04:00
547983173b
Add compensation values to SGP30
2025-05-19 16:58:22 -04:00
2145d4eff1
Decrease Sensirion interval to 15s
...
60s felt like far too long.
2025-05-19 16:56:51 -04:00
9fc8ad7318
Adjust eCO2 threshold for Excellent
2025-05-19 16:49:33 -04:00
66573f2346
Adjust Sensirion update interval
...
15s is a little too frequent, so make it 60s
2025-05-17 00:14:02 -04:00
a2ff9491a3
Fix GPIO pin assignments
2025-05-17 00:11:03 -04:00
1ef3ba2e57
Fix micro wake word model selector
2025-05-17 00:10:54 -04:00
97dd3a9a90
Fix table formatting
2025-05-11 20:02:48 -04:00
993c3407ea
Update board to 2.x revision
2025-05-11 20:00:35 -04:00
ae4713969d
Rename and update dashboard ref
2025-05-11 19:40:54 -04:00
dcf195e161
Update README to match
2025-05-11 02:20:42 -04:00
12d3c76f7c
Rework room health score calculation
2025-05-11 02:07:48 -04:00
5071dc908b
Remove obsolete v1.x config
2025-05-10 23:58:33 -04:00
28c38c49a7
Add 2.0 configuration
2025-05-10 23:58:00 -04:00
ce026f8a7b
Bump version to 1.3
2025-05-10 23:51:23 -04:00
df4bd66eaa
Enable MicroWakeWord by default.
...
This enables MWW by default. This has become more important since
HomeAssistant recently disabled offloaded WakeWord engines by default in
new Assist pipelines, ostensibly because "all" client devices now
support it.
Currently we are limited to just `hey_jarvis` until esphome/esphome#8655
lands in a release and enables dynamic configuration. This will be fully
implemented with the SuperSensor v2.0 coming later this month.
2025-05-10 23:47:33 -04:00
93fdbf9bd9
Restore 1 decimal place to pressure values
...
Let the frontend round if it wants to.
2025-04-24 00:11:59 -04:00
b6c8bb24b3
Round final value of relative pressure
2025-04-24 00:06:49 -04:00
cf8838d5a5
Add relative pressure calculations
2025-04-23 23:59:30 -04:00
742f718a81
Set pressure accuracy decimals
...
Since we're rounding to an integer now.
2025-04-21 10:26:56 -04:00
839ac6ce2a
Round pressure to int, add pressure offset, names
...
Helps ensure barometric pressure is accurate against a given reference
value and ensure names are grouped together.
2025-04-21 09:45:27 -04:00
0829025989
Lower brightness of disconnect flash
2025-04-19 04:29:55 -04:00
58db260008
Add note for utemp
2025-04-04 11:23:39 -04:00
945ff816d5
Add IRR filter to utemp
2025-04-04 11:22:23 -04:00
72594a24bd
Adjust utemp calibration values
2025-04-02 12:15:00 -04:00
fafe2e8757
Add additional utemp diagnostics
2025-04-02 09:10:40 -04:00
0ac7a4f881
Add temperature offset to utemp
2025-04-01 17:11:46 -04:00
2bde1dae93
Update utemp GPIO settings
2025-04-01 17:03:36 -04:00
a707a15e7c
Add utemp (micro temperature) sensor
2025-04-01 13:30:20 -04:00
Joshua Boniface
27e02e27c0
Add funding configuration
2025-03-22 14:41:12 -04:00
Joshua Boniface
ccdff6a9ca
Use consistent true throughout
2025-03-22 12:36:55 -04:00
Joshua Boniface
2090da9278
Attempt to fix bugs with voice on startup
2025-03-20 02:24:31 -04:00
Joshua Boniface
cdc0982dcc
Mirror detect handler in clear handler
2025-03-20 02:06:07 -04:00
Joshua Boniface
79e4cac044
Remove fast_connect from WiFi
...
This breaks initial setup/compile.
2025-03-19 20:57:46 -04:00
Joshua Boniface
3cd2e75c16
Apply optimizations for state updates
...
Have been running into issues with states not being updated properly.
Apply several optimizations to help improve this.
2025-03-19 20:55:34 -04:00
1e2e37671d
Round illumination value to 1 decimal
...
Avoids constant updates to HASS that are useless.
2025-03-16 03:23:07 -04:00
efc5fd2773
Add similar humidity offset
2025-02-25 21:50:35 -05:00
12df19ac28
Add comment for temperature offset
2025-02-25 21:36:00 -05:00
82c613d41f
Raise BME680 update interval to 15s
...
Temperature doesn't swing that wildly.
2025-02-25 21:31:23 -05:00
92f0305f94
Add temperature offset support
...
Allows user configuration of a temperature offset for the BME680 sensor,
to help mitigate the effects of external heating from the ESP32, an
encosure, or other factors. A range of -7 to 3 is provided to permit
flexibility while recognizing that in *most* cases, it will be negative.
2025-02-25 21:22:37 -05:00
110b0e9c66
Return to 1s transitions
...
2s just felt too long.
2025-02-25 02:19:06 -05:00
b52c980268
Improve STT response handling
...
Newer versions of HASS provide different error messages than just the
previous one, so match any that begin with Sorry for errors. Also log
the response (INFO level) so we can see it.
2025-02-25 02:13:05 -05:00
7239706c35
Raise transition length to 2s
...
Makes transitions a bit less jarring.
2025-02-25 01:59:23 -05:00
d86ca8cb21
Add LED presence indication support
...
Adds a mode where the lights will be on "white" at 15% when presence is
detected. May be enabled or disabled from a new switch component.
2025-02-25 01:57:06 -05:00
eba941b9fd
Revert "Add more light off conditions"
...
This reverts commit 414de937e14b7799b679e27331cb6eee2dca2de3.
2025-02-22 01:42:43 -05:00
414de937e1
Add more light off conditions
...
Hopefully fixes stuck cyan light after VAD errors.
2025-02-18 00:39:04 -05:00
c32ff6064b
Revert previous BSEC2 changes
...
This library proved to be just as useless for reliable IAQ as the
original BSEC library (swinging wildly based on nothing at all), so
revert back to tag 1.2 and ESP-IDF.
2025-02-09 10:42:37 -05:00
64bbb01ab0
Revert "Fix incorrect names"
...
This reverts commit 07c15f60b4767d9726da791dc987770c82e977c4.
2025-02-09 10:42:11 -05:00
07c15f60b4
Fix incorrect names
2025-02-07 10:34:42 -05:00