remora_heatpump.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. unit: C
  22. range:
  23. min: 5
  24. max: 40
  25. - id: 3
  26. name: current_temperature
  27. type: integer
  28. - id: 4
  29. name: preset_mode
  30. type: string
  31. mapping:
  32. - dps_val: heat
  33. value: smart_heat
  34. - dps_val: h_powerful
  35. value: quick_heat
  36. - dps_val: h_silent
  37. value: quiet_heat
  38. - dps_val: cool
  39. value: smart_cool
  40. - dps_val: c_powerful
  41. value: quick_cool
  42. - dps_val: c_silent
  43. value: quiet_cool
  44. - id: 9
  45. type: integer
  46. name: error
  47. mapping:
  48. - dps_val: 0
  49. value: "OK"
  50. - dps_val: 1
  51. value: "Water Flow Protection"
  52. icon: "mdi:water-pump-off"
  53. icon_priority: 2
  54. secondary_entities:
  55. - entity: binary_sensor
  56. name: Water flow
  57. class: problem
  58. category: diagnostic
  59. dps:
  60. - id: 9
  61. name: sensor
  62. type: integer
  63. mapping:
  64. - dps_val: 0
  65. value: false
  66. - value: true