remora_heatpump.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: Remora Pool Heatpump
  2. legacy_type: remora_heatpump
  3. primary_entity:
  4. entity: climate
  5. dps:
  6. - id: 1
  7. name: hvac_mode
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. icon: "mdi:radiator-disabled"
  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 Heating"
  33. - dps_val: "h_powerful"
  34. value: "Powerful Heating"
  35. - dps_val: "h_silent"
  36. value: "Silent Heating"
  37. - dps_val: "cool"
  38. value: "Smart Cooling"
  39. - dps_val: "c_powerful"
  40. value: "Powerful Cooling"
  41. - dps_val: "c_silent"
  42. value: "Silent Cooling"
  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"