friedrich_airconditioner.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. name: Air conditioner
  2. products:
  3. - id: vfdma8hzkgpdkwlm
  4. manufacturer: Friedrich
  5. model: UCT14A30/UCT12A30
  6. entities:
  7. - entity: climate
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: hvac_mode
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. constraint: mode
  17. conditions:
  18. - dps_val: cold
  19. value: cool
  20. - dps_val: wet
  21. value: dry
  22. - dps_val: wind
  23. value: fan_only
  24. - dps_val: auto
  25. value: auto
  26. - id: 2
  27. type: integer
  28. name: temperature
  29. unit: F
  30. range:
  31. min: 69
  32. max: 89
  33. - id: 3
  34. type: integer
  35. name: current_temperature
  36. - id: 4
  37. type: string
  38. name: mode
  39. hidden: true
  40. - id: 5
  41. type: integer
  42. name: fan_mode
  43. mapping:
  44. - dps_val: 3
  45. value: low
  46. - dps_val: 2
  47. value: medium
  48. - dps_val: 1
  49. value: high
  50. - dps_val: 4
  51. value: auto
  52. - id: 8
  53. type: boolean
  54. optional: true
  55. name: preset_mode
  56. mapping:
  57. - dps_val: true
  58. value: eco
  59. - dps_val: false
  60. value: comfort
  61. - dps_val: null
  62. value: comfort
  63. hidden: true
  64. - id: 102
  65. type: boolean
  66. # not settable, and no known effect
  67. name: info_temp_unit
  68. mapping:
  69. - dps_val: true
  70. value: °F
  71. - dps_val: false
  72. value: °C
  73. - entity: switch
  74. translation_key: sleep
  75. category: config
  76. dps:
  77. - id: 101
  78. type: boolean
  79. name: switch
  80. - entity: binary_sensor
  81. class: problem
  82. category: diagnostic
  83. dps:
  84. - id: 20
  85. type: bitfield
  86. name: sensor
  87. mapping:
  88. - dps_val: 0
  89. value: false
  90. - value: true
  91. - id: 20
  92. type: bitfield
  93. name: fault_code