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