Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. 0 Starten mit:
  2. V docker-compose up -d --build proxy
  3. V ./init_db.sh
  4. V username: user
  5. V password: password
  6. TODO: (Maybe add some example data (grow lights, racks, rack floors and recipes))
  7. V im Browser: http://localhost (Firefox)
  8. V login: user, password
  9.  
  10. 1. Create Grow Light
  11. V - Name: GL0001
  12. X - Set Demo Mode: ON
  13. X - Set 8 LEDS: custom intensity
  14. X - Set power state: OFF
  15. X - Set power state: ON
  16. X - Set Demo Mode: OFF
  17.  
  18. ---------------
  19. 2. Create Rack
  20. V - Name: RackA
  21. V - Location: MainRoom
  22.  
  23. ---------------
  24. 3. Add rack floor:
  25. V - Name: TopFloor
  26.  
  27. ---------------
  28. 4. Add grow light:
  29. V - Name: GL0002
  30. V 5. Add grow light:
  31. V - Name: GL0003
  32.  
  33. ---------------
  34. 6. Add rack floor:
  35. V - Name: BottomFloor
  36. V 7. Add grow light:
  37. V - Existing GL (GL0001)
  38.  
  39. ---------------
  40. 8. Search RackA
  41. X - Set power state: OFF
  42. X - Set power state: ON
  43.  
  44. ---------------
  45. 9. Crete new recipe: (save recipe data)
  46. V - Name: BasilikumTestgrow
  47. V - Plant: Basilikum
  48. ? - Change: Dimming function ?
  49.  
  50. ---------------
  51. 10. Add new Stage
  52. V - Name: SeedStage
  53. V - Duration: 7
  54.  
  55. ---------------
  56. 11. Add new StageStep
  57. V - Name: Morning
  58. V - Duration: 2
  59.  
  60. ---------------
  61. 12. Add new StageStep
  62. V - Name: Evening
  63. V - Duration: 2
  64.  
  65. ---------------
  66. 13. Add new Stage:
  67. V - Name: GrowStage
  68. V - Duration: 5
  69.  
  70. ---------------
  71. 14. Add new StageStep
  72. V - Name: Day
  73. V - Duration: 8
  74.  
  75. ---------------
  76. 15. Click on change intensities:
  77. V - Set to random values
  78. V - Click save (auto save)
  79.  
  80. ---------------
  81. 16. Automatic navigation back to StageStep:
  82. V - Click on save
  83.  
  84. ---------------
  85. 17. Search BasilikumTestgrow
  86. V - Click on it
  87. V - Click on "Start Execution"
  88.  
  89. ---------------
  90. 18. Click on Start Date
  91. V - Change time
  92. V - Click START
  93.  
  94. ---------------
  95. 19. in Recipe Execution
  96. V - Create new grow light
  97.  
  98. ---------------
  99. 20. Create Grow Light
  100. V - Name: GL0004
  101. - Select: Rack Floor
  102. V - Click: Go to Recipe Execution
  103.  
  104. ---------------
  105. 21. Recipe Execution
  106. V - Select existing grow light
  107. V - Click on Go to Recipe
  108.  
  109. ---------------
  110. 22. Recipe:
  111. V - Click on
  112. V - Click on SeedStage:
  113.  
  114. ---------------
  115. 23 Stage:
  116. V - Add 1 day duration
  117.  
  118. ---------------
  119. TODO:
  120. GL crete Rack Floor select
  121. Disable buttons if none selected EG: GL RE
  122. Group GL in RackFloor
  123. Rack, RackFloor power on/off
  124. Back button shouldn't go back to create step
  125. Show toast on update, save or delete
  126. RE pause(?)
  127. create Stage:
  128. - Recipe select
  129. - disable order
  130. - make 0 an invalid duration
  131. Stage:
  132. - make 0 an invalid duration
  133. Crete Stage Step:
  134. - make 0 an invalid duration
  135. - stage selectable
  136. - disable order
  137. Crete Stage Step:
  138. - make 0 an invalid duration
  139. - stage selectable
  140. Stage Step:
  141. - Stage selectable not working
  142. - Go to stage Button not working
  143. Recipe:
  144. - Rename "Create new Execution" in "Start Execution"
  145. Create GL:
  146. - Recipe execution select
  147. - Rack Floor select
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement