feat(mdns): one-shot browse tool; iDRAC SNMP live both DRACs; Govee creds [#619][#625]

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
This commit is contained in:
2026-09-02 12:44:44 -05:00
parent 2c12d7b39e
commit a2ff60908e
2 changed files with 115 additions and 3 deletions
+14 -3
View File
@@ -16,7 +16,12 @@ backend or a different account.
## 2. Govee — blocks #620 device data
Cloud API sees zero devices (suspect BLE-only sensors).
- [ ] Model numbers of your Govee temp sensors / lights:
- [ ] Govee app account email + password (thermometer readings require it):
- [x] Govee app account email + password (thermometer readings require it):
**Agent (2026-09-02):** both accounts received, stored 0600 in
`~/.creds/govee.env`. But us.govee.com is a JS app the agent can't drive.
One human click needed: log in at us.govee.com → "Apply for API Key" →
paste the key here (or append `GOVEE_API_KEY=` to `~/.creds/govee.env`).
## 3. HomeKit codes — blocks #619 (ecobee + front-door lock)
- [ ] ecobee HomeKit setup code (8-digit, on paperwork/box if not the unit):
@@ -73,5 +78,11 @@ UniFi UI → Settings → System → Advanced → Integrations → API Keys →
## 9. iDRAC/IPMI credentials (added 2026-09-02) — blocks #625
Both OOB ports are live but predate Redfish; IPMI (623/UDP) is the only data
path. Temp + power monitoring for tsys6/tsys7 needs one of:
- [ ] iDRAC root password for both, or
- [ ] a read-only IPMI account (name + password), pasted here or into ~/.creds/idrac.env
- [x] iDRAC root password for both, or
**Agent (2026-09-02):** creds worked — BOTH iDRAC SNMP agents now live.
tsys7: community set to kn3lmgmt (verified). tsys6: agent enabled, but fw
1.41 refuses racadm community changes (stays `public`). Pick one:
- flip it in the iDRAC6 web UI (needs a TLS1.0-capable browser), or
- upgrade iDRAC6 firmware (1.41 → 2.9x) then racadm set, or
- accept `public` on the isolated OOB LAN for now