fjs21 / homebridge-kumo

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

"Power" toggles appear on mini splits #93

Open Adelgiorno92 opened 1 year ago

Adelgiorno92 commented 1 year ago

Each of my 3 mini splits have a total of 4 accessories. 1. Function (Cool, Heat, Auto, and Off), 2. Dry Mode, 3. Fan, and the 4th is a odd "power" button that doesn't do anything and doesn't create activity in Homebridge and doesn't appear to produce any functional change. Can you tell me what that 4th accessory is?

hansw1204 commented 1 year ago

Same with mine

Jason-Morcos commented 1 year ago

An older version of this plugin had a power switch as part of the device config. This PR (https://github.com/fjs21/homebridge-kumo/pull/70) changed that and cleaned things up a bit. For me, because I had the plugin installed before this change, I had the same power switch you both see. Removing the cached accessories manually (the whole heat pumps) in Homebridge and then restarting Homebridge removed the leftover power switches (yes, it resets everything for the heat pumps in HomeKit). If you installed the plugin for the first time after that change was already in place, you might have a different issue here