Hey there,
I am using digital input module
I can read the data from the sensor and i have few problems:
- if the input is switch for short time , HA may not identify the change
- the 16 inputs are represent as 2 complementary number , i would like to prepare custom sensor that will allow me to identify one bit in the data as a separate sensor.
I am using the following settings:
Original register number was not working …
- platform: modbus
scan_interval: 1
registers:- name: DIO
slave: 1
register: 10
register_type: input
count: 1
data_type: int
- name: DIO
anyone managed to link this component properly?