netmostat_n1_thermostat.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: Netmostat N-1 thermostat
  2. entities:
  3. - entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: true
  10. value: heat
  11. - dps_val: false
  12. value: "off"
  13. - id: 2
  14. type: integer
  15. name: temperature
  16. unit: C
  17. range:
  18. min: 50
  19. max: 350
  20. mapping:
  21. - step: 5
  22. scale: 10
  23. - id: 3
  24. type: integer
  25. name: current_temperature
  26. mapping:
  27. - scale: 10
  28. - id: 4
  29. type: string
  30. name: preset_mode
  31. mapping:
  32. - dps_val: smart
  33. value: comfort
  34. - dps_val: antifreezing
  35. value: away
  36. - entity: lock
  37. translation_key: child_lock
  38. category: config
  39. dps:
  40. - id: 7
  41. type: boolean
  42. name: lock
  43. - entity: select
  44. translation_key: timer
  45. category: config
  46. dps:
  47. - id: 19
  48. type: string
  49. name: option
  50. optional: true
  51. mapping:
  52. - dps_val: "0h"
  53. value: cancel
  54. - dps_val: "1h"
  55. value: "1h"
  56. - dps_val: "2h"
  57. value: "2h"