I don't really know but I assume that using 433Mhz to switch (radio remote controlled switches) on and of should be possible, about communication as in receiving I'm not so sure.
(This library just beams messages for different types of home automation switches, only uses the Arduino interface, digitalWrite and delay, so should work, it also has a recieving part, but that won't probably work out of the box, it uses interrupts etc.)
https://github.com/hjgode/homewatch/tre ... moteSwitchVirtual wire is a bi-directional library (can both recieve and send messages)
https://www.pjrc.com/teensy/td_libs_VirtualWire.htmlSo in general sending messages is easier than receiving messages...