I'm currently in the process of figuring out how to move my dry-contact sensors from x-10 based monitoring to 1-wire. I currently have an HA7NET that I use for temp/humid sensors, so I would use that as the end point.
My question is is whether the [4R3-R1-A] board can be used to somehow monitor the status of dry contact switches? If not, what suggestions do folks have for this type of monitoring?
Thanks in advance!
K
Are you thinking of replacing X10 powerflash units with HB 4 relay boards? So far as I know, the 4 relay board cannot accept dry contact inputs. It can only turn on or off devices connected to any of its relay contacts.
I attempted to read the status of the 4 relay board outputs of the onboard ic's ( I forget their chip numbers) and had problems when going through my HA7Net bus master. Using the getbyte function, the relay I was probing would switch its output. If I received a 1 for output state, the chip controlling the relay would switch its output to 0 (ground). Read it again and you would get a 0 and the output state would change to 1.
Let me know if you find anything in the 1Wire world which will do what you are trying to do.
Also, check out my Bash script postings that I made on this forum. I can read temperature and humidity through the HA7Net using Linux bash scripts.
Ed