tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
638 stars 86 forks source link

This plugin slows down Homebridge #639

Closed yusrimathews closed 10 months ago

yusrimathews commented 11 months ago

I get the following in my logs:

[02/08/2023, 17:47:20] [homebridge-samsung-tizen] This plugin slows down Homebridge. The read handler for the characteristic 'Active' on the accessory 'The Frame D0F6' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info.

Noticeably, when interacting with the TV enough it stops updating HomeKit due to slowing down.

Let me know if you need any more details.

tavicu commented 10 months ago

From what year is your Frame?

From 2022 Samsung removed the API for art mode.

If you don't do the changes that are specified in the documentation when you will try to control the TV it will fail to send command to TV and probably see that error.

yusrimathews commented 10 months ago

@tavicu it works fine, and the setup is understood.

It just slows down my Homebridge and constantly gives that warning. I found an alternative with Home Assistant.

Thanks for your feedback.