| 🟢 VPP backend health |
ok |
468ms |
https://api.vpp.samuil.xyz/health |
HTTP 200 |
| 🟡 Account UI |
warn |
20ms |
https://my.samuil.xyz/account/login |
missing '<form' |
| 🟢 Caddy root |
ok |
156ms |
https://samuil.xyz/ |
HTTP 200 |
| 🟢 Flash UI |
ok |
9ms |
https://flash.samuil.xyz/ |
HTTP 200 |
| 🟢 Mosquitto |
ok |
117ms |
mosquitto |
PING |
| 🟢 Postgres ready |
ok |
143ms |
vpp-postgres |
/var/run/postgresql:5432 - accepting connections |
| 🟢 Devices |
ok |
147ms |
SELECT device_id, status, EXTRACT(EPOCH FROM NOW() - last_seen_at)::int FROM devices ORDER BY claimed_at DESC NULLS LAST LIMIT 5; |
2 rows; head=vpp-deye-293D08|online|2 |
| 🟢 OREE prices today |
ok |
153ms |
SELECT COUNT(*) FROM market_prices WHERE timestamp::date = CURRENT_DATE AND source='oree'; |
1 rows; head=24 |
| 🟢 Tariff plans active |
ok |
147ms |
SELECT device_id, kind, last_applied_status, last_applied_at FROM tariff_plans WHERE enabled=true; |
1 rows; head=vpp-deye-293D08|hourly|ok|2026-04-29 17:22:36.283101+00 |