avatto_trv06_radiatorvalve.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. name: Radiator
  2. products:
  3. - id: ow09xlxm
  4. manufacturer: Avatto / Thaleos
  5. model: TRV06
  6. entities:
  7. - entity: climate
  8. translation_key: heater
  9. dps:
  10. - id: 2
  11. type: string
  12. name: hvac_mode
  13. optional: true
  14. mapping:
  15. - dps_val: "off"
  16. value: "off"
  17. - dps_val: manual
  18. value: heat
  19. - dps_val: auto
  20. value: auto
  21. - dps_val: null
  22. value: "off"
  23. hidden: true
  24. - id: 3
  25. type: string
  26. name: hvac_action
  27. optional: true
  28. mapping:
  29. - dps_val: opened
  30. value: heating
  31. - dps_val: closed
  32. value: idle
  33. - id: 4
  34. type: integer
  35. name: temperature
  36. unit: C
  37. mapping:
  38. - scale: 10
  39. step: 10
  40. range:
  41. min: 50
  42. max: 350
  43. - id: 5
  44. type: integer
  45. name: current_temperature
  46. mapping:
  47. - scale: 10
  48. - entity: lock
  49. translation_key: child_lock
  50. category: config
  51. dps:
  52. - id: 7
  53. type: boolean
  54. optional: true
  55. name: lock
  56. - entity: binary_sensor
  57. class: battery
  58. category: diagnostic
  59. dps:
  60. - id: 35
  61. type: bitfield
  62. name: sensor
  63. class: measurement
  64. mapping:
  65. - dps_val: 0
  66. value: false
  67. - value: true
  68. - entity: switch
  69. translation_key: anti_frost
  70. category: config
  71. dps:
  72. - id: 36
  73. type: boolean
  74. name: switch
  75. optional: true
  76. mapping:
  77. - dps_val: null
  78. value: false
  79. hidden: true
  80. - entity: switch
  81. name: Antiscale
  82. category: config
  83. icon: "mdi:shimmer"
  84. dps:
  85. - id: 39
  86. type: boolean
  87. name: switch
  88. optional: true
  89. mapping:
  90. - dps_val: null
  91. value: false
  92. hidden: true
  93. - entity: number
  94. translation_key: temperature_calibration
  95. category: config
  96. dps:
  97. - id: 47
  98. type: integer
  99. optional: true
  100. name: value
  101. unit: °
  102. range:
  103. min: -9
  104. max: 9