Add temp offset to make faulty weather monitor more usable.
This commit is contained in:
@@ -9,6 +9,8 @@ sensor:
|
|||||||
temperature:
|
temperature:
|
||||||
name: Temp${sn}
|
name: Temp${sn}
|
||||||
id: bme280_temperature
|
id: bme280_temperature
|
||||||
|
filters:
|
||||||
|
- offset: ${temp_offset}
|
||||||
pressure:
|
pressure:
|
||||||
name: Press${sn}
|
name: Press${sn}
|
||||||
id: bme280_pressure
|
id: bme280_pressure
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ substitutions:
|
|||||||
device_name: weather-in-1
|
device_name: weather-in-1
|
||||||
dn: weather_in_1
|
dn: weather_in_1
|
||||||
sn: In1
|
sn: In1
|
||||||
|
temp_offset: '0.0'
|
||||||
|
|
||||||
<<: !include .common.yaml
|
<<: !include .common.yaml
|
||||||
<<: !include .esp8266.yaml
|
<<: !include .esp8266.yaml
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ substitutions:
|
|||||||
device_name: weather-out-n
|
device_name: weather-out-n
|
||||||
dn: weather_out_n
|
dn: weather_out_n
|
||||||
sn: OutN
|
sn: OutN
|
||||||
|
temp_offset: '-6.1'
|
||||||
|
|
||||||
<<: !include .common.yaml
|
<<: !include .common.yaml
|
||||||
<<: !include .esp8266.yaml
|
<<: !include .esp8266.yaml
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ substitutions:
|
|||||||
device_name: weather-out-s
|
device_name: weather-out-s
|
||||||
dn: weather_out_s
|
dn: weather_out_s
|
||||||
sn: OutS
|
sn: OutS
|
||||||
|
temp_offset: '0.0'
|
||||||
|
|
||||||
<<: !include .common.yaml
|
<<: !include .common.yaml
|
||||||
<<: !include .esp8266.yaml
|
<<: !include .esp8266.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user