netFIELD App Modbus to MQTT Adapter V1.0.0

netFIELD App Modbus to MQTT Adapter V1.0.0

Release Notes

Status

Released

Release Date

2024-12-16

Summary

netFIELD App Modbus to MQTT Adapter

Use cases

Using the app on a Hilscher's "netFIELD OS" operating system supporting edge device.

Compose file

Startup

docker-compose --file netfield-app-modbus-to-mqtt-adapter-netfield-1.0.0.yml up -d

Shutdown

docker-compose --file netfield-app-modbus-to-mqtt-adapter-netfield-1.0.0.yml down

Prerequisites

Access to Modbus RTU and/or Modbus TCP networks required

UI access

Over edge device integrated web user interface

Using the app on hosts that are not running Hilscher's "netFIELD OS" operating system.

Compose file

Startup

docker-compose --file netfield-app-modbus-to-mqtt-adapter-1.0.0.yml up -d

Shutdown

docker-compose --file netfield-app-modbus-to-mqtt-adapter-1.0.0.yml down

Prerequisites

Access to Modbus RTU and/or Modbus TCP networks required

UI access

Port 80 (not exposed in compose file above cause of security reasons)

  Secure way: See FAQ page https://hilscher.atlassian.net/wiki/x/FwA2Bg

  Insecure way: For tests the port could be simply exposed using compose file with the additional lines

services: ports: - "80:80/tcp"

Changes in this version

key summary type status
Loading...
Refresh