etop_htch_thermostat.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: RF Heat Cold thermostat
  2. products:
  3. - id: 5p5bakocfzfxj7bc
  4. manufacturer: FERCO
  5. model: GN1
  6. model_id: ETOP-HT-CH
  7. entities:
  8. - entity: climate
  9. dps:
  10. - id: 2
  11. type: integer
  12. name: temperature
  13. unit: C
  14. range:
  15. min: 50
  16. max: 350
  17. mapping:
  18. - step: 5
  19. scale: 10
  20. - id: 3
  21. type: integer
  22. name: current_temperature
  23. mapping:
  24. - scale: 10
  25. - id: 1
  26. type: boolean
  27. name: hvac_mode
  28. mapping:
  29. - dps_val: true
  30. constraint: cool_heat
  31. conditions:
  32. - dps_val: true
  33. value: cool
  34. - dps_val: false
  35. value: heat
  36. - dps_val: false
  37. value: "off"
  38. - id: 6
  39. type: boolean
  40. name: cool_heat
  41. mapping:
  42. - dps_val: true
  43. value: cool
  44. - dps_val: false
  45. value: heat
  46. - id: 14
  47. type: string
  48. name: hvac_action
  49. mapping:
  50. - dps_val: no_working
  51. value: idle
  52. - dps_val: working
  53. constraint: cool_heat
  54. conditions:
  55. - dps_val: true
  56. value: cooling
  57. - dps_val: false
  58. value: heating
  59. - dps_val: window_opened
  60. value: idle
  61. - entity: lock
  62. translation_key: child_lock
  63. category: config
  64. dps:
  65. - id: 7
  66. type: boolean
  67. name: lock