Advertisement
Guest User

Untitled

a guest
Feb 8th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1.  
  2. 0 Starten mit:
  3. V docker-compose up -d --build proxy
  4. V ./init_db.sh
  5. V username: user
  6. V password: password
  7. TODO: (Maybe add some example data (grow lights, racks, rack floors and recipes))
  8. V im Browser: http://localhost (Firefox)
  9. V login: user, password
  10.  
  11. 1. Create Grow Light
  12. V - Name: GL0001
  13. V - Set Demo Mode: ON
  14. V - Set 8 LEDS: custom intensity
  15. V - Set power state: OFF
  16. V - Set power state: ON
  17. V - Set Demo Mode: OFF
  18.  
  19. ---------------
  20. 2. Create Rack
  21. V - Name: RackA
  22. V - Location: MainRoom
  23.  
  24. ---------------
  25. 3. Add rack floor:
  26. V - Name: TopFloor
  27.  
  28. ---------------
  29. 4. Select grow light:
  30. V - Name: GL0001
  31. V 5. Add grow light:
  32. V - Name: GL0002
  33.  
  34. V Go to RackFloor
  35. V Go to Rack
  36.  
  37. ---------------
  38. 6. Add rack floor:
  39. V - Name: BottomFloor
  40. V 7. Add grow light:
  41. V - Create new GL (GL0003)
  42.  
  43. ---------------
  44. 8. Search RackA
  45. X - Set power state: OFF
  46. X - Set power state: ON
  47.  
  48. ---------------
  49. 9. Crete new recipe: (save recipe data)
  50. V - Name: BasilikumTestgrow
  51. V - Plant: Basilikum
  52. ? - Change: Dimming function ?
  53.  
  54. ---------------
  55. 10. Add new Stage
  56. V - Name: SeedStage
  57. V - Duration: 7
  58.  
  59. ---------------
  60. 11. Add new StageStep
  61. V - Name: Morning
  62. V - Duration: 2
  63.  
  64. V Go to Stage
  65.  
  66. ---------------
  67. 12. Add new StageStep
  68. V - Name: Evening
  69. V - Duration: 2
  70.  
  71. Go to Stage
  72. Go to Recipe
  73.  
  74. ---------------
  75. 13. Add new Stage:
  76. V - Name: GrowStage
  77. V - Duration: 5 (pattern not working correctly)
  78.  
  79. ---------------
  80. 14. Add new StageStep
  81. V - Name: Day
  82. V - Duration: 8
  83.  
  84. ---------------
  85. 15. Click on change intensities:
  86. V - Set to random values
  87. V - Click save (auto save)
  88.  
  89. Click on Home
  90.  
  91. ---------------
  92. 17. Search BasilikumTestgrow
  93. V - Click on it
  94. V - Click on "Schedule Execution"
  95.  
  96. ---------------
  97. 18. Click on Start Date
  98. V - Change time
  99. V - Click Schedule
  100.  
  101. ---------------
  102. 19. in Recipe Execution
  103. V - Create new grow light
  104.  
  105. ---------------
  106. 20. Create Grow Light
  107. V - Name: GL0004
  108. - Select: Rack Floor BottomFloor
  109. V - Click: Go to Recipe Execution
  110.  
  111. ---------------
  112. 21. Recipe Execution
  113. V - Select existing grow light
  114. V - Click on Go to Recipe
  115.  
  116. ---------------
  117. 22. Recipe:
  118. V - Click on
  119. V - Click on SeedStage:
  120.  
  121. ---------------
  122. 23 Stage:
  123. V - Add 1 day duration
  124.  
  125. ---------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement