Skip to content

Shelly 2PM gen3 v0.1.3 temperature config #1812

Description

@somik321

Device Name

Shelly 2PM

Device Page URL

https://devices.esphome.io/devices/shelly-2-pm-gen3/

What is wrong?

My Shelly 2PM gen3 v0.1.3 b2528 didn't show temperature with this configuration: https://devices.esphome.io/devices/shelly-2-pm-gen3/
It didn't change at all.
I entered the Shelly 2PM gen4 configuration, and the temperature readings started displaying correctly. Please add a comment to the page: https://devices.esphome.io/devices/shelly-2-pm-gen3/

Temperature setting:

  • id: temperature
    name: Temperature
    platform: ntc
    sensor: temperature_sensor_resistance
    icon: mdi:thermometer
    entity_category: diagnostic
    unit_of_measurement: °C
    accuracy_decimals: 1
    calibration:
    b_constant: 3350
    reference_resistance: 10kOhm
    reference_temperature: 25°C
  • id: temperature_sensor_resistance
    platform: resistance
    sensor: temperature_sensor_voltage
    configuration: DOWNSTREAM
    resistor: 10kOhm
  • id: temperature_sensor_voltage
    platform: adc
    pin: GPIO4
    attenuation: 11db

ESPHome Version

No response

Additional Information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions