mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 17:23:45 +01:00
Fix NTC steinhart-hart issue
This commit is contained in:
@@ -129,6 +129,13 @@ sensor:
|
||||
b_constant: 3950
|
||||
reference_resistance: 10k
|
||||
reference_temperature: 25°C
|
||||
- platform: ntc
|
||||
sensor: resist
|
||||
name: NTC Sensor2
|
||||
calibration:
|
||||
- 10.0kOhm -> 25°C
|
||||
- 27.219kOhm -> 0°C
|
||||
- 14.674kOhm -> 15°C
|
||||
- platform: tcs34725
|
||||
red_channel:
|
||||
name: Red Channel
|
||||
|
Reference in New Issue
Block a user