This module allows to input data from remote devices in your network. Currently, only websockets devices are supported, but it can be extended for any protocol like Webservices.
Other modules can extend this one in order to use the widget.
Table of contents
To configure your remote devices:
- Go to Settings > Technical > Devices > Remote devices
- Create a new one configuring the required info.
- If the devices has an special port, set it up in the host data: e.g.: 10.1.1.2:3210
The remote device has to be in the users network so their web clients can reach them.
In order to test a device you can:
- Go to Settings > Technical > Devices > Remote devices
- In the Kanban view you'll wich devices can be reached as they'll have a green dot in their card.
- Go to one of those and click Edit.
- You can start measuring from the remote device in the Test measure field.
On the technical side, you can use the widget in your own Float`. You'll need to provide an uom field so records that aren't in that UoM don't measure from the device.
<field name="float_field" widget="remote_measure" options="{'remote_device_field': 'measure_device_id', 'uom_field': 'uom_id'}" />
Current support:
- Websockets connection
- F501 protocol on continuous message stream.
But this is a commonground to add:
- Other connection interfaces like Webservices APIs
- Other device protocols.
- Active device controls, la Tare, resets, etc.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- Tecnativa
- Tecnativa:
- David Vidal
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.