A simple dashboard to show my power generation and consumption. You can preview this project here: https://power.andywillekens.nl
Ensure you have the following installed and ready to use:
- Eneco API Credentials - You need an access token for the Eneco/Toon API. See https://developer.toon.eu/api-intro for more inforation.
- APSystems user ID - You need an Authorization ID and check the
Allow visitors to access to this systemcheckbox. Log in to https://apsystemsema.com/ema/index.action and go to settings. - Prettier - Code formatter (recommended VS Code plugin)
- Tailwind CSS IntelliSense - VS Code plugin for Tailwind class suggestions and completions
To start the development server locally with Docker:
docker compose up -dThis command builds and launches the Nuxt development environment within Docker. Once started, you can access the project in your browser at http://localhost:3000.
To stop and remove the running containers:
docker compose downIf you encounter any issues, try rebuilding the containers:
docker compose up --buildContributions are welcome! Feel free to open issues or submit pull requests to enhance the setup.