teodoradima / homebridge-samsung-air-conditioner-smart-things

Apache License 2.0
28 stars 16 forks source link

This accessory is not responding #14

Open m1hah opened 2 years ago

m1hah commented 2 years ago

Describe The Bug: When the accessory is added to the HomeKit, it tries to update but always ends with "This accessory is not responding". Devices are found in the Homebridge Accessory tab and can be managed there. Just not in the HomeKit.

image

To Reproduce: Regular use - try to add the accessory.

Expected behavior: Being able to connect with the devices.

Logs:

[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Active' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Current Heater-Cooler State' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Target Heater-Cooler State' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Current Temperature' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Cooling Threshold Temperature' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Heating Threshold Temperature' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Active' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Rotation Speed' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Current Fan State' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Target Fan State' was slow to respond! See https://homebridge.io/w/JtMGR for more info.
[8/9/2022, 5:33:13 PM] [homebridge-samsung-air-conditioner-smart-things] This plugin slows down Homebridge. The read handler for the characteristic 'Swing Mode' was slow to respond! See https://homebridge.io/w/JtMGR for more info.

Plugin Config:

        {
            "name": "homebridge-samsung-air-conditioner-smart-things",
            "token": "######",
            "temperatureUnit": "C",
            "showHumidity": false,
            "windFreeSupported": false,
            "platform": "HomebridgeSamsungACSmartThings",
            "_bridge": {
                "username": "#####",
                "port": 36398
            }
        }

Screenshots:

Environment:

image