beca_bac002_thermostat_c.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. name: Thermostat
  2. # this config is for external probe, deg C
  3. # if you have a different setup, file a new device report
  4. products:
  5. - id: N8bUqOZ8HBQjU0K0
  6. name: Becasmart BAC005
  7. primary_entity:
  8. entity: climate
  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. constraint: mode
  18. conditions:
  19. - dps_val: "0"
  20. value: cool
  21. - dps_val: "1"
  22. value: heat
  23. - dps_val: "2"
  24. value: fan_only
  25. - id: 2
  26. type: integer
  27. name: temperature
  28. unit: C
  29. range:
  30. min: 10
  31. max: 70
  32. mapping:
  33. - scale: 2
  34. - id: 3
  35. type: integer
  36. name: current_temperature
  37. mapping:
  38. - scale: 2
  39. - id: 5
  40. type: boolean
  41. name: preset_mode
  42. mapping:
  43. - dps_val: true
  44. value: eco
  45. - dps_val: false
  46. value: comfort
  47. - id: 102
  48. type: string
  49. name: mode
  50. hidden: true
  51. - id: 103
  52. type: string
  53. name: fan_mode
  54. mapping:
  55. - dps_val: "0"
  56. value: auto
  57. - dps_val: "1"
  58. value: high
  59. - dps_val: "2"
  60. value: medium
  61. - dps_val: "3"
  62. value: low
  63. secondary_entities:
  64. - entity: lock
  65. name: Child lock
  66. category: config
  67. dps:
  68. - id: 6
  69. type: boolean
  70. name: lock
  71. mapping:
  72. - dps_val: true
  73. icon: "mdi:hand-back-right-off"
  74. - dps_val: false
  75. icon: "mdi:hand-back-right"
  76. - entity: select
  77. name: Schedule
  78. icon: "mdi:calendar-clock"
  79. dps:
  80. - id: 4
  81. type: string
  82. name: option
  83. optional: true
  84. mapping:
  85. - dps_val: "0"
  86. value: program
  87. - dps_val: "1"
  88. value: manual