Dashboard Diagnostics Log

View system inventory JSON Refresh inventory: bash /volume3/web/maintenance/refresh_inventory.sh
Loading...
HA connection
--
192.168.1.246:8123
Homey entities
--
sensor.homey_* responding
SolarEdge entities
--
sensor.solaredge_* responding
Entities tested
--
of -- total
Errors
--
unavailable / failed
Warnings
--
unexpected values
Entity test results
# Entity ID Source Purpose Value Status Latency
Press "Run all entity tests" to begin
Live error console
--:--:-- INFO Minting House diagnostics ready. Press Run to test all entities.
How to use: Run all entity tests after loading new dashboard files, after HA restart, or after any Home Assistant integration update. Any entity showing ERROR needs fixing. Copy the log and paste into the project chat to get fixes applied consistently across all HTML files.

Common errors:
unavailable = HA integration not loaded or Homey REST sensor failed to poll — check HA logs.
unknown = entity exists but HA hasn't received a value yet — wait 5 min after HA restart and retest.
404 / not found = entity ID changed or doesn't exist in HA — see integration update procedure below.
401 = HA token wrong or expired — run bash /volume3/web/maintenance/update_token.sh NEW_TOKEN via SSH.
⚠️ After a Home Assistant integration update
Integration updates (SolarEdge, myenergi, Kia, Forecast.Solar) can silently rename entity IDs. If previously-working entities suddenly show ERROR here, the entity IDs have changed.

Fix procedure:
1. Run entity tests above and note all ERRORs
2. Search HA Developer Tools → States for the new entity ID
3. SSH to NAS and run: bash /volume3/web/maintenance/refresh_inventory.sh
4. Download the updated inventory from /maintenance/inventory/minting_system_inventory.json and upload to project knowledge
5. Copy the error log below and paste into the project chat — all HTML files will be fixed in one pass

Integrations most likely to change IDs: SolarEdge Modbus Multi · myenergi · Kia UVO · Forecast.Solar (when adding/removing arrays)
Token management
HA token is stored in each HTML file and in /volume3/web/maintenance/.tokens. To update all files at once after rotating the HA token:
ssh mike@192.168.1.181
bash /volume3/web/maintenance/update_token.sh YOUR_NEW_TOKEN