netmostat_n1_thermostat.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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: Anti-freeze
  35. secondary_entities:
  36. - entity: lock
  37. name: Child lock
  38. icon: "mdi:hand-back-right-off"
  39. category: config
  40. dps:
  41. - id: 7
  42. type: boolean
  43. name: lock
  44. - entity: select
  45. name: Timer
  46. icon: "mdi:timer"
  47. category: config
  48. dps:
  49. - id: 19
  50. type: string
  51. name: option
  52. optional: true
  53. mapping:
  54. - dps_val: "0h"
  55. value: "off"
  56. - dps_val: "1h"
  57. value: "1 hour"
  58. - dps_val: "2h"
  59. value: "2 hours"