You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-n Output just the measurement without the units or type for use with feedgnuplot
39
+
-x Output just the measurement without the units or type for use with feedgnuplot
39
40
<device_address> Address of Owon multimeter to connect
40
41
otherwise will connect to first meter found if not specified
41
42
```
@@ -66,15 +67,15 @@ The `tee` command can be used to write measurement values to a file and also pip
66
67
67
68
[gnuplot](http://www.gnuplot.info) is a very flexible plotting program. The client can feed measurements to gnuplot in realtime using [feedgnuplot](https://github.com/dkogan/feedgnuplot).
It is best to lock the measurement unit and scale to prevent them jumping around if the multimeter autoranges during measurement. feedgnuplot doesn't handle non-numeric data in its input, so the output of measurement units need to be disabled. It also cannot handle measurements with less than one second resolution, which means that it can only display elapsed timestamps. Data written to file and loaded into gnuplot can display actual timestamps.
72
73
73
74
### MQTT
74
75
75
76
MQTT is a publish/subscribe messaging system frequently used in Internet of Things networks. It allows clients to publish data onto a network for other clients to subscribe to. Data is usually published as single values or in JSON format.
76
77
77
-
Single value - `omonb35 -n -b | mosquitto_pub -t voltage -l`
78
+
Single value - `omonb35 -x -b | mosquitto_pub -t voltage -l`
0 commit comments