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
Not yet interested in this as well as itâs one of the sensors I have currently running on my Openhab system and looking at migrating parts from OH to HASS but havenât come to that yet. Wonât be in the coming weeks, still struggling with the basics of HASS
About fast changing input - Iâm using similar module Adam-6017 and there you can config input channels to counter mode. Even very short pulse will increase counter value which you can detect with next poll.
i am new to home assistant. I also have the wellpro digital inputs and output . For now i use these with openhab . and work well. but i want to implement more stuff in my home automation and to be honest. openhab is to slow and to hard to implement the things i want . did you manage to get the wellproâs working with HA.
Hi. I have been trying to integrate a WP8026 into my home assistant application & have tried to use the above code but it does not work.
I have two other WP devices, WP3066 (D18B20 temp sensors) and three power monitors, these all work fine.
I suspect that the issue may be to do with the new Modbus structure within HA & wonder if the earlier contributors to this thread have updated their code to the current structure?
Hi. I have planin to implement WP3066ADAM in my Home Assistant to read temperature from my 16 pcs Dallas DS18b20. For 16pcs i must use 2pcs WP3066ADAM. Can you tell me step by step how change address and how implement this sensor and how identify which sensors is which in HA and on WP3066ADAM ? Also can you show me your code for dallas in Home Assistant ?
You need to use the Wellpro debugging software as per my first reply. I suggest you download the software and 3066 manual using the github link I gave.
I dont know what is a problem⌠i connected wellpro WP3066ADAM and 8 sensors dallas. On 4 sensors( 1, 6,7,8) show ok temperature but on 2,3,4,5 show me 1000,1 °C. Where is a problem ?