Hi all,
Currently I have a couple of easy 800 based module running @ home.
They are used for controlling all light switches and my ventilation unit. Now I would like to integrate my alarm system as well, but this is a bit more complex. Let me explain:
The alarm is controlled by an embedded ATMega32 controller running and controlling the entire system such as PIR sensors, LCD screens, keypad etc... This system was also completely programmed by myself, so I have full access to the firmware if it. Now I would like to add a couple of simple features like "turn on a couple lights when the alarm goes off" e.g. To do so I need an interface connection between my ATMega32 and the easy relais. Most simple approach for me would be RS 232 based as this is available in the ATMega32 controller. Now as far as I understand the RS 232 capabilities of the easy 800 modules, this is limited to sending data from the easy relais to another device, but not receive data from another device. Is this correct or is there a way to send data to the easy relais over RS 232? If not what would be the best alternative to communicate between my ATMega32 and the easy relais?
Thanks,
Chris