tellur_thermostat.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name: Thermostat
  2. products:
  3. - id: y0ajxpunagisd9uj
  4. manufacturer: Tellur
  5. entities:
  6. - entity: climate
  7. translation_only_key: thermostat
  8. dps:
  9. - id: 1
  10. name: hvac_mode
  11. type: boolean
  12. mapping:
  13. - dps_val: true
  14. value: heat
  15. - dps_val: false
  16. value: "off"
  17. - id: 2
  18. name: preset_mode
  19. type: string
  20. mapping:
  21. - dps_val: program
  22. value: program
  23. - dps_val: manual
  24. value: manual
  25. - dps_val: eco
  26. value: eco
  27. - id: 3
  28. type: string
  29. name: hvac_action
  30. mapping:
  31. - dps_val: idle
  32. value: idle
  33. - dps_val: heating
  34. value: heating
  35. - id: 16
  36. type: integer
  37. name: temperature
  38. unit: C
  39. mapping:
  40. - scale: 10
  41. step: 5
  42. range:
  43. min: 150
  44. max: 250
  45. - id: 24
  46. type: integer
  47. name: current_temperature
  48. mapping:
  49. - scale: 10
  50. - entity: number
  51. translation_key: temperature_calibration
  52. category: config
  53. dps:
  54. - id: 27
  55. type: integer
  56. name: value
  57. unit: °
  58. mapping:
  59. - scale: 10
  60. step: 5
  61. range:
  62. min: -80
  63. max: 80
  64. - entity: switch
  65. translation_key: anti_frost
  66. category: config
  67. dps:
  68. - id: 10
  69. type: boolean
  70. name: switch
  71. - entity: lock
  72. translation_key: child_lock
  73. category: config
  74. dps:
  75. - id: 40
  76. optional: true
  77. type: boolean
  78. name: lock
  79. - entity: binary_sensor
  80. category: diagnostic
  81. class: problem
  82. dps:
  83. - id: 45
  84. type: bitfield
  85. name: sensor
  86. optional: true
  87. mapping:
  88. - dps_val: 0
  89. value: false
  90. - value: true
  91. - id: 45
  92. name: fault_code
  93. optional: true
  94. type: bitfield