fjs21 / homebridge-kumo

Control your Kumo cloud devices using Homebridge.
https://www.npmjs.com/package/homebridge-kumo
Apache License 2.0
35 stars 8 forks source link

Want to help with MSZ-FS series wall-mounted units #39

Closed 1simonfish closed 2 years ago

1simonfish commented 2 years ago

I'd like to help add support for the MSZ-FS series units. They have a variety of features which aren't supported by the current plug-in which I'd like to be able to use.

fjs21 commented 2 years ago

Feel free to submit a pull request. I'd be happy to incorporate. I would suggest you start by making a new "accessory" starting from either the 'ductless.ts' or 'ductless_simple.ts' files. You can then add the check for unitType (if it is reported by the device) in the platform.ts file so that your device is recognized and initialized.