M5Stack KMeterISO I2C K-Type probe temperature sensor

The kmeteriso sensor platform allows you to use your KMeterISO (productExternal link, M5Stack_) K-Type thermocouple temperature sensor with ESPHome. The I²C is required to be set up in your configuration for this sensor to work.

M5StackExternal link

# Example configuration entry
sensor:
- platform: kmeteriso
  temperature:
    name: Temperature
  internal_temperature:
    name: Internal temperature

Configuration variables: Copy link to header

  • temperature (Optional): The information for the temperature sensor. All options from Sensor.
  • internal_temperature (Optional): The information for the temperature sensor inside the probe. All options from Sensor.
  • update_interval (Optional, Time): The interval to check the sensor. Defaults to 5s.

See Also Copy link to header

CURRENT