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

When A/C is changed to auto mode, shows device is off in HB and Apple Home #269

Open
FLYEMOJ1 opened this issue Sep 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@FLYEMOJ1
Copy link

FLYEMOJ1 commented Sep 8, 2024

Describe The Bug:
First thing, English is not my main language so my describe may not clear enough. sorry ._.
When my A/C change to auto mode, showing my device is off in HB & Apple Home App. Even my A/C is on.
But normal Cool mode seems like works fine.

To Reproduce:
Change A/C to Auto mode in Apple Home App / HB

Expected behavior:
When the air conditioner is set to auto mode, Homebridge and Apple Home App should correctly display the A/C's on status.

Logs:

Oops, Debug mode makes my log too long so sad https://pastebin.com/5kxVRkvZ

Plugin Config:

{
    "bridge": {
        "name": "Homebridge C5FB",
        "username": ">_<",
        "port": 51740,
        "pin": ">_<",
        "advertiser": "avahi",
        "bind": [
            "eth0"
        ]
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "devices": [
                {
                    "name": "Mi Air Purifier 3C",
                    "ip": "192.168.50.>_<",
                    "token": ">_<",
                    "deviceId": ">_<",
                    "model": "zhimi.airpurifier.mb4",
                    "pollingInterval": 10,
                    "deepDebugLog": false,
                    "silentLog": false,
                    "deviceEnabled": true,
                    "micloud": {
                        "username": ">_<",
                        "password": ">_<",
                        "country": "tw"
                    },
                    "buzzerControl": true,
                    "ledControl": true,
                    "childLockControl": true,
                    "modeControl": true,
                    "screenControl": true
                }
            ],
            "platform": "miot"
        },
        {
            "name": "Smartthings Plug (IK)",
            "BaseURL": "https://api.smartthings.com/v1/",
            "AccessToken": ">_<",
            "GarageDoorMaxPoll": 40,
            "PollLocksSeconds": 10,
            "PollDoorsSeconds": 10,
            "PollSensorsSeconds": 5,
            "PollSwitchesAndLightsSeconds": 10,
            "PollWindowShadesSeconds": 20,
            "ExposeHumiditySensorForAirConditioners": true,
            "OptionalModeForAirConditioners": "None",
            "IgnoreDevices": [
                "[TV] Samsung 6 Series (43)",
                "Samsung TV 6022",
                "Samsung 8 Series (55)"
            ],
            "platform": "HomeBridgeSmartThings"
        },
        {
            "name": "homebridge-samsung-air-conditioner-smart-things",
            "token": ">_<",
            "temperatureUnit": "C",
            "showHumidity": true,
            "windFreeSupported": true,
            "platform": "HomebridgeSamsungACSmartThings"
        },
        {
            "name": "Samsung WindFree AC",
            "BaseURL": "https://api.smartthings.com/v1/",
            "AccessToken": ">_<",
            "OptionalWindFreeSwitch": true,
            "OptionalDisplaySwitch": false,
            "platform": "Homebridge Samsung WindFree AC"
        }
    ],
    "disabledPlugins": [
        "homebridge-samsung-air-conditioner-smart-things",
        "homebridge-samsung-windfree-ac"
    ]
}

Screenshots:
5976643427464496360_121
5976643427464496361_121

Environment:

  • Plugin Version: v1.5.21
  • Homebridge Version: v1.8.4
  • Node.js Version: Node.js v20.9.0
  • NPM Version: 10.2.3
  • Operating System: Synology Package - GNU/Linux synology_geminilake_224+
@FLYEMOJ1 FLYEMOJ1 added the bug Something isn't working label Sep 8, 2024
@FLYEMOJ1
Copy link
Author

Looks like my A/C's Auto mode is called "aIComfort" in SmartThings API
I can change to auto mode but still not showing is it on or off in HB / Apple Home App

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant