A dashboard to simulate one of the examples in the Ai4EComponentLib.jl package, which is a library of ModelingToolkit packages. The circuit implements a MPPT controller, which tracks the maximum voltage current (VI) value so that the system can charge the battery at the maximum power output.
Clone the repository and install the dependencies:
First cd
into the project directory then run:
$> julia --project -e 'using Pkg; Pkg.instantiate()'
Then run the app
$> julia --project
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server
Open your browser and navigate to http://localhost:8000/