A simple web application that monitors your DATUM server status using Home Assistant.
- Real-time monitoring of Home Assistant entity status
- Clean, minimal interface
- Auto-refresh every 30 seconds
- Serverless deployment on Vercel
- Secure environment variable configuration
- Initialize git and push to GitHub
- Create a new repository on GitHub
- Connect your local repo to GitHub
- Go to vercel.com and sign in
- Click Add New Project
- Import your GitHub repository
- Add these Environment Variables:
- HA_URL: Your Home Assistant URL
- HA_TOKEN: Your long-lived access token
- HA_ENTITY_ID: Entity ID to monitor
- Click Deploy
- Clone and install: npm install
- Copy .env.example to .env.local
- Add your Home Assistant credentials
- Run: npm run dev
The app checks your Home Assistant entity every 30 seconds.
If the state is connected or on, it shows the server is alive.
Otherwise, it shows the server is down.