hi,
i have a shelly em flashed with esphome
the temperature reading says its about 150°C
the ntc config is from shelly 2.5
can you please tell me the correct values for temperature reading?
thank you
Code
- platform: ntc
sensor: shelly_em_temp_resistance_reading
name: "Shelly EM Temperature"
unit_of_measurement: "°C"
icon: "mdi:thermometer"
calibration:
b_constant: 3350
reference_resistance: 10kOhm
reference_temperature: 298.15K
- platform: resistance
id: shelly_em_temp_resistance_reading
sensor: shelly_em_temp_analog_reading
configuration: DOWNSTREAM
resistor: 32kOhm
- platform: adc
id: shelly_em_temp_analog_reading
pin: A0
update_interval: 30s
Alles anzeigen