remora_heatpump.yaml 1.5 KB

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