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