hjz_radiator.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: HJZ radiator
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. icon: "mdi:radiator-disabled"
  12. - dps_val: true
  13. value: heat
  14. icon: "mdi:radiator"
  15. - id: 2
  16. type: integer
  17. name: temperature
  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. name: Display
  45. icon: "mdi:television-ambient-light"
  46. dps:
  47. - id: 10
  48. type: boolean
  49. name: switch
  50. - entity: select
  51. translation_key: timer
  52. category: config
  53. dps:
  54. - id: 19
  55. type: string
  56. name: option
  57. mapping:
  58. - dps_val: cancel
  59. value: "Off"
  60. - dps_val: 1h
  61. value: "1 hour"
  62. - dps_val: 2h
  63. value: "2 hour"
  64. - dps_val: 3h
  65. value: "3 hour"
  66. - dps_val: 4h
  67. value: "4 hour"
  68. - dps_val: 5h
  69. value: "5 hour"
  70. - dps_val: 6h
  71. value: "6 hour"
  72. - entity: binary_sensor
  73. category: diagnostic
  74. class: problem
  75. dps:
  76. - id: 21
  77. type: bitfield
  78. name: sensor
  79. mapping:
  80. - dps_val: 0
  81. value: false
  82. - value: true