How to do it...

We used the Pi user with password raspberry to access the IoT Box through SSH. The SSH connection is used when you want to debug a problem in the IoT Box. SSH doesn't need any explanation, but let's see how Odoo works in the IoT Box.

Here is some information that might help you debug the issue:

  • The IoT Box is internally running some Odoo modules. The name of these modules usually starts with hw_ and are available in the Community edition. You can find all the modules in the /home/pi/odoo/addon directory.
  • If you want to see the Odoo server log, you can access it from the /var/log/odoo/odoo-server.log file.
  • Odoo is running through a service named odoo, you can use the following command to start, stop, or restart the service:
sudo service odoo start/restart/stop
  • Customers mostly turn the IoT Box off by disconnecting the power. This means that the IoT Box OS does not shut down properly in such cases. To avoid corruption of the system, the IoT Box filesystem is read-only.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset