| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- 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
- icon: "mdi:timer-outline"
- category: diagnostic
- dps:
- - id: 11
- type: integer
- name: sensor
- unit: s
|