rainpoint_water_timer.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. name: Water timer
  2. products:
  3. - id: ew946yrp3pgbaziu
  4. manufacturer: RainPoint
  5. model: TTV103FRF
  6. entities:
  7. - entity: valve
  8. class: water
  9. icon: "mdi:watering-can"
  10. dps:
  11. - id: 108
  12. type: boolean
  13. name: valve
  14. mapping:
  15. - dps_val: true
  16. value: false
  17. - dps_val: false
  18. value: true
  19. - entity: switch
  20. name: Automatic irrigation
  21. category: config
  22. icon: "mdi:calendar-clock"
  23. dps:
  24. - id: 125
  25. optional: true
  26. type: boolean
  27. name: switch
  28. mapping:
  29. - dps_val: true
  30. value: false
  31. - dps_val: false
  32. value: true
  33. - entity: select
  34. name: Rain delay
  35. translation_key: timer
  36. category: config
  37. icon: "mdi:timer-sand"
  38. dps:
  39. - id: 113
  40. optional: true
  41. type: string
  42. name: option
  43. mapping:
  44. - dps_val: "0"
  45. value: cancel
  46. - dps_val: "24"
  47. value: "24h"
  48. - dps_val: "48"
  49. value: "48h"
  50. - dps_val: "72"
  51. value: "72h"
  52. - entity: sensor
  53. class: battery
  54. category: diagnostic
  55. dps:
  56. - id: 105
  57. type: string
  58. name: sensor
  59. unit: "%"
  60. mapping:
  61. - dps_val: "0"
  62. value: 10
  63. - dps_val: "1"
  64. value: 50
  65. - dps_val: "2"
  66. value: 100
  67. - entity: sensor
  68. name: Water flow
  69. class: water
  70. category: diagnostic
  71. icon: "mdi:water"
  72. dps:
  73. - id: 103
  74. name: sensor
  75. type: integer
  76. unit: L
  77. - entity: number
  78. translation_key: timer
  79. class: duration
  80. category: config
  81. dps:
  82. - id: 107
  83. type: integer
  84. name: value
  85. unit: min
  86. range:
  87. min: 0
  88. max: 60
  89. - entity: sensor
  90. translation_key: status
  91. class: enum
  92. category: diagnostic
  93. dps:
  94. - id: 106
  95. type: string
  96. name: sensor
  97. mapping:
  98. - dps_val: "0"
  99. value: idle
  100. - dps_val: "1"
  101. value: manual
  102. - dps_val: "2"
  103. value: auto
  104. - dps_val: "3"
  105. value: rain_delay
  106. - entity: binary_sensor
  107. category: diagnostic
  108. class: problem
  109. dps:
  110. - id: 120
  111. type: bitfield
  112. name: sensor
  113. mapping:
  114. - dps_val: 0
  115. value: false
  116. - value: true
  117. - id: 120
  118. type: bitfield
  119. name: fault_code