beca_bht6000_thermostat_c.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. name: Beca BHT-6000 thermostat C
  2. products:
  3. - id: IAYz2WK1th0cMLmL
  4. name: MJZM 16A-3000BH
  5. primary_entity:
  6. entity: climate
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: hvac_mode
  11. mapping:
  12. - dps_val: false
  13. value: "off"
  14. - dps_val: true
  15. constraint: mode
  16. conditions:
  17. - dps_val: "0"
  18. value: auto
  19. - dps_val: "1"
  20. value: heat
  21. - id: 2
  22. type: integer
  23. name: temperature
  24. range:
  25. min: 10
  26. max: 70
  27. mapping:
  28. - scale: 2
  29. - id: 3
  30. type: integer
  31. name: current_temperature
  32. mapping:
  33. - scale: 2
  34. - id: 4
  35. type: string
  36. name: mode
  37. hidden: true
  38. - id: 5
  39. type: boolean
  40. name: preset_mode
  41. mapping:
  42. - dps_val: true
  43. value: eco
  44. - dps_val: false
  45. value: comfort
  46. - id: 102
  47. type: integer
  48. name: floor_temperature
  49. mapping:
  50. - scale: 2
  51. - id: 103
  52. type: string
  53. name: unknown_103
  54. - id: 104
  55. type: boolean
  56. name: unknown_104
  57. secondary_entities:
  58. - entity: lock
  59. name: Child lock
  60. category: config
  61. dps:
  62. - id: 6
  63. type: boolean
  64. name: lock
  65. mapping:
  66. - dps_val: true
  67. icon: "mdi:hand-back-right-off"
  68. - dps_val: false
  69. icon: "mdi:hand-back-right"
  70. - entity: sensor
  71. name: External temperature
  72. class: temperature
  73. dps:
  74. - id: 102
  75. type: integer
  76. name: sensor
  77. unit: C
  78. class: measurement
  79. mapping:
  80. - scale: 2