semptec_zx7007_heater.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: IR heater
  2. products:
  3. - id: 34fyo4xuj16fzaqq
  4. manufacturer: Semptec
  5. model: ZX7007
  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: 5
  19. type: string
  20. name: preset_mode
  21. mapping:
  22. - dps_val: "1"
  23. value: eco
  24. - dps_val: "2"
  25. value: comfort
  26. - dps_val: "3"
  27. value: boost
  28. - id: 14
  29. type: string
  30. name: hvac_action
  31. mapping:
  32. - dps_val: stop
  33. value: idle
  34. - dps_val: heating
  35. value: heating
  36. - entity: select
  37. translation_key: timer
  38. category: config
  39. dps:
  40. - id: 11
  41. type: string
  42. name: option
  43. mapping:
  44. - dps_val: "0"
  45. value: cancel
  46. - dps_val: "1"
  47. value: "1h"
  48. - dps_val: "2"
  49. value: "2h"
  50. - dps_val: "3"
  51. value: "3h"
  52. - dps_val: "4"
  53. value: "4h"
  54. - dps_val: "5"
  55. value: "5h"
  56. - dps_val: "6"
  57. value: "6h"
  58. - dps_val: "7"
  59. value: "7h"
  60. - entity: sensor
  61. translation_key: time_remaining
  62. class: duration
  63. category: diagnostic
  64. dps:
  65. - id: 12
  66. type: integer
  67. name: sensor
  68. unit: min
  69. class: measurement