Initial development, not a complete application yet (but getting close now) - check back later. Working on an issue with datatables and the search function breaking when making changes to parts of the code.
Monitor electricity useage in my home using a number of technologies including:
- CurrentCost Envi-R 3 phase mains monitor
- TPLink HS110 Smart WiFi Plug with Energy Monitoring
- Sengled LED lights
- Some custom hardware based on ESP32 and ESP8266 devices
- Install from the Git repository
- composer install
- npm install
- create empty file in application root using touch and naming it electricity-monitor-db.sqlite
- cp .env.example .env
- edit .env file
- php artisan key:generate
- php artisan migrate --seed
The initial username:password are admin@admin.com:password