ioBroker / ioBroker.modbus

Modbus adapter for ioBroker
MIT License
50 stars 28 forks source link

modbus instance doesn't read input register #159

Closed derlbear closed 2 years ago

derlbear commented 2 years ago

Hi, my modbus instance on a raspberry pi 4 doesn't read all input registers. The adapter is connected to a systemair ventilation unit.

I entered the input registers and some holding registers... input1

... but the modbus instance doesn't pull all of them... input3

.. so the value stays 0 input2

When read the input register via qModMaster I receive the right value.

What is my mistake?

GermanBluefox commented 2 years ago

Please try the 3.4.12. It was some issue with sorting.

derlbear commented 2 years ago

Thank you. That solved my problem.