Changes between Version 4 and Version 5 of TipsAndTricks
- Timestamp:
- 2014-01-22 22:30:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipsAndTricks
v4 v5 2 2 == Case # 1== 3 3 4 '''Pull data from vera'''4 '''Pull data by node from vera''' 5 5 6 6 '''Task:''' ''you need an ability to tune a few parameters of you arduino/avr radio node without downloading a new sketch to it. For example you need to fine tune your motion sensor'' … … 25 25 == Case # 2== 26 26 27 '''Push data from vera '''27 '''Push data from vera to node''' 28 28 29 29 '''Task:''' ''You need to push data from vera on event or using schedule and it should be initiated instantly by vera, not by node. For example you want your clock to show external temperature received by vera from the Weather plugin or from other sensor. '' 30 30 31 31 '''Solution:''' 32 [[Image(forcase2. jpg, align=right, 300px)]]32 [[Image(forcase2.JPG, align=right, 300px)]] 33 33 - choose from V_VAR1, V_VAR2, V_VAR3, V_VAR4, V_VAR5 to be used for data push; 34 34 - design your sketch to listen for incoming messages with desired variable;