I’m having a problem with the VLC add-on. The volume setting always remains at 50%. I increase the volume but it still goes to 50%. Why does this happen? Do you have any solution suggestions?
my debug logging
2024-01-04 00:42:21.752 ERROR (MainThread) [homeassistant.components.vlc_telnet] Command error: Parameter volume not in range(0, 500)
2024-01-04 00:42:41.555 ERROR (MainThread) [homeassistant.components.vlc_telnet] Command error: Parameter volume not in range(0, 500)
2024-01-04 00:43:07.863 DEBUG (MainThread) [aiovlc] Sending command: status
2024-01-04 00:43:07.865 DEBUG (MainThread) [aiovlc] Bytes read: b'( audio volume: 256 )\r\n( state stopped )\r\n> '
2024-01-04 00:43:07.867 DEBUG (MainThread) [aiovlc] Command output: ['( audio volume: 256 )', '( state stopped )']
2024-01-04 00:43:07.867 DEBUG (MainThread) [homeassistant.components.vlc_telnet] Status: StatusOutput(audio_volume=256, state='stopped', input_loc=None)
2024-01-04 00:43:07.869 DEBUG (MainThread) [aiovlc] Sending command: info
2024-01-04 00:43:07.871 DEBUG (MainThread) [aiovlc] Bytes read: b'> '
2024-01-04 00:43:07.871 DEBUG (MainThread) [aiovlc] Command output: []
2024-01-04 00:43:07.871 DEBUG (MainThread) [homeassistant.components.vlc_telnet] Info data: {}
2024-01-04 00:43:17.864 DEBUG (MainThread) [aiovlc] Sending command: status
2024-01-04 00:43:17.868 DEBUG (MainThread) [aiovlc] Bytes read: b'( audio volume: 256 )\r\n( state stopped )\r\n> '
2024-01-04 00:43:17.868 DEBUG (MainThread) [aiovlc] Command output: ['( audio volume: 256 )', '( state stopped )']
2024-01-04 00:43:17.869 DEBUG (MainThread) [homeassistant.components.vlc_telnet] Status: StatusOutput(audio_volume=256, state='stopped', input_loc=None)
2024-01-04 00:43:17.869 DEBUG (MainThread) [aiovlc] Sending command: info
2024-01-04 00:43:17.875 DEBUG (MainThread) [aiovlc] Bytes read: b'> '
2024-01-04 00:43:17.875 DEBUG (MainThread) [aiovlc] Command output: []
2024-01-04 00:43:17.876 DEBUG (MainThread) [homeassistant.components.vlc_telnet] Info data: {}