remora_heatpump.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. name: Remora pool heatpump
  2. primary_entity:
  3. entity: climate
  4. translation_only_key: pool_heatpump
  5. dps:
  6. - id: 1
  7. name: hvac_mode
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. icon: "mdi:hvac-off"
  13. icon_priority: 1
  14. - dps_val: true
  15. value: "heat"
  16. icon: "mdi:hot-tub"
  17. icon_priority: 3
  18. - id: 2
  19. name: temperature
  20. type: integer
  21. range:
  22. min: 5
  23. max: 40
  24. - id: 3
  25. name: current_temperature
  26. type: integer
  27. - id: 4
  28. name: preset_mode
  29. type: string
  30. mapping:
  31. - dps_val: heat
  32. value: smart_heat
  33. - dps_val: h_powerful
  34. value: quick_heat
  35. - dps_val: h_silent
  36. value: quiet_heat
  37. - dps_val: cool
  38. value: smart_cool
  39. - dps_val: c_powerful
  40. value: quick_cool
  41. - dps_val: c_silent
  42. value: quiet_cool
  43. - id: 9
  44. type: integer
  45. name: error
  46. mapping:
  47. - dps_val: 0
  48. value: "OK"
  49. - dps_val: 1
  50. value: "Water Flow Protection"
  51. icon: "mdi:water-pump-off"
  52. icon_priority: 2
  53. secondary_entities:
  54. - entity: binary_sensor
  55. name: Water flow
  56. class: problem
  57. category: diagnostic
  58. dps:
  59. - id: 9
  60. name: sensor
  61. type: integer
  62. mapping:
  63. - dps_val: 0
  64. value: false
  65. - value: true