Skip to content

feat: implémentation groupée de 12 issues HIRI (#2-#5,#7,#9,#11,#12,#14-#16,#19) - #173

Open
laurentketterle-hub wants to merge 9 commits into
mergeos-bounties:masterfrom
laurentketterle-hub:feature/all-bounties-fixes
Open

feat: implémentation groupée de 12 issues HIRI (#2-#5,#7,#9,#11,#12,#14-#16,#19)#173
laurentketterle-hub wants to merge 9 commits into
mergeos-bounties:masterfrom
laurentketterle-hub:feature/all-bounties-fixes

Conversation

@laurentketterle-hub

Copy link
Copy Markdown

Résumé

Implémentation groupée de 12 issues bounty HIRI (total: 875 MRG).

Issues couvertes

Contenu

  • Firmware: main.cpp avec TLS MQTT + deep sleep + monitoring batterie
  • Firmware: hiri_config.h pour configuration WiFi/MQTT/TLS
  • Firmware: README.md + platformio.ini
  • Bridge: tests CLI, MQTT pub, adaptateurs, auth
  • Bridge: adaptateur Matter (stub avec Python)
  • iOS: SwiftUI ContentView avec device list + toggle + settings
  • Android: Jetpack Compose MainActivity + device list + switch
  • Web: fuzzy search JS + room/area grouping
  • Docs: e2e-demo.md, MATTER.md

DCO

Signed-off-by: noreply@users.noreply.github.com

noreply and others added 9 commits August 7, 2026 07:39
- packages/ios/HIRI/ContentView.swift : SwiftUI device list + toggle (mergeos-bounties#15)
- packages/android/.../MainActivity.kt : Jetpack Compose device list (mergeos-bounties#14)
- packages/web/src/search.js : fuzzy search + room/area grouping (mergeos-bounties#12)

Signed-off-by: noreply@users.noreply.github.com
Signed-off-by: laurentketterle-hub <noreply@users.noreply.github.com>
- Fix test_adapters.py and test_auth.py with proper mocking
- Update firmware README, config, and platformio.ini
- Clean up main.cpp
- ruff format applied to 16 files
- Prevents format check failures in CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment