Important
This project (being the frontend, along with the backend) is no longer being maintained and therefore marked as archived. The hardware part of the project lives on though. You can find more information on the project (along with an alternative data tarnsport mechanism via MQTT) on the website isems.de.
This is the frontend for the ISEMS project. It's goal is to provide information about the health of a solar mesh network in an easily understandable way.
| Overview | Details | Charts |
|---|---|---|
![]() |
![]() |
![]() |
yarn installYou should define the REACT_APP_API_URL environment variable to tell the app where the server is.
env REACT_APP_API_URL=http://localhost:8000 yarn startyarn test

