hjz_radiator.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. name: HJZ radiator
  2. entities:
  3. - entity: climate
  4. translation_only_key: heater
  5. dps:
  6. - id: 1
  7. type: boolean
  8. name: hvac_mode
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. - dps_val: true
  13. value: heat
  14. - id: 2
  15. type: integer
  16. name: temperature
  17. unit: C
  18. range:
  19. min: 15
  20. max: 50
  21. - id: 4
  22. type: string
  23. name: preset_mode
  24. mapping:
  25. - dps_val: "0"
  26. value: comfort
  27. - dps_val: "1"
  28. value: eco
  29. - dps_val: "2"
  30. value: away
  31. - entity: lock
  32. category: config
  33. translation_key: child_lock
  34. dps:
  35. - id: 7
  36. type: boolean
  37. name: lock
  38. - entity: light
  39. category: config
  40. translation_key: display
  41. dps:
  42. - id: 10
  43. type: boolean
  44. name: switch
  45. - entity: select
  46. translation_key: timer
  47. category: config
  48. dps:
  49. - id: 19
  50. type: string
  51. name: option
  52. mapping:
  53. - dps_val: cancel
  54. value: cancel
  55. - dps_val: 1h
  56. value: "1h"
  57. - dps_val: 2h
  58. value: "2h"
  59. - dps_val: 3h
  60. value: "3h"
  61. - dps_val: 4h
  62. value: "4h"
  63. - dps_val: 5h
  64. value: "5h"
  65. - dps_val: 6h
  66. value: "6h"
  67. - entity: binary_sensor
  68. category: diagnostic
  69. class: problem
  70. dps:
  71. - id: 21
  72. type: bitfield
  73. name: sensor
  74. mapping:
  75. - dps_val: 0
  76. value: false
  77. - value: true
  78. - id: 21
  79. type: bitfield
  80. name: fault_code