Getting data from an RPI to Vera?
- 
					
					
					
					
I have weather station data on a RPI and have made Perl code for reading the weather station, through rrdtool I managed to make some nice graphs – that’s all ok. But I have also a Vera, and made a network thanks to this great community.
I would like to have my data on the RPI transferred to Vera, I have thought about these solutions:- Connect a radio to the RPI and let the RPI act as a sensor
 - Connect the RPI to Vera using the USB ports
 - Connect Arduino to RPI using USB ports
 - Connect RPI and Arduino using GPIO pins (voltage problems)
 
What’s the easiest way of handling this?
I prefer Perl code on the RPI
/Kurt