Read Modbus values and make them visible - failed

Normally the control panel is only use for testing and administration, and not for visual purpose. It is NOT meant as a GUI.
Create sitemaps insted and use BasicUI or Habpanel.

2 Likes

Now all temperatures readed correctly.

In the last days i build a grafana and influxdb setup to show graphs about the temperatures.

All modbus values with possible output “0,1” don’t work.

For an example:
Number MFA125 "[%]" { channel="modbus:data:multifire2:8997-9097:MFA125:number" }
Is the [%] correct in these item? the output will be 0 for OFF or 1 for ON.

It really depends on, what you want it to show… The “[%]” is your label and the [%] is a syntax for showing the value. But you seem to have misunderstood the concept of the label and the syntax, cause if you want a number or on/off value beeing showen, it requires more than just [%], probably [%s].

Second - you have to transform (map transforming) if you want 0 to become OFF and 1 to become ON. This transforming is done in the label as well, as I showed you quite a few messages back.

Modbus binding allows you to link modbus registers to openHAB Switch type Items.