edgetheorylabs_coldplunge_heatpump.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Pool heat pump
  2. products:
  3. - id: orwtoimcnasji7jw
  4. manufacturer: Edge Theory Labs
  5. name: Cold plunge heat pump
  6. entities:
  7. - entity: climate
  8. translation_key: pool_heatpump
  9. dps:
  10. - id: 121
  11. name: hvac_mode
  12. type: boolean
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. value: heat_cool
  18. - id: 17
  19. name: temperature
  20. type: integer
  21. range:
  22. min: 32
  23. max: 107
  24. unit: F
  25. - id: 29
  26. name: current_temperature
  27. type: integer
  28. mapping:
  29. - scale: 10
  30. - id: 115
  31. name: mode
  32. type: boolean
  33. - entity: binary_sensor
  34. name: Compressor
  35. class: running
  36. category: diagnostic
  37. icon: "mdi:engine"
  38. dps:
  39. - id: 122
  40. type: boolean
  41. name: sensor
  42. - entity: sensor
  43. class: volume_flow_rate
  44. category: diagnostic
  45. dps:
  46. - id: 102
  47. type: integer
  48. name: sensor
  49. unit: "L/min"
  50. class: measurement
  51. mapping:
  52. - scale: 10
  53. - entity: binary_sensor
  54. name: Water pump
  55. class: running
  56. category: diagnostic
  57. icon: "mdi:water-pump"
  58. dps:
  59. - id: 125
  60. type: boolean
  61. name: sensor