nicoduj / homebridge-harmony

Harmony websocket plugin for homebridge
The Unlicense
211 stars 22 forks source link

[BUG] When using Siri or home app : activities toggle remains off and activities does not appear on remote #438

Open fredzhuzhu opened 4 months ago

fredzhuzhu commented 4 months ago

Describe the bug I have an harmony ultimate with different activities : the hub is connected to my HomeKit setup through homebridge/harmony

I don't know when the problem appeared the first time but now when I use Siri or I toggle manually in the home app : the activity icon is on for few seconds and then the poweroff switch back to on and the activity icon switch back to off.

The activity is launched correctly (devices are powered on on correct input) but does not appeared as launched on the remote which is a pain in the butt ;)

Activity are listed as switch

To Reproduce Use Siri command or toggle an activity icon to launch an activity through the home app

Expected behavior

when launched though Siri or home app : the activity should remains on and should appear on the remote as launched ;)

Screenshots If applicable, add screenshots to help explain your problem.

IOS (please complete the following information):

Logs Your log in debug mode (-D option)

Config home bridge is running on Mac mini M2 Pro with Sonoma I use several HomePod mini for Siri command I also have an Apple TV which coule be used as bridge Remote : Logitech Harmony Ultimate

Additional context Add any other context about the problem here.

fredzhuzhu commented 4 months ago

my config

{ "name": "Harmony Hub", "hubIP": "192.168.1.x", "DELAY_BEFORE_RETRY_AFTER_NETWORK_LOSS": 60000, "HUB_CONNECT_TIMEOUT": 10000, "HUB_SEND_TIMEOUT": 30000, "cleanCache": false, "TVAccessory": false, "sortInput": 0, "switchAccessories": true, "showTurnOffActivity": "true", "publishSwitchActivitiesAsIndividualAccessories": true, "otherPlatforms": [ { "TVAccessory": false, "sortInput": 0 } ], "platform": "HarmonyHubWebSocket" }