Please Log in or Create an account to join the conversation.
good catch! We'll take a look and advise.I believe I've found an issue with the HA gateway driver. I have a Zidoo Z9X media player and it seems that the remote.z9x driver in HA is case sensitive. So it needs the command to be Key.Right but the HA gateway driver appears to lower case the command so it gets sent as key.right. I've attached the details from the log below.
10/02/2024 23:57:12.57 · DEBUG · Server.doCommand - AV|25~Remote~Key.Right
10/02/2024 23:57:12.57 · DEBUG · HAGateway.doCommand - Cmd=[25~Remote~Key.Right] Client=[dashboard-fx-l367]
10/02/2024 23:57:12.57 · DEBUG · HAGateway.Event - call_service from LOCAL context is Context: 01HPBBVE06PWCP32HF7RV6EVEH
10/02/2024 23:57:12.57 · DEBUG · HAGateway.RX Domain Event - {
"domain": "remote",
"service": "send_command",
"service_data": {
"entity_id": "remote.z9x",
"command": "key.right"
}
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.