The Odoo IoT Box operates on the Raspbian OS and is a Raspberry Pi-based device.
Access to the IoT Box can be achieved through SSH.
To begin, it is essential to ensure that both the IoT Box and the computer are connected
to the same WiFi network. The IP address of the IoT Box can be obtained from the
form view of the box. For this example, let's consider the IP address as 192.168.44.8.
1. In the terminal, run the following command:
$ ssh pi@192.168.44.8
pi@192.168.44.8's password:
2. Enter "raspberry" as the password when prompted.
3. Once you've entered the password, you'll gain access to the shell, allowing you
to explore the entire filesystem.
Utilize the SSH connection for debugging with the IoT Box. Typically, the IoT box
doesn't shut down properly, and to prevent system corruption, its filesystem is
set to read-only.
Since the IoT Box is locally connected, remote access through SSH isn't possible.
To enable remote debugging, the ngrok service must be employed, and the ngrok authentication
key should be provided on the Remote debugging page of the IoT Box.