Gladys is designed to be able to connect to as many existing home automation systems or modules as possible, well at least those that members have… but what would be the easiest way to control something more basic, relays… in one word, wired?
At one time I did a lot of Arduino and I controlled relay boards to switch power outlets or devices based on sensors. Like this:
Would it be possible to connect them (those in 5V or otherwise others in 12V, in 230V,…) to Gladys? In what way (which versatile module)? and is there a way to do it without a network?
Likely the answer will be the same, how to simply receive a dry contact on Gladys? an analog signal (mA and/or V)?
For those wondering « Why? », the idea would be to put some Gladys right from the electrical origin, near or in the distribution board and thus be able to switch/control circuits without visible modules… The goal is also to limit the use of wireless networks which can be disturbed…
Thanks for your reply,
so I’m going with an Arduino with an Ethernet port (I think the simplest is to use a shield on a « regular » Arduino) to stay fully wired…
On the Gladys or Arduino side, has anyone already taken this on?