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

ACs mixing up F/C or somehow showing incorrect temps #232

Open
menasheh opened this issue Nov 9, 2023 · 0 comments
Open

ACs mixing up F/C or somehow showing incorrect temps #232

menasheh opened this issue Nov 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@menasheh
Copy link

menasheh commented Nov 9, 2023

Describe The Bug:
ACs with farenheight seem to be coming in to homekit as 147 degrees

To Reproduce:
Connect my SmartThings split units to homekit

Expected behavior:
Should show the actual temperature (70), not 147

Logs:
The ones that seem relevant...

[09/11/2023, 17:31:03] Homebridge v1.7.0 (HAP v0.11.1) (Homebridge) is running on port 51281.
[09/11/2023, 17:31:04] [SmartThings] Restoring existing accessory from cache: Menasheh AC
[09/11/2023, 17:31:04] [SmartThings] Restoring existing accessory from cache: Living Room AC
[09/11/2023, 17:31:07] [homebridge-smartthings-ik] This plugin generated a warning from the characteristic 'Target Temperature': characteristic was supplied illegal value: number 47 exceeded maximum of 38. See https://homebridge.io/w/JtMGR for more info.

Plugin Config:
access token and 0 for poll sensors. No extra sensor, no humidity sensor. 2 irrelevant devices ignored.

{
    "bridge": {
        "name": "Homebridge BE86",
        "username": "...",
        "port": 51281,
        "pin": "...",
        "advertiser": "avahi"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "auto",
            "tempUnits": "f",
            "lang": "auto",
            "platform": "config"
        },
        {
            "token": "...",
            "platform": "smartthings-tv"
        },
        {
            "name": "SmartThings",
            "BaseURL": "https://api.smartthings.com/v1/",
            "AccessToken": "...",
            "GarageDoorMaxPoll": 0,
            "PollLocksSeconds": 0,
            "PollDoorsSeconds": 0,
            "PollSensorsSeconds": 0,
            "PollSwitchesAndLightsSeconds": 0,
            "PollWindowShadesSeconds": 0,
            "ExposeHumiditySensorForAirConditioners": false,
            "OptionalModeForAirConditioners": "Speed",
            "IgnoreDevices": [
                "Third AC",
                "Samsung Q50 Series (32)"
            ],
            "platform": "HomeBridgeSmartThings"
        }
    ]
}

Screenshots:
95272
633

Environment:

  • Plugin Version: 1.5.20
  • Homebridge Version: v1.7.0
  • Node.js Version: v18.16.0
  • NPM Version: unknown
  • Operating System: Raspian based homebridge image
@menasheh menasheh added the bug Something isn't working label Nov 9, 2023
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