Fixed temperature offset with filter. Native offset not reliable.
This commit is contained in:
parent
36a482de26
commit
429dce72fe
@ -199,11 +199,12 @@ sensor:
|
||||
temperature:
|
||||
name: "Wohnzimmer Temperatur"
|
||||
accuracy_decimals: 2
|
||||
filters:
|
||||
- offset: -2.5
|
||||
humidity:
|
||||
name: "Wohnzimmer Luftfeuchtigkeit"
|
||||
accuracy_decimals: 1
|
||||
# SCD30 temp sensor is a bit off
|
||||
temperature_offset: 0 °C
|
||||
ambient_pressure_compensation: 1
|
||||
automatic_self_calibration: True
|
||||
address: 0x61
|
||||
|
@ -198,11 +198,12 @@ sensor:
|
||||
temperature:
|
||||
name: "Schlafzimmer Temperatur"
|
||||
accuracy_decimals: 2
|
||||
filters:
|
||||
- offset: -2.5
|
||||
humidity:
|
||||
name: "Schlafzimmer Luftfeuchtigkeit"
|
||||
accuracy_decimals: 1
|
||||
# SCD30 temp sensor is a bit off
|
||||
temperature_offset: 0 °C
|
||||
ambient_pressure_compensation: 1
|
||||
automatic_self_calibration: True
|
||||
address: 0x61
|
||||
|
Loading…
Reference in New Issue
Block a user