There are many IoT dashboards out on the web, most will require networkconnection to a server far far away, and use non standard protocols. We willshow how to combine free software tools and protocols from the worlds of ITmonitoring, Industrial control and IoT to create simple yet robust dashboards.
Modbus [1] is a serial communication protocol developed in 1979 for use withprogrammable logic controllers (PLCs). In simple terms, it is a method usedfor transmitting information over serial lines between electronic devices.,it’s openly published, royalty-free, simple and robust.
Many industrial controllers can speak Modbus, we can also teach “hobby”devices like Arduino boards and ESP8266 to speak Modbus [2]. Reliable, robustand simple free software Modbus client [3] will be used to acquire the metricsfrom our device, then the metrics will be collected [6][7] and sent toHawkular and Grafana [8] to store and visualize our data. |