catit_pixi_smart_fountain.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. name: Catit Pixi smart fountain
  2. products:
  3. - id: z3rpyvznfcch99aa
  4. primary_entity:
  5. entity: switch
  6. icon: "mdi:water-pump"
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: switch
  11. secondary_entities:
  12. - entity: button
  13. name: Filter replaced
  14. icon: "mdi:air-filter"
  15. category: config
  16. dps:
  17. - id: 7
  18. type: boolean
  19. name: button
  20. - entity: button
  21. name: Pump cleaned
  22. icon: "mdi:pump"
  23. category: config
  24. dps:
  25. - id: 8
  26. type: boolean
  27. name: button
  28. - entity: sensor
  29. name: Filter life
  30. icon: "mdi:air-filter"
  31. category: diagnostic
  32. dps:
  33. - id: 4
  34. type: integer
  35. name: sensor
  36. precision: 0
  37. range:
  38. min: 0
  39. max: 43200
  40. mapping:
  41. - scale: 1440 # minutes => days
  42. invert: true
  43. unit: d
  44. - entity: sensor
  45. name: Pump maintenance
  46. icon: "mdi:pump"
  47. category: diagnostic
  48. dps:
  49. - id: 5
  50. type: integer
  51. name: sensor
  52. precision: 0
  53. range:
  54. min: 0
  55. max: 86400
  56. mapping:
  57. - scale: 1440
  58. invert: true
  59. unit: d
  60. - entity: switch
  61. name: Run UV cycle
  62. icon: "mdi:bacteria"
  63. category: config
  64. dps:
  65. - id: 10
  66. type: boolean
  67. name: switch
  68. - entity: sensor
  69. name: Water level
  70. class: enum
  71. category: diagnostic
  72. dps:
  73. - id: 12
  74. name: sensor
  75. type: string
  76. mapping:
  77. - dps_val: level_1
  78. icon: "mdi:cup-outline"
  79. value: Low
  80. - dps_val: level_2
  81. icon: "mdi:cup-water"
  82. value: Medium
  83. - dps_val: level_3
  84. icon: "mdi:cup"
  85. value: Full
  86. - entity: sensor
  87. name: UV runtime
  88. class: duration
  89. icon: "mdi:timer-outline"
  90. category: diagnostic
  91. dps:
  92. - id: 11
  93. type: integer
  94. name: sensor
  95. unit: s