Commit 8145d5c
fix: sportsplusrower use Concept2 watt formula instead of device byte
CARE Jet 600 rower (CARE10692135) reports only 8-17W via BLE (byte[10] BCD),
which is unrealistically low. Replace with the Concept2 rowing power formula
used in the rower base class: Watts = 2.8 * (500 / paceSeconds)^3.
Speed is already derived from cadence SPM, pace is computed as 1800/speed_km_h.
Also move cadence/speed update before watt calculation so watts use the
fresh speed value from the current 0x10 subtype packet.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cc7cc8f commit 8145d5c
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 139 | | |
143 | 140 | | |
144 | 141 | | |
145 | 142 | | |
146 | 143 | | |
147 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
| |||
0 commit comments