Skip to content

Commit

Permalink
added the files that could be run on a remote Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
joan-pijpker committed Sep 27, 2024
1 parent e665a1e commit 8a0c2f6
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 3 deletions.
29 changes: 28 additions & 1 deletion configuration/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
#! /bin/bash
lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runH2storage.sh'&
#
# Remove comment sign for the components needed and change the IP address to the correct address.
#
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runBattery.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runController.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runEboiler.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runElectrolyser.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runElenetwork.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runExample.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runFuelcell.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runH2demand.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runH2network.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runH2product.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runH2storage.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runH2valves.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHeatdemand.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHeatnetwork.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHeatproduct.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHeatpump.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHeatpumpController.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHeatstorage.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHotwaterstorage.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runHotwatertanksim.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runLoad.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runLoadinNetSim.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runPV.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runValves.sh 192.168.0.2 5123'&
#lxterminal -e ssh [email protected] './Desktop/Final_illuminator/runshfile/runWind.sh 192.168.0.2 5123'&
4 changes: 2 additions & 2 deletions configuration/runshfile/runBattery.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Battery
python battery_mosaik.py 131.180.210.8:5123 --remote
cd /home/illuminator/Desktop/Final_illuminator/Battery
python battery_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runController.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Controller
python controller_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runEboiler.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Eboiler
python eboiler_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runElectrolyser.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Electrolyser
python electrolyser_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runElenetwork.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Elenetwork
python electricity_network_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runExample.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/LoadinNetSim/example
python model_mosaikapi.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runFuelcell.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Fuelcell
python fuelcell_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runH2demand.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/H2demand
python h2demand_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runH2network.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/H2network
python gas_network_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runH2product.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/H2product
python h2product_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runH2storage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/H2storage
python h2storage_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runH2valves.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Valves
python h2valve_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHeatdemand.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Heatdemand
python qdemand_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHeatnetwork.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Heatnetwork
python heat_network_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHeatproduct.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Heatproduct
python qproduct_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHeatpump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Heatpump/heatpump
python Heat_Pump_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHeatpumpController.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Heatpump/controller
python controller_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHeatstorage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Heatstorage
python qstorage_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHotwaterstorage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Hotwaterstorage
python hotwaterstorage_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runHotwatertanksim.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Heatpump/hotwatertanksim
python hotwatertank_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runLoad.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Load
python load_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runLoadinNetSim.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/LoadinNetSim
python mosaik-model.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runPV.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/PV
python pv_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runValves.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Valves
python qvalve_mosaik.py $1:$2 --remote
3 changes: 3 additions & 0 deletions configuration/runshfile/runWind.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
cd /home/illuminator/Desktop/Final_illuminator/Wind
python wind_mosaik.py $1:$2 --remote

0 comments on commit 8a0c2f6

Please sign in to comment.