|
|
@@ -1,117 +0,0 @@
|
|
|
-name: Diivoo Water Timer Valve WT-03
|
|
|
-products:
|
|
|
- - id: bfc513e1f9d4d259a10wzu
|
|
|
-primary_entity:
|
|
|
- entity: switch
|
|
|
- icon: "mdi:pipe-valve"
|
|
|
- dps:
|
|
|
- - id: 1
|
|
|
- type: boolean
|
|
|
- name: switch
|
|
|
- - id: 13
|
|
|
- type: string
|
|
|
- name: weather
|
|
|
- optional: true
|
|
|
- - id: 16
|
|
|
- type: string
|
|
|
- name: soak_schedule
|
|
|
- optional: true
|
|
|
- - id: 17
|
|
|
- type: string
|
|
|
- name: irrigation_schedule
|
|
|
- optional: true
|
|
|
-secondary_entities:
|
|
|
- - entity: sensor
|
|
|
- name: Battery
|
|
|
- class: battery
|
|
|
- category: diagnostic
|
|
|
- dps:
|
|
|
- - id: 7
|
|
|
- type: integer
|
|
|
- name: sensor
|
|
|
- unit: "%"
|
|
|
- - entity: sensor
|
|
|
- name: Fault code
|
|
|
- category: diagnostic
|
|
|
- icon: "mdi:alert"
|
|
|
- dps:
|
|
|
- - id: 4
|
|
|
- type: integer
|
|
|
- name: sensor
|
|
|
- - entity: binary_sensor
|
|
|
- name: Fault
|
|
|
- class: problem
|
|
|
- category: diagnostic
|
|
|
- dps:
|
|
|
- - id: 4
|
|
|
- type: bitfield
|
|
|
- name: sensor
|
|
|
- mapping:
|
|
|
- - dps_val: 0
|
|
|
- value: false
|
|
|
- - value: true
|
|
|
- - entity: sensor
|
|
|
- name: Operation
|
|
|
- category: diagnostic
|
|
|
- dps:
|
|
|
- - id: 12
|
|
|
- type: string
|
|
|
- name: sensor
|
|
|
- - entity: sensor
|
|
|
- name: Accumulated use time
|
|
|
- category: diagnostic
|
|
|
- class: duration
|
|
|
- dps:
|
|
|
- - id: 9
|
|
|
- type: integer
|
|
|
- name: sensor
|
|
|
- unit: s
|
|
|
- - entity: sensor
|
|
|
- name: Last use time
|
|
|
- category: diagnostic
|
|
|
- class: duration
|
|
|
- dps:
|
|
|
- - id: 15
|
|
|
- type: integer
|
|
|
- name: sensor
|
|
|
- unit: s
|
|
|
- - entity: select
|
|
|
- name: Weather delay
|
|
|
- icon: "mdi:weather-cloudy-clock"
|
|
|
- category: config
|
|
|
- dps:
|
|
|
- - id: 10
|
|
|
- type: string
|
|
|
- name: option
|
|
|
- mapping:
|
|
|
- - dps_val: cancel
|
|
|
- value: "Off"
|
|
|
- - dps_val: "24h"
|
|
|
- value: "1 day"
|
|
|
- - dps_val: "48h"
|
|
|
- value: "2 days"
|
|
|
- - dps_val: "72h"
|
|
|
- value: "3 days"
|
|
|
- - entity: number
|
|
|
- name: Irrigation time
|
|
|
- category: config
|
|
|
- icon: "mdi:timer"
|
|
|
- dps:
|
|
|
- - id: 11
|
|
|
- type: integer
|
|
|
- name: value
|
|
|
- unit: min
|
|
|
- range:
|
|
|
- min: 0
|
|
|
- max: 86400
|
|
|
- mapping:
|
|
|
- - scale: 60
|
|
|
- step: 60
|
|
|
- - entity: switch
|
|
|
- name: Smart weather switch
|
|
|
- icon: "mdi:sun-wireless"
|
|
|
- category: config
|
|
|
- dps:
|
|
|
- - id: 14
|
|
|
- type: boolean
|
|
|
- name: switch
|