openHAB version: 3.4.5 running from official Docker image
serial port for SmartMeter binding connected via RFC2217 to a Moxa NPort with a RS232 optical interface (Mode C)
Hello,
I’m using the SmartMeter binding to read my energy meter. The binding works fine and reliably, the only issue is, that it is flooding the Docker stdout log with debug information every time it reads the energy meter (interval is set to 60s):
Is this really caused by the smartmeter binding resp. openhab ?
That is a good question. I’d say yes, because:
If I disable the SmartMeter binding, the log entries immediately stop.
As the log entries clearly show information of processing steps of the IEC62056-21 protocol, they cannot emanate from lower protocol layers, like RFC2217, which is used to transfer serial data over network in my case.
So it is my deduction that is has to be caused by the SmartMeter binding or its underlying libraries, maybe the OpenMUC framework.