eurom_saniwall2000_heater.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: Eurom SaniWall 2000 Heater
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. icon: "mdi:radiator-disabled"
  12. - dps_val: true
  13. constraint: preset_mode
  14. conditions:
  15. - dps_val: "off"
  16. value: fan_only
  17. icon: "mdi:fan"
  18. - dps_val: low
  19. value: heat
  20. icon: "mdi:radiator"
  21. - dps_val: high
  22. value: heat
  23. icon: "mdi:radiator"
  24. - id: 2
  25. type: integer
  26. name: temperature
  27. range:
  28. min: 10
  29. max: 35
  30. - id: 3
  31. type: integer
  32. name: current_temperature
  33. - id: 4
  34. type: string
  35. name: preset_mode
  36. mapping:
  37. - dps_val: "off"
  38. value: fan
  39. - dps_val: low
  40. value: eco
  41. - dps_val: high
  42. value: boost
  43. - id: 7
  44. type: boolean
  45. name: swing_mode
  46. mapping:
  47. - dps_val: true
  48. value: vertical
  49. - dps_val: false
  50. value: "off"