I am watching the kodi.log in real time on ssh (when I change this setting in Kodi), but I dont see anything relevant.
I only see the remote control codes.
DEBUG <general>: HandleKey: return (0xf00d) pressed, action is Select
2025-11-12 20:10:52.020 T:9947 DEBUG <general>: ------ Window Init (DialogSelect.xml) ------
2025-11-12 20:10:53.340 T:9966 DEBUG <general>: CLibInputKeyboard::ProcessKey - using delay: 400ms repeat: 80ms
2025-11-12 20:10:53.341 T:10304 DEBUG <general>: Thread Timer start, auto delete: false
2025-11-12 20:10:53.359 T:9947 DEBUG <general>: Keyboard: scancode: 0x67, sym: 0x0111, unicode: 0x0000, modifier: 0x0
2025-11-12 20:10:53.359 T:9947 DEBUG <general>: HandleKey: up (0xf080) pressed, action is Up
2025-11-12 20:10:53.475 T:10304 DEBUG <general>: Thread Timer 3535790720 terminating
2025-11-12 20:10:53.480 T:9947 DEBUG <general>: Keyboard: scancode: 0x67, sym: 0x0111, unicode: 0x0000, modifier: 0x0
2025-11-12 20:10:53.750 T:9966 DEBUG <general>: CLibInputKeyboard::ProcessKey - using delay: 400ms repeat: 80ms
2025-11-12 20:10:53.750 T:10306 DEBUG <general>: Thread Timer start, auto delete: false
2025-11-12 20:10:53.759 T:9947 DEBUG <general>: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2025-11-12 20:10:53.915 T:10306 DEBUG <general>: Thread Timer 3535790720 terminating
2025-11-12 20:10:53.919 T:9947 DEBUG <general>: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2025-11-12 20:10:53.919 T:9947 DEBUG <general>: HandleKey: return (0xf00d) pressed, action is Select
2025-11-12 20:10:54.169 T:9947 DEBUG <general>: ------ Window Deinit (DialogSelect.xml) ------
The curl command does not return any errors.
CoreELEC:~ # curl -s -X POST -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoplayer.adjustrefreshrate", "value": 0}, "id": 1}' http://192.168.X.XX:8080/jsonrpc
CoreELEC:~ #