avonflow_afd14h_radiator.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. name: Radiator controller
  2. # products:
  3. # - id: UNKNOWN
  4. # manufacturer: Avonflow
  5. # model: AFD14-H
  6. entities:
  7. - entity: climate
  8. translation_key: thermostat
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: hvac_mode
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. value: heat
  18. - id: 2
  19. type: string
  20. name: preset_mode
  21. mapping:
  22. - dps_val: hot
  23. value: boost
  24. - dps_val: eco
  25. value: eco
  26. - dps_val: timer
  27. value: Timer
  28. - dps_val: program
  29. value: program
  30. - id: 16
  31. type: integer
  32. name: temperature
  33. unit: C
  34. range:
  35. min: 7
  36. max: 35
  37. - id: 24
  38. type: integer
  39. name: current_temperature
  40. mapping:
  41. - scale: 10
  42. - entity: number
  43. translation_key: temperature_calibration
  44. class: temperature_delta
  45. category: config
  46. dps:
  47. - id: 27
  48. type: integer
  49. name: value
  50. unit: C
  51. range:
  52. min: -8
  53. max: 8
  54. - entity: lock
  55. translation_key: child_lock
  56. category: config
  57. dps:
  58. - id: 40
  59. type: boolean
  60. name: lock
  61. - entity: number
  62. name: Boost time
  63. category: config
  64. icon: "mdi:rocket-launch"
  65. dps:
  66. - id: 101
  67. type: integer
  68. name: value
  69. unit: h
  70. range:
  71. min: 1
  72. max: 9
  73. - entity: select
  74. name: Window open timeout
  75. translation_key: timer
  76. icon: "mdi:window-open-variant"
  77. category: config
  78. dps:
  79. - id: 103
  80. type: string
  81. name: option
  82. mapping:
  83. - dps_val: "0"
  84. value: immediate
  85. - dps_val: "60"
  86. value: "1h"
  87. - dps_val: "90"
  88. value: "1h30m"
  89. - entity: text
  90. name: Program
  91. category: config
  92. icon: "mdi:calendar-clock"
  93. hidden: true
  94. dps:
  95. - id: 110
  96. type: base64
  97. optional: true
  98. name: value