Issue #558 Missing support for speed, filter life, standby detection due to lack of info about these dps.
@@ -243,3 +243,4 @@ Further device support has been made with the assistance of users. Please consi
- [pnm1977](https://github.com/pnm1977) for assisting with support for Gosund UP111_RTL smartplugs.
- [jprasm](https://github.com/jprasm) for assisting with support for Inkbird air quality monitors.
- [Muelner](https://github.com/Muelner) for assisting with support for WDYK 3-phase energy meter circuit breakers.
+- [Cyrelion](https://github.com/Cyrelion) for assisting with support for Lifubide X600 air purifiers.
@@ -127,6 +127,7 @@
- essentials portable air purifier
- Himox H05 and H06 air purifiers
- Hosome air purifier
+- Lifubide X600 air purifier
- Poiema One air purifier
- Renpho RP-AP001S air purifier
- Stadler Form Roger air purifier
@@ -0,0 +1,60 @@
+name: Air purifier
+products:
+ - id: t40kx2rdqjzjss4a
+ name: Lifubide X600
+primary_entity:
+ entity: fan
+ dps:
+ - id: 1
+ type: boolean
+ name: switch
+ - id: 3
+ type: string
+ name: preset_mode
+ mapping:
+ - dps_val: auto
+ value: Auto
+ - dps_val: sleep
+ value: Sleep
+ - dps_val: manual
+ value: Manual
+ - id: 22
+ type: bitfield
+ name: fault_code
+secondary_entities:
+ - entity: sensor
+ name: PM2.5
+ class: pm25
+ - id: 2
+ type: integer
+ name: sensor
+ unit: ugm3
+ class: measurement
+ - entity: lock
+ name: Child lock
+ icon: "mdi:hand-back-right-off"
+ category: config
+ - id: 7
+ name: lock
+ - entity: light
+ name: Indicator
+ - id: 8
+ - entity: binary_sensor
+ name: Fault
+ class: problem
+ category: diagnostic
+ - dps_val: 0
+ value: false
+ - value: true