Skip to main content

Bluetooth

If your GOcontroll Moduline is equipped with optional Bluetooth, your controller can be configured by the GOcontroll App which is available for Android. To use this smartphone application, the Bluetooth server needs to be active. If you don’t use the possibility to configure your controller using Bluetooth, you can switch this service off.

An activated Bluetooth service will show a steady, orange LED on the controller. When a smartphone is connected, the orange LED will start blinking.

To manage the Bluetooth service, a wired ethernet and/or Wi-Fi connection is mandatory.


When the controller is up and running and you only want to start the Bluetooth service once, you can use the following command. Be aware that after a reboot of the controller, the service will NOT start again.

systemctl start go-bluetooth

If you want to start the Bluetooth service as quick as possible after a controller boot, simply enable the service.

systemctl enable go-bluetooth

If you want to stop the Bluetooth service instantly, you can execute the following command. Be aware that after a controller boot, the Bluetooth service is starting again.

systemctl stop go-bluetooth

If you want to prevent the Bluetooth service from starting at boot, you need to disable the service.

systemctl disable go-bluetooth
Go to Top