Hey, I'm seeing multiple commands getting sent, when I send a generic serial command to my soundbar/AVR. The issue is, it's causing one press on the remote to raise (or lower) the volume 3 steps instead of just one. I definitely see it sending twice in the logs, I'm not sure why I'm seeing 3 responses, unless it's just some artifact of receiving multiple requests so fast.
Here's what I'm seeing in the logs:
23/02/2024 16:35:55.35 · DEBUG · Server.doCommand - AV|9~Send~PWSoundbar~Volume Down from dashboard-fx-qvlo
23/02/2024 16:35:55.35 · DEBUG · GenericSerial.doCommand - Cmd=[9~Send~PWSoundbar~Volume Down] Client=[dashboard-fx-qvlo]
23/02/2024 16:35:55.35 · DEBUG · GenericSerial.TX >>> - PWSoundbar:Z1VDN1;
23/02/2024 16:35:55.35 · DEBUG · GenericSerial.TX >>> - PWSoundbar:Z1VDN1;
23/02/2024 16:35:55.35 · DEBUG · GenericSerial.RX <<< - PWSoundbar:5A 31 56 4F 4C 2D 33 35 3B
23/02/2024 16:35:55.35 · DEBUG · GenericSerial.RX <<< - PWSoundbar:5A 31 56 4F 4C 2D 33 36 3B 5A 31 56 4F 4C 2D 33 37 3B
Here's what those responses are decoded:
Z1VOL-35;
Z1VOL-36;Z1VOL-37;
Please Log in or Create an account to join the conversation.