apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/deadpool.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: 2cbd61101abd6a3bfbe6fb77f41073fc creationTimestamp: "2026-08-05T13:46:50Z" generation: 8 labels: branch: main build: "126" context: release created-by-lighthouse: "true" event-GUID: 1999b6f2-90d4-11f1-8d6c-ae13939892d9 lighthouse.jenkins-x.io/baseSHA: 79393ba93b829ce68d2692332d940f6664a46dd1 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1785937609818" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: pitaltrade-deadpool-main-release-7dnjd lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 79393ba93b829ce68d2692332d940f6664a46dd1 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: deadpool lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: pitaltrade-deadpool-main-release-tvvtd-from-build-pack-pod provider: github repository: deadpool tekton.dev/pipeline: pitaltrade-deadpool-main-release managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.29 operation: Update time: "2026-08-05T13:58:28Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:completedTimestamp: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-08-05T13:59:56Z" name: greencapitaltrade-deadpool-main-126 namespace: jx resourceVersion: "245004307" uid: edd7690a-a4da-49e8-94f9-00406c2ac1d9 spec: baseSHA: 79393ba93b829ce68d2692332d940f6664a46dd1 batchPipelineActivity: {} build: "126" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/deadpool/main/126.log completedTimestamp: "2026-08-05T13:59:49Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: deadpool gitUrl: https://github.com/greencapitaltrade/deadpool.git lastCommitMessage: | feat(iot): decode GT06 ACC and unify ignition into one field StatusData carried three near-duplicate booleans — vehicle_on, ignition_on and acc_on — emitted as three v1 measurement keys (engine_on, ignition, acc_status). No protocol ever distinguished them: terra set all three from the same acc_status, energy_company set two from the same vehicle_state, clean_electric and gt06 set none. The distinction existed only in the field names, and downstream code reading "engine_on or ignition" was choosing between copies of one value. They are now a single `ignition`, emitted as one measurement key. The reason this mattered: GT06 heartbeats carry the terminal-information byte, whose bit 1 is ACC. This parser read that byte, stored it as a raw number in additional_data, and never decoded it — so ignition never reached downstream for the GT06 fleet, asset_iot_data.engine_status stayed False, and the ignition-derived events report was permanently empty on live devices. Bit 1 is now decoded, sourced to Traccar's Gt06ProtocolDecoder (BitUtil.check(status, 1) is the 0x02 mask). Only bit 1 is decoded. Location packets do not carry a terminal-status byte on the default decode path, and the alarm packet's offset here assumes no LBS block — decoding a status byte at a guessed offset risks silently reading the wrong one, so both are left undecoded with the reasoning recorded inline. clean_electric now maps ignition from DisMOS_State, the discharge MOSFET: a pack with its discharge path closed is the battery equivalent of ignition on. That is a semantic judgement rather than a rename and wants confirming. The discharge_mosfet and charge_mosfet metrics are unchanged. The legacy TelemetryPayload keeps its top-level engine_status key so the Flash-Deadpool pact contract is unaffected; only its internal source field is renamed. Co-Authored-By: Claude Opus 5 (1M context) lastCommitSHA: 0a47c090902c15a60903430b524a54af1ef67c64 message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/deadpool/main releaseNotesURL: https://github.com/greencapitaltrade/deadpool/releases/tag/v0.63.5 startedTimestamp: "2026-08-05T13:46:49Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-08-05T13:59:49Z" name: from build pack startedTimestamp: "2026-08-05T13:47:00Z" status: Succeeded steps: - completedTimestamp: "2026-08-05T13:47:01Z" name: Git Clone startedTimestamp: "2026-08-05T13:47:00Z" status: Succeeded - completedTimestamp: "2026-08-05T13:47:03Z" name: Next Version startedTimestamp: "2026-08-05T13:47:02Z" status: Succeeded - completedTimestamp: "2026-08-05T13:47:07Z" name: Jx Variables startedTimestamp: "2026-08-05T13:47:04Z" status: Succeeded - completedTimestamp: "2026-08-05T13:58:11Z" name: Build Cargo Install startedTimestamp: "2026-08-05T13:47:23Z" status: Succeeded - completedTimestamp: "2026-08-05T13:58:13Z" name: Check Registry startedTimestamp: "2026-08-05T13:58:11Z" status: Succeeded - completedTimestamp: "2026-08-05T13:58:15Z" name: Build Server Image startedTimestamp: "2026-08-05T13:58:13Z" status: Succeeded - completedTimestamp: "2026-08-05T13:58:17Z" name: Build Consumer Image startedTimestamp: "2026-08-05T13:58:15Z" status: Succeeded - completedTimestamp: "2026-08-05T13:58:19Z" name: Build Mqtt Image startedTimestamp: "2026-08-05T13:58:18Z" status: Succeeded - completedTimestamp: "2026-08-05T13:58:28Z" name: Promote Changelog startedTimestamp: "2026-08-05T13:58:20Z" status: Succeeded - completedTimestamp: "2026-08-05T13:58:32Z" name: Promote Helm Release startedTimestamp: "2026-08-05T13:58:28Z" status: Succeeded - completedTimestamp: "2026-08-05T13:59:24Z" name: Promote Jx Promote startedTimestamp: "2026-08-05T13:58:32Z" status: Succeeded - completedTimestamp: "2026-08-05T13:59:49Z" name: Publish Org Kb startedTimestamp: "2026-08-05T13:59:25Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/5185 startedTimestamp: "2026-08-05T13:59:01Z" status: Succeeded startedTimestamp: "2026-08-05T13:59:01Z" status: Succeeded - kind: Promote promote: environment: production pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/5186 startedTimestamp: "2026-08-05T13:59:21Z" status: Succeeded startedTimestamp: "2026-08-05T13:59:21Z" status: Succeeded version: 0.63.5 status: {}