| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- name: Water timer
- products:
- - id: ew946yrp3pgbaziu
- manufacturer: RainPoint
- model: TTV103FRF
- entities:
- - entity: valve
- class: water
- icon: "mdi:watering-can"
- dps:
- - id: 108
- type: boolean
- name: valve
- mapping:
- - dps_val: true
- value: false
- - dps_val: false
- value: true
- - entity: switch
- name: Automatic irrigation
- category: config
- icon: "mdi:calendar-clock"
- dps:
- - id: 125
- optional: true
- type: boolean
- name: switch
- mapping:
- - dps_val: true
- value: false
- - dps_val: false
- value: true
- - entity: select
- name: Rain delay
- translation_key: timer
- category: config
- icon: "mdi:timer-sand"
- dps:
- - id: 113
- optional: true
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: cancel
- - dps_val: "24"
- value: "24h"
- - dps_val: "48"
- value: "48h"
- - dps_val: "72"
- value: "72h"
- - entity: sensor
- class: battery
- category: diagnostic
- dps:
- - id: 105
- type: string
- name: sensor
- unit: "%"
- mapping:
- - dps_val: "0"
- value: 10
- - dps_val: "1"
- value: 50
- - dps_val: "2"
- value: 100
- - entity: sensor
- name: Water flow
- class: water
- category: diagnostic
- icon: "mdi:water"
- dps:
- - id: 103
- name: sensor
- type: integer
- unit: L
- - entity: number
- translation_key: timer
- class: duration
- category: config
- dps:
- - id: 107
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 60
- - entity: sensor
- translation_key: status
- class: enum
- category: diagnostic
- dps:
- - id: 106
- type: string
- name: sensor
- mapping:
- - dps_val: "0"
- value: idle
- - dps_val: "1"
- value: manual
- - dps_val: "2"
- value: auto
- - dps_val: "3"
- value: rain_delay
- - entity: binary_sensor
- category: diagnostic
- class: problem
- dps:
- - id: 120
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 120
- type: bitfield
- name: fault_code
|