-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Kogan lx15 #2890
Conversation
Based on fisher_summer Adds support for: - Anti-frost - Anti-mildew - Buzzer on/off - Display on/off - Eco mode on/off - Health (UV and Ioniser) - Self cleaning Fixes - Horizontal fixed position, not supported according to bitfield but it is and works - Removed "Power" setting (1kWh/2kWh etc.), which does nothing - Removed Running time, as it always reports 1s - Added appropriate icons - Removed "wide" swing modes (not supported) - Removed Hot cold wind - Removed Generator mode - Removed Energy saving Caveats - Customised for this specific model/id, so optional DPS removed (avoids unavailable entities, which aren't disabled by default) - Air quality & Dirty filter probably aren't supported (they just report Great and OK), so they're in diagnostic
Based on LX8/LX10 Added - Auto boost toggle - Pause toggle - UV sterilization - Voice (shows in diagnostic because DPS not writable locally) - Filter, and Main/Side brush remaining % (calculated from time) as per app display - Added remaining hours for Filter and Main/Side brush (calculated from time) as per app display Changes - Mopping changed to Water regulation - Added Mode to diagnostic (raw sensor) - Added State to diagnostic (raw sensor) - Added Fault code to diagnostic (raw code display, in addition to Attribute in Problem) - Added Fault description to diagnostic (in addition to Attribute in Problem)
Query Properties for this device: { |
- use existing translation for mopping - make language a select as normally implemented, and use existing translations - remove duplicate sensors - if users really want hours or percentage they can use template sensors to derive them.
Based on LX8/LX10
Added
Changes