Friday, May 29, 2026
2 changes · saas-19.3
Enhancements to existing features
This update adds logging to the IoT drivers to help our support team quickly diagnose issues related to IoT boxes that are having trouble connecting with the correct IP address or version. These logs will provide valuable insights for troubleshooting and resolving problems, ultimately improving the user experience. This is a minor improvement focused on internal support processes.
Original PR description
This PR adds some minor logs to help identify issues around iot box hanging ip address and version See https://github.com/odoo/enterprise/pull/118377 Forward-Port-Of: odoo/odoo#266538 Forward-Port-Of: odoo/odoo#266410
This update enhances logging around IoT device connections and data transmission. Specifically, it adds more detailed logs for IP address and version changes, and optimizes a search process to prevent unnecessary activity. These improvements will aid our support team in troubleshooting IoT issues and improving device performance.
Original PR description
This PR adds some minor logs around ip/version change and websocket messages sent to the iot box. It also inverts a condition to avoid doing a useless search when sending websocket messages See https://github.com/odoo/odoo/pull/266410 Forward-Port-Of: odoo/enterprise#118442 Forward-Port-Of: odoo/enterprise#118377