jemell_ptc1919_heater.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. name: Heater
  2. products:
  3. - id: azviw8onoucokkw4
  4. manufacturer: Cixi Jemell
  5. model: PTC-1919
  6. entities:
  7. - entity: climate
  8. translation_key: heater
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: hvac_mode
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. value: heat
  18. - id: 2
  19. type: integer
  20. name: temperature
  21. unit: C
  22. range:
  23. min: 16
  24. max: 36
  25. - id: 3
  26. type: integer
  27. name: current_temperature
  28. - id: 5
  29. type: string
  30. name: preset_mode
  31. mapping:
  32. - dps_val: level1
  33. value: fan_only
  34. - dps_val: level2
  35. value: low
  36. - dps_val: level3
  37. value: high
  38. - id: 8
  39. type: boolean
  40. name: swing_mode
  41. mapping:
  42. - dps_val: false
  43. value: "off"
  44. - dps_val: true
  45. value: "on"
  46. - entity: select
  47. translation_key: timer
  48. category: config
  49. dps:
  50. - id: 11
  51. type: string
  52. name: option
  53. mapping:
  54. - dps_val: 0hour
  55. value: cancel
  56. - dps_val: 1hour
  57. value: "1h"
  58. - dps_val: 2hour
  59. value: "2h"
  60. - dps_val: 3hour
  61. value: "3h"
  62. - dps_val: 4hour
  63. value: "4h"
  64. - dps_val: 5hour
  65. value: "5h"
  66. - dps_val: 6hour
  67. value: "6h"
  68. - dps_val: 7hour
  69. value: "7h"
  70. - dps_val: 8hour
  71. value: "8h"
  72. - dps_val: 9hour
  73. value: "9h"
  74. - entity: sensor
  75. translation_key: time_remaining
  76. category: diagnostic
  77. dps:
  78. - id: 12
  79. type: integer
  80. name: sensor
  81. unit: min