TREE(74): training modules, entity profiles, 2890 references, keyword indices SPROUT(42): knowledge pages, project docs, curated source material SEED(164): daily notes, raw session logs, unprocessed material Updated AUDIT_MANIFEST.json with growth classifications.
2.6 KiB
2.6 KiB
pageType, id, title, sourceType, sourcePath, ingestedAt, updatedAt, status, growth
| pageType | id | title | sourceType | sourcePath | ingestedAt | updatedAt | status | growth |
|---|---|---|---|---|---|---|---|---|
| source | source.psb-gemma-2026-04-05 | psb-gemma-2026-04-05 | local-file | /home/topher/.openclaw/workspace-psb-gemma/memory/2026-04-05.md | 2026-05-03T01:12:12.489Z | 2026-05-03T01:12:12.489Z | active | seed |
psb-gemma-2026-04-05
Source
- Type:
local-file - Path:
/home/topher/.openclaw/workspace-psb-gemma/memory/2026-04-05.md - Bytes: 2035
- Updated: 2026-05-03T01:12:12.489Z
Content
## Grafana / InfluxDB BrewTV Project — Day 1 (Paused)
### What We Accomplished
- Set up InfluxDB add-on with brewery database, Brewer user (iamtheclaw)
- Set up Grafana add-on (accessible via HA Ingress)
- Configured HA InfluxDB integration to stream TILT data
- Data flowing: sensor.tilt_white_specific_gravity, sensor.tilt_pro_green_specific_gravity, dBm
- Created dashboard JSON files (v1, v2, v3) — stored in workspace and BrewBusiness Drive folder
### The Problem (Not Solved)
- Temperature data went into corrupted measurement name (°F → °F double UTF-8 encoding)
- Grafana couldn't auto-populate FROM/WHERE dropdowns because measurement names were garbled
- This made manual query setup required for every panel — tedious
- Result: HA BrewTV dashboard works fine; Grafana is painful due to encoding issue
### What Works
- SG data (sensor.tilt_white_specific_gravity, sensor.tilt_pro_green_specific_gravity) — queries work perfectly
- Signal strength (dBm measurement, entity_id filter) — works
- Temperature ONLY works through HA dashboard, not Grafana
### Key Technical Notes
- InfluxDB data source URL (Grafana → InfluxDB): `http://a0d7b954-influxdb:8086` (NOT https, SSL must be OFF)
- Grafana query language: InfluxQL (NOT Flux)
- Dashboard JSON files: /home/HHS/.openclaw/workspace-psb-gemma/psb_brewery_dashboard_v*.json
- Drive folder: BrewBusiness (1-A-bgZGKhdKgiRxJmBzF584jW2MprIMG)
- HA Fermentation Dashboard: http://100.126.129.57:8123/dashboard-brewery/brewtv
### Next Steps (For When We Come Back)
1. Clear corrupted Influx measurements: DROP MEASUREMENT for garbled °F entries
2. Let HA send fresh temp readings — they'll re-populate with clean names
3. Rebuild Grafana dashboard — queries will auto-populate from dropdowns
4. Consider branding: PSB logo, color scheme, stacked tank pairs layout
5. Alternative: Use Grafana for SG + trends only, HA dashboard for temp
### Credentials (HA at brewery)
- Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
- URL: http://100.126.129.57:8123
Notes
Related
- No related pages yet.