eurom_saniwallheat2000_heater.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. name: Heater
  2. # products: id unknown, name: Eurom Sani-Wall-Heat 2000
  3. entities:
  4. - entity: climate
  5. translation_only_key: heater
  6. dps:
  7. - id: 1
  8. type: boolean
  9. name: hvac_mode
  10. mapping:
  11. - dps_val: false
  12. value: "off"
  13. - dps_val: true
  14. constraint: preset_mode
  15. conditions:
  16. - dps_val: "off"
  17. value: fan_only
  18. - dps_val: auto
  19. value: heat
  20. - dps_val: "50_per"
  21. value: heat
  22. - dps_val: "100_per"
  23. value: heat
  24. - id: 2
  25. type: integer
  26. name: temperature
  27. unit: C
  28. range:
  29. min: 10
  30. max: 35
  31. - id: 3
  32. type: integer
  33. name: current_temperature
  34. - id: 4
  35. type: string
  36. name: preset_mode
  37. mapping:
  38. - dps_val: "off"
  39. value: none
  40. - dps_val: "50_per"
  41. value: eco
  42. - dps_val: "100_per"
  43. value: boost
  44. - dps_val: auto
  45. value: comfort
  46. - id: 7
  47. type: boolean
  48. name: swing_mode
  49. mapping:
  50. - dps_val: true
  51. value: vertical
  52. - dps_val: false
  53. value: "off"