12-05-2024, 06:08 PM
Hello,
I have faced the same problem as you using the MoOde version 9.1.5 on a raspberry pi 4.
My observation is that in version 9.1.5 the PA can not be enabled/disabled from the UI.
My approach was to comment out the line : #ExecStart=/usr/bin/bt-agent -c NoInputNoOutput inside /etc/systemd/system/bt-agent.service file.
Also in file: /var/www/daemon/worker.php I have commented out the same line that calls bt-agent.
My workaround is to start the bt-agent from command line whenever I need to add a new bluetooth device. Luckly for me should not happen often.
But adding the PairingAgent enable/disable in the web-ui would help a lot.
Thank you and best regards.
I have faced the same problem as you using the MoOde version 9.1.5 on a raspberry pi 4.
My observation is that in version 9.1.5 the PA can not be enabled/disabled from the UI.
My approach was to comment out the line : #ExecStart=/usr/bin/bt-agent -c NoInputNoOutput inside /etc/systemd/system/bt-agent.service file.
Also in file: /var/www/daemon/worker.php I have commented out the same line that calls bt-agent.
My workaround is to start the bt-agent from command line whenever I need to add a new bluetooth device. Luckly for me should not happen often.
But adding the PairingAgent enable/disable in the web-ui would help a lot.
Thank you and best regards.