Changes between Version 100 and Version 101 of WikiStart
- Timestamp:
- 2013-11-05 01:33:42 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v100 v101 9 9 Relevant forum thread: http://forum.micasaverde.com/index.php/topic,16170.msg123378.html\\ 10 10 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.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 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! 12 12 13 13 14 14 == Architecture == 15 15 16 [[Image( arch.png)]]17 16 [[Image(ArduinoVeraArch.png)]] 17 The sensor network can consist of up to 255 radio nodes. Each radio node can have up to 256 child sensors. 18 18 19 19 == Author ==