This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Modbus profile datatype conversion
#1
Hi,

I've seen that when converting to bool value on knx side, each time that the register is read from modbus it's uptdated at knx side (even if it has the same value).
Is there any way to uptade it only on change?
Code:
       {"name": "Input2_Type_[R/W]",
    "bus_datatype": "bool",
    "type": "register",
    "datatype": "uint16",
    "address": 108,
    "read_offset": 0,
    "read_count": 5,
    "writable": true,
    "value_delta": 2,
    "value_multiplier": 1,
    "value_custom": {
        "0": "Current",
        "1": "Voltage"
            }    
    },

I've tried disabling write, and read individualliy (read_count: 1) but it's updated on each polling...
Reply


Messages In This Thread
Modbus profile datatype conversion - by jmir - Yesterday, 12:01

Forum Jump: