You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Samsung NQ90C TV using API opens the Hue Sync App as expected, however it only sends one key. It seems to ignore "#s" and "#" modifiers.
I am attempting to toggle the sync service on and off by sending the "KEY_ENTER" but I need a delay while the app loads. I attempted to use "PAUSE*0.5S" as noted in other threads on this similar topic, however that did not work. The switch would only send the first command.
I do not know if this is a new behavior, I have a switch for Multi-View that works fine and looks like this:
Attempting to create a switch that toggles Hue Sync app on/off.
Created this switch
{ "name": "Hue Sync", "power": true, "app": "3202205027312", "command": [ "KEY_EXT*3", "KEY_ENTER" ] }
I get this result in debug:
[7/25/2024, 10:14:18 AM] [Samsung TV] [DEBUG] {
method: 'ms.remote.control',
params: {
Cmd: 'Click',
DataOfCmd: 'KEY_EXT',
Option: false,
TypeOfRemote: 'SendRemoteKey'
}
}
The Samsung NQ90C TV using API opens the Hue Sync App as expected, however it only sends one key. It seems to ignore "#s" and "#" modifiers.
I am attempting to toggle the sync service on and off by sending the "KEY_ENTER" but I need a delay while the app loads. I attempted to use "PAUSE*0.5S" as noted in other threads on this similar topic, however that did not work. The switch would only send the first command.
I do not know if this is a new behavior, I have a switch for Multi-View that works fine and looks like this:
{ "name": "Multi-View", "power": true, "command": [ "KEY_MORE", "KEY_ENTER*2" ] },
The only difference there isn't an app associated with the commands.
I want this switch to open Hue Sync and toggle the service, then return to the previous input.
LMK what additional information I can provide to assist.
Homebridge: 1.8.4 (running on Mac)
UI: 4.56.4
Plugin: 5.2.7
Node: 20.16.0
MacOS: 14.5
The text was updated successfully, but these errors were encountered: