Skip to content
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

Cannot remove extra AC buttons #293

Open
cstout1 opened this issue Jun 7, 2024 · 4 comments
Open

Cannot remove extra AC buttons #293

cstout1 opened this issue Jun 7, 2024 · 4 comments
Labels
question Further information is requested

Comments

@cstout1
Copy link

cstout1 commented Jun 7, 2024

Describe Your Problem:
I have two mini split units added to Homebridge and there are 3-4 additional, unlabeled switches that come with each unit. I'd like to remove these switches as they interfere with siri functionality for saying something like "turn off the living room mini split" which instead just toggles one of the function switches instead of the main "on/off" switch.

Plugin Config:

            "id": "xxxx-xxxx-xxxx-xxxx",
            "name": "Living Room",
            "type": "AC",
            "ac_mode": "BOTH",
            "ac_temperature_sensor": false,
            "ac_humidity_sensor": false,
            "ac_fan_control": false,
            "ac_temperature_unit": "F"

Screenshots:
Screenshot 2024-06-07 at 9 03 36 AM

Environment:

  • Plugin Version:
  • Homebridge Version: 1.8.2
  • Node.js Version: 21.7.1
  • NPM Version: 9.8.1
  • Operating System: macOS 14.5
@cstout1 cstout1 added the question Further information is requested label Jun 7, 2024
@Chaviland7
Copy link

I am experiencing something similar and just want to share what I found in case it helps you:

  1. I saw the same thing as you in HomeKit, but when I looked at the "Accessories" tab in the HomeBridge UI instead I could see a different label for each additional switch for my AC units (mine were "Jet Mode", "Energy Save", and "Air Purify"). This at least helped me understand what the switches did.
  2. Since the switches appear as individual tiles in HomeBridge, I was then able to click the settings icon in the top-right of the switch and click "Hide This Accessory" (see below).
  3. Unfortunately, they were not hidden in my HomeKit view and it is still a bit annoying. For me they seem to display inside the AC, instead of next to it
Screenshot 2567-07-05 at 22 11 05 Screenshot 2567-07-05 at 22 12 51

@JasonGoldenDDT
Copy link

I'm finding these options aren't reflected in HomeKit. I'm trying to get "Energy Save as Switch" to appear and it won't. I wan't to keep the AC from going into "Energy Save Mode" by default.

Screenshot 2024-08-17 at 5 56 25 PM

@nVuln
Copy link
Owner

nVuln commented Aug 18, 2024

I'm finding these options aren't reflected in HomeKit. I'm trying to get "Energy Save as Switch" to appear and it won't. I wan't to keep the AC from going into "Energy Save Mode" by default.

Screenshot 2024-08-17 at 5 56 25 PM

atm energy save button only enable for model WINF_056905 and RAC_056905 and it's controlled via variable airState.powerSave.basic, may I know your model number?
please upload debug logging while the energy-saving feature is toggled

@JasonGoldenDDT
Copy link

I reverted back to IR control, this plugin can't consistently control the LG window AC I have. I suspect this plug in may be pinging the LG server to frequently causing the server to "blacklist" my account as it will only acknowledge 1 or 2 request before going offline.

The Window AC itself is also super sensitive to wifi interference... so likely a few issues going on that may be beyond your control.

Model Number: LW1217ERSM1.AT1AUSH
IMG_1859

Let me know what I can do to assist in testing your plugin as reliable wifi control is preferred over IR given the two-way communication... I still deal with IR falling out of sync... and right now for some reason the IR option is broken with temperature triggers failing recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants