feat: MQTT transport with HA auto-discovery#8
Closed
manonstreet wants to merge 1 commit into
Closed
Conversation
Add MQTT as an alternative transport alongside REST. Users pick one mode in Access Settings — MQTT publishes via HA auto-discovery with json_attributes_topic carrying altitude, speed, motion state, and location labels from secureLocations bplist blobs. - RichLocationAttributes model + DevicePoint enrichment from LocalStorage - TransportMode enum (.rest/.mqtt) with migration for existing REST users - MQTTClient with CocoaMQTT 2.1.9, connection lifecycle, exponential backoff - Transport-aware SyncEngine post phase and preflight - Settings UI: transport picker, MQTT broker card, generic connection test - HomeView/DeviceManager conditional transport rows - DMG packaging in build.sh release workflow - README updated for dual transport Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
|
Superseded by v1.2-beta branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
device_trackerentities automatically (noknown_devices.yaml)json_attributes_topic: altitude, speed, course, motion state, location labels fromsecureLocationsbplist blobsbuild.shrelease workflow (replaces ZIP)Changed Files
Models/RichLocationAttributes.swiftMQTTClient.swiftModels/DevicePoint.swiftrichAttributesLocalStorageDecryptor.swiftModels/SettingsStore.swiftTransportModeenum, MQTT settingsHelpers/Keychain.swift.mqttPasswordcaseHAClient.swiftPostSummary/PostResultsharedSyncEngine.swiftModels/AppModel.swiftViews/AccessSettingsView.swiftViews/HomeView.swiftViews/DeviceManagerView.swiftproject.pbxprojTest plan
🤖 Generated with Claude Code