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
I have set up a remote using the Web Configurator for a Marantz AV receiver. Most of the buttons work fine, except for five that use IR codes that toggle between two values. These five buttons only work if pressed after a non-toggle button has been pressed. Subsequent presses of the same button or other toggle buttons show a "Bad Request" error on the remote.
Here's a sample from the logs. First, the non-toggle M_VOLUME_DOWN button is pressed. Then there is a successful press of the M_OPTION button, followed by three failed presses. Another non-toggle button press would reset the cycle.
2024-12-04 21:55:37.655327 +00:00 ui WARN uc.ui.entity.controller: Cannot execute command: "remote.send" 400 "Bad request"
2024-12-04 21:55:37.572801 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: true
2024-12-04 21:55:25.771364 +00:00 ui WARN uc.ui.entity.controller: Cannot execute command: "remote.send" 400 "Bad request"
2024-12-04 21:55:25.694001 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: true
2024-12-04 21:55:13.100262 +00:00 ui WARN uc.ui.entity.controller: Cannot execute command: "remote.send" 400 "Bad request"
2024-12-04 21:55:13.021976 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: true
2024-12-04 21:55:02.734892 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: false
2024-12-04 21:54:58.844602 +00:00 ui INFO uc.ui.input: Key released: "VOLUME_DOWN" "Remote_QMLTYPE_231(0x55b3a225f0)"
2024-12-04 21:54:58.580373 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_VOLUME_DOWN: true
2024-12-04 21:54:58.578019 +00:00 ui INFO uc.ui.input: Key pressed: "VOLUME_DOWN" "Remote_QMLTYPE_231(0x55b3a225f0)"
Is there an existing issue for this?
Description
I have set up a remote using the Web Configurator for a Marantz AV receiver. Most of the buttons work fine, except for five that use IR codes that toggle between two values. These five buttons only work if pressed after a non-toggle button has been pressed. Subsequent presses of the same button or other toggle buttons show a "Bad Request" error on the remote.
Here's a sample from the logs. First, the non-toggle M_VOLUME_DOWN button is pressed. Then there is a successful press of the M_OPTION button, followed by three failed presses. Another non-toggle button press would reset the cycle.
2024-12-04 21:55:37.655327 +00:00 ui WARN uc.ui.entity.controller: Cannot execute command: "remote.send" 400 "Bad request"
2024-12-04 21:55:37.572801 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: true
2024-12-04 21:55:25.771364 +00:00 ui WARN uc.ui.entity.controller: Cannot execute command: "remote.send" 400 "Bad request"
2024-12-04 21:55:25.694001 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: true
2024-12-04 21:55:13.100262 +00:00 ui WARN uc.ui.entity.controller: Cannot execute command: "remote.send" 400 "Bad request"
2024-12-04 21:55:13.021976 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: true
2024-12-04 21:55:02.734892 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_OPTION: false
2024-12-04 21:54:58.844602 +00:00 ui INFO uc.ui.input: Key released: "VOLUME_DOWN" "Remote_QMLTYPE_231(0x55b3a225f0)"
2024-12-04 21:54:58.580373 +00:00 core NOTICE IR toggle state of IR command uc.main.02796fe5-2ba5-419e-84b9-045f34054770 M_VOLUME_DOWN: true
2024-12-04 21:54:58.578019 +00:00 ui INFO uc.ui.input: Key pressed: "VOLUME_DOWN" "Remote_QMLTYPE_231(0x55b3a225f0)"
Here are the IR codes for the two buttons shown
M_OPTION:
0000 0073 0000 000F 0040 0020 0020 0040 0040 0020 0020 0020 0020 0020 0020 00A0 0020 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0020 0020 0AA8 | 0000 0073 0000 000F 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 00A0 0020 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0020 0020 0AA8
M_VOLUME_DOWN:
1;0x411;12;0
How to Reproduce
Expected behavior
The toggle IR code will work once after each press of the non-toggle button.
System version
1.7.14
What part of the system affected by the problem?
UI
Additional context
No response
The text was updated successfully, but these errors were encountered: