#can i get some help with reading the set

1 messages · Page 1 of 1 (latest)

charred heart
#

this is the output of my hvac: climate.mhi_ac_living_room

hvac_modes:
  - "off"
  - heat_cool
  - cool
  - heat
  - fan_only
  - dry
min_temp: 18
max_temp: 30
target_temp_step: 0.5
fan_modes:
  - auto
  - low
  - medium
  - high
  - quiet
swing_modes:
  - "off"
  - both
  - vertical
  - horizontal
current_temperature: 22
temperature: 27.5
fan_mode: quiet
swing_mode: "off"
friendly_name: mhi-ac-living-room
supported_features: 41
#

but i do not know how to acces/read temperature

wraith haven
#

it's an attribute, use a template or a custom card in the frontend that allows you to choose an attribute to output

charred heart
#

how would i do that in template? i want to use it in an automation

{{states("sensor.mhi_ac_living_room_outdoor_temperature")}}
{{states("climate.mhi_ac_living_room.temperature")}} # prints unknown
wraith haven
#

using state_attr