hjz_radiator.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. name: HJZ radiator
  2. primary_entity:
  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. - id: 21
  32. type: bitfield
  33. name: fault_code
  34. secondary_entities:
  35. - entity: lock
  36. category: config
  37. translation_key: child_lock
  38. dps:
  39. - id: 7
  40. type: boolean
  41. name: lock
  42. - entity: light
  43. category: config
  44. translation_key: display
  45. dps:
  46. - id: 10
  47. type: boolean
  48. name: switch
  49. - entity: select
  50. translation_key: timer
  51. category: config
  52. dps:
  53. - id: 19
  54. type: string
  55. name: option
  56. mapping:
  57. - dps_val: cancel
  58. value: "Off"
  59. - dps_val: 1h
  60. value: "1 hour"
  61. - dps_val: 2h
  62. value: "2 hour"
  63. - dps_val: 3h
  64. value: "3 hour"
  65. - dps_val: 4h
  66. value: "4 hour"
  67. - dps_val: 5h
  68. value: "5 hour"
  69. - dps_val: 6h
  70. value: "6 hour"
  71. - entity: binary_sensor
  72. category: diagnostic
  73. class: problem
  74. dps:
  75. - id: 21
  76. type: bitfield
  77. name: sensor
  78. mapping:
  79. - dps_val: 0
  80. value: false
  81. - value: true