iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

Recurring instances where plugin does not allow control of aircons #226

Open moexpa opened 8 months ago

moexpa commented 8 months ago

Describe Your Problem:

I've employed your plugin to link my Samsung air conditioner to HomeKit. Regrettably, there are recurring instances where the devices do not respond to HomeKit commands. For instance, when I toggle the air conditioner to 'On' in HomeKit, it indicates as 'On,' but the actual device doesn't activate. Restarting Homebridge temporarily resolves the issue, but the problem resurfaces later.

Logs:

[10/20/2023, 11:20:28 PM] [Smartthings Plug (IK)] Error getting devices from Smartthings: Error: connect ETIMEDOUT [10/20/2023, 11:20:28 PM] [Smartthings Plug (IK)] Could not load devices from Smartthings undefined Check vour configuration

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

"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", _bridge": { "username" : "port": "platform": "HomeBridgeSmartThings" "disabledPlugins": [ "homebridge-smartthings-ac"

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

moexpa commented 7 months ago

@lucaponzanelli