tommeh_1337

HA Panasonic heat pump dashboard

Oct 2nd, 2024 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.86 KB | None | 0 0
  1. views:
  2.   - title: Home
  3.     cards:
  4.       - type: thermostat
  5.         entity: climate.panasonic_heat_pump_main_z1_temp
  6.         show_current_as_primary: false
  7.       - show_name: true
  8.         show_icon: true
  9.         show_state: true
  10.         type: glance
  11.         entities:
  12.           - entity: switch.panasonic_heat_pump_main_heatpump_state
  13.             name: Power
  14.             tap_action:
  15.               action: toggle
  16.           - entity: select.panasonic_heat_pump_main_operating_mode_state
  17.             name: Mode
  18.           - entity: sensor.panasonic_heat_pump_main_threeway_valve_state
  19.             name: 3-way valve
  20.           - entity: sensor.panasonic_heat_pump_main_z1_sensor_settings
  21.             name: Sensor
  22.         title: General
  23.       - show_name: true
  24.         show_icon: true
  25.         show_state: true
  26.         type: glance
  27.         entities:
  28.           - entity: sensor.panasonic_heat_pump_main_compressor_freq
  29.             name: Frequency
  30.           - entity: sensor.panasonic_heat_pump_main_compressor_current
  31.             name: Current
  32.           - entity: sensor.panasonic_heat_pump_main_operations_hours
  33.             name: Hours
  34.           - entity: sensor.panasonic_heat_pump_main_operations_counter
  35.             name: Counter
  36.         title: Compressor
  37.       - show_name: true
  38.         show_icon: true
  39.         show_state: true
  40.         type: glance
  41.         title: Water
  42.         entities:
  43.           - entity: sensor.panasonic_heat_pump_main_main_target_temp
  44.             name: Outlet SP
  45.           - entity: sensor.panasonic_heat_pump_main_main_outlet_temp
  46.             name: Outlet actual
  47.           - entity: sensor.panasonic_heat_pump_main_main_inlet_temp
  48.             name: Inlet actual
  49.           - entity: sensor.panasonic_heat_pump_main_pump_flow
  50.             name: Pump flow
  51.       - show_name: true
  52.         show_icon: true
  53.         show_state: true
  54.         type: glance
  55.         entities:
  56.           - entity: sensor.panasonic_heat_pump_cop
  57.             name: COP
  58.           - entity: sensor.panasonic_heat_pump_main_high_pressure
  59.             name: Pressure
  60.           - entity: sensor.panasonic_heat_pump_main_fan1_motor_speed
  61.             name: Fan speed
  62.           - entity: sensor.panasonic_heat_pump_main_pump_speed
  63.             name: Pump speed
  64.         title: Performance
  65.       - show_name: true
  66.         show_icon: true
  67.         show_state: true
  68.         type: glance
  69.         entities:
  70.           - entity: number.panasonic_heat_pump_main_dhw_target_temp
  71.             name: DHW SP
  72.           - entity: sensor.panasonic_heat_pump_main_dhw_temp
  73.             name: DHW actual
  74.           - entity: switch.panasonic_heat_pump_main_force_dhw_state
  75.             name: Force DHW
  76.             tap_action:
  77.               action: toggle
  78.         title: Domestic Hot Water
  79.         state_color: false
  80.       - show_name: true
  81.         show_icon: true
  82.         show_state: true
  83.         type: glance
  84.         entities:
  85.           - entity: sensor.panasonic_heat_pump_main_outside_temp
  86.             name: Outdoor
  87.           - entity: sensor.panasonic_heat_pump_main_room_thermostat_temp
  88.             name: Indoor
  89.           - entity: sensor.panasonic_heat_pump_main_discharge_temp
  90.             name: Discharge
  91.           - entity: sensor.panasonic_heat_pump_main_eva_outlet_temp
  92.             name: Evaporator
  93.         title: Temperature
  94.       - show_name: true
  95.         show_icon: true
  96.         show_state: true
  97.         type: glance
  98.         entities:
  99.           - entity: sensor.panasonic_heat_pump_main_heat_power_production
  100.             name: Heat produced
  101.           - entity: sensor.panasonic_heat_pump_main_heat_power_consumption
  102.             name: Heat consumed
  103.           - entity: sensor.panasonic_heat_pump_main_dhw_power_production
  104.             name: DHW produced
  105.           - entity: sensor.panasonic_heat_pump_main_dhw_power_consumption
  106.             name: DHW consumed
  107.         title: Power
  108.  
Advertisement
Add Comment
Please, Sign In to add comment