Changes between Version 100 and Version 101 of WikiStart


Ignore:
Timestamp:
2013-11-05 01:33:42 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v100 v101  
    99Relevant forum thread: http://forum.micasaverde.com/index.php/topic,16170.msg123378.html\\ 
    1010 
    11 All the components developed and compiled here are Open Source. The Vera plugin was inspired by the excellent rfxtrx plugin. I've also written a Arduino library handling all encoding and communication between Arduino sensors and ArduinoGateway. The Vera plugin part automatically creates newly found sensors in Vera. New sensors nodes will automatically find the closest relay node or gateway  and will also be assigned a unique id from vera. So you basically don't need to do any configuration of new sensors. 
     11All the components developed and compiled here are Open Source. The Vera plugin was inspired by the excellent rfxtrx plugin. I've also written a Arduino library handling all encoding and communication between Arduino sensors and ArduinoGateway. The Vera plugin part automatically creates newly found sensors in Vera. New sensors nodes will automatically find the relay node closest to gateway or the gateway itself. All nodes will also be assigned a unique id from vera. So you basically don't need to do any manual configuration of new sensors. Just throw them in! 
    1212 
    1313 
    1414== Architecture == 
    1515 
    16 [[Image(arch.png)]] 
    17  
     16[[Image(ArduinoVeraArch.png)]] 
     17The sensor network can consist of up to 255 radio nodes. Each radio node can have up to 256 child sensors.  
    1818 
    1919== Author ==