goldair_gpph_heater.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. name: Goldair GPPH Heater
  2. legacy_type: heater
  3. primary_entity:
  4. entity: climate
  5. legacy_class: ".heater.climate.GoldairHeater"
  6. dps:
  7. - id: 1
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. icon: "mdi:radiator-disabled"
  13. icon_priority: 1
  14. - dps_val: true
  15. value: "heat"
  16. icon: "mdi:radiator"
  17. icon_priority: 3
  18. name: hvac_mode
  19. - id: 2
  20. type: integer
  21. range:
  22. min: 5
  23. max: 35
  24. mapping:
  25. constraint: preset_mode
  26. conditions:
  27. - dps_val: "ECO"
  28. value-redirect: eco_temperature
  29. - dps_val: "AF"
  30. invalid: true
  31. value: 5
  32. name: temperature
  33. - id: 3
  34. type: integer
  35. readonly: true
  36. name: current_temperature
  37. - id: 4
  38. type: string
  39. mapping:
  40. - dps_val: "C"
  41. value: "comfort"
  42. - dps_val: "ECO"
  43. value: "eco"
  44. - dps_val: "AF"
  45. value: "away"
  46. name: preset_mode
  47. - id: 12
  48. type: bitfield
  49. mapping:
  50. - dps_val: 0
  51. value: OK
  52. readonly: true
  53. name: error
  54. - id: 101
  55. type: string
  56. mapping:
  57. - dps_val: "stop"
  58. value: "Stop"
  59. icon: "mdi:radiator-disabled"
  60. icon_priority: 2
  61. - dps_val: "1"
  62. - dps_val: "2"
  63. - dps_val: "3"
  64. - dps_val: "4"
  65. - dps_val: "5"
  66. name: power_level
  67. - id: 105
  68. type: string
  69. mapping:
  70. - dps_val: "stop"
  71. value: "Stop"
  72. - dps_val: "auto"
  73. value: "Auto"
  74. - dps_val: "user"
  75. value-redirect: power_level
  76. name: swing_mode
  77. - id: 106
  78. type: integer
  79. range:
  80. min: 5
  81. max: 21
  82. mapping:
  83. constraint: preset_mode
  84. conditions:
  85. - dps_val: "C"
  86. invalid: true
  87. - dps_val: "AF"
  88. invalid: true
  89. hidden: true
  90. name: eco_temperature
  91. secondary_entities:
  92. - entity: light
  93. legacy_class: ".heater.light.GoldairHeaterLedDisplayLight"
  94. name: Panel Light
  95. dps:
  96. - id: 104
  97. type: boolean
  98. mapping:
  99. - dps_val: false
  100. icon: "mdi:led-on"
  101. - dps_val: true
  102. icon: "mdi:led-off"
  103. name: switch
  104. - entity: lock
  105. legacy_class: ".heater.lock.GoldairHeaterChildLock"
  106. name: Child Lock
  107. dps:
  108. - id: 6
  109. type: boolean
  110. name: lock