netmostat_n1_thermostat.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: Netmostat N-1 thermostat
  2. primary_entity:
  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. range:
  17. min: 50
  18. max: 350
  19. mapping:
  20. - step: 5
  21. scale: 10
  22. - id: 3
  23. type: integer
  24. name: current_temperature
  25. mapping:
  26. - scale: 10
  27. - id: 4
  28. type: string
  29. name: preset_mode
  30. mapping:
  31. - dps_val: smart
  32. value: comfort
  33. - dps_val: antifreezing
  34. value: away
  35. secondary_entities:
  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: "off"
  54. - dps_val: "1h"
  55. value: "1 hour"
  56. - dps_val: "2h"
  57. value: "2 hours"