-
Notifications
You must be signed in to change notification settings - Fork 620
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 8.2kW split aircon #2887
base: main
Are you sure you want to change the base?
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 Soft wind 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 Generator mode text includes throttling amount (30%/50%/80%) Added appropriate icons Removed "wide" swing modes (not supported) 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
Query Properties for this device: { |
Additional features from dp 123 are most likely common between all models using this dp layout, so could be added to the fisher summer config. It is possible that the feature availability masks are off-by-one or reversed, especially the ones that are after the missing 19th bit, so some idea of what your device is returning for dp 110 would be useful. I don't think Power is supposed to be end user settable. It is marked as rw in the tuya info, but that is maybe for end-of-line programming in the factory. Most likely this is set to a fixed value by the manufacturer, and provided so that rough energy consumption calculations using the runtime value are possible when that is working (rough, because it isn't an actual measurement). Really, the only thing here justifying a new config is the horizontal position, so if we can figure out if dp 110 is decoded correctly it will help a lot. |
Based on fisher_summer
Adds support for:
Fixes
Caveats