Frontend for the Eineage MQTT server.
- live monitor charts
- raw logs
- historical trends
- simple power and energy summaries
- Install deps
npm install- Set the API base URL if needed
VITE_API_BASE_URL=http://localhost:3000- Start the app
npm run dev- Build it
npm run build- The app expects the backend API to be up.
- The monitor tab uses 1 MIN, 5 MIN, 15 MIN, and 1 HOUR views.
- The trends tab uses 1H, 1D, 1W, and 1M views.