bwt_heatpump.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. name: BWT FI 45 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: "quickheat"
  33. value: "Boost Heating"
  34. - dps_val: "quietheat"
  35. value: "Eco Heating"
  36. - dps_val: "cool"
  37. value: "Smart Cooling"
  38. - dps_val: "quickcool"
  39. value: "Boost Cooling"
  40. - dps_val: "quietcool"
  41. value: "Eco Cooling"
  42. - dps_val: "auto"
  43. value: "Auto"
  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. class: problem
  57. name: Water flow
  58. category: diagnostic
  59. dps:
  60. - id: 9
  61. type: bitfield
  62. name: sensor
  63. mapping:
  64. - dps_val: 0
  65. value: false
  66. - value: true