bwt_heatpump.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: BWT FI 45 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: quickheat
  34. value: quick_heat
  35. - dps_val: quietheat
  36. value: quiet_heat
  37. - dps_val: cool
  38. value: smart_cool
  39. - dps_val: quickcool
  40. value: quick_cool
  41. - dps_val: quietcool
  42. value: quiet_cool
  43. - dps_val: auto
  44. value: auto
  45. - id: 9
  46. type: integer
  47. name: error
  48. mapping:
  49. - dps_val: 0
  50. value: "OK"
  51. - dps_val: 1
  52. value: "Water Flow Protection"
  53. icon: "mdi:water-pump-off"
  54. icon_priority: 2
  55. secondary_entities:
  56. - entity: binary_sensor
  57. class: problem
  58. name: Water flow
  59. category: diagnostic
  60. dps:
  61. - id: 9
  62. type: bitfield
  63. name: sensor
  64. mapping:
  65. - dps_val: 0
  66. value: false
  67. - value: true