| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- name: Catit Pixi smart fountain
- products:
- - id: z3rpyvznfcch99aa
- primary_entity:
- entity: switch
- icon: "mdi:water-pump"
- dps:
- - id: 1
- type: boolean
- name: switch
- secondary_entities:
- - entity: button
- name: Filter replaced
- icon: "mdi:air-filter"
- category: config
- dps:
- - id: 7
- type: boolean
- name: button
- - entity: button
- name: Pump cleaned
- icon: "mdi:pump"
- category: config
- dps:
- - id: 8
- type: boolean
- name: button
- - entity: sensor
- name: Filter life
- icon: "mdi:air-filter"
- category: diagnostic
- dps:
- - id: 4
- type: integer
- name: sensor
- precision: 0
- range:
- min: 0
- max: 43200
- mapping:
- - scale: 1440 # minutes => days
- invert: true
- unit: d
- - entity: sensor
- name: Pump maintenance
- icon: "mdi:pump"
- category: diagnostic
- dps:
- - id: 5
- type: integer
- name: sensor
- precision: 0
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 1440
- invert: true
- unit: d
- - entity: switch
- name: Run UV cycle
- icon: "mdi:bacteria"
- category: config
- dps:
- - id: 10
- type: boolean
- name: switch
- - entity: sensor
- name: Water level
- class: enum
- category: diagnostic
- dps:
- - id: 12
- name: sensor
- type: string
- mapping:
- - dps_val: level_1
- icon: "mdi:cup-outline"
- value: Low
- - dps_val: level_2
- icon: "mdi:cup-water"
- value: Medium
- - dps_val: level_3
- icon: "mdi:cup"
- value: Full
- - entity: sensor
- name: UV runtime
- class: duration
- category: diagnostic
- dps:
- - id: 11
- type: integer
- name: sensor
- unit: s
|