You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I needed to represent additional battery information from PGN 127513 (Battery Configuration Status). Some of these fields are not yet present. This is how the canboat output looks:
constex={"pgn":127513,"description":"Battery Configuration Status","fields":{"Instance":16,"Battery Type":"Gel",// electrical.batteries.16.chemistry"Supports Equalization":0,// NOT PRESENT IN SK"Nominal Voltage":"12",// NOT PRESENT IN SK"Capacity":0,// electrical.batteries.16.capacity.nominal"Temperature Coefficient":19,// NOT PRESENT IN SK"Peukert Exponent":0.002,// NOT PRESENT IN SK"Charge Efficiency Factor":0,// NOT PRESENT IN SK}}
I would like to propose the following fields. If nobody objects, I'll do PRs for n2k-signalk and specification
fabdrol
changed the title
Additional battery fields
Signal K support for Battery Configuration Status
Aug 7, 2020
fabdrol
changed the title
Signal K support for Battery Configuration Status
Signal K support for extra fields from Battery Configuration Status
Aug 7, 2020
Has there been any consideration of adding data for individual cells (voltage and temperature)? This is important for DIY battery systems. Several BMS provide this data over CAN and it would be great to be able to capture it with Signal K.
LifePo4 batteries do not have to be equalised, but some do have balancing. electrical.batteries.<inst>.supportsBalancing = true, false, auto ?
Just having the support of equalisation or balancing may not be enough information. Maybe something must be said about the status: isBalancing isEqualizing Balancing = on, off Equalizing = on, off
Recently I needed to represent additional battery information from PGN 127513 (Battery Configuration Status). Some of these fields are not yet present. This is how the canboat output looks:
I would like to propose the following fields. If nobody objects, I'll do PRs for
n2k-signalk
andspecification
electrical.batteries.<inst>.voltage.nominal
electrical.batteries.<inst>.temperature.coefficient
electrical.batteries.<inst>.peukertExponent
electrical.batteries.<inst>.chargeEfficiency
electrical.batteries.<inst>.supportsEqualisation
Thoughts?
The text was updated successfully, but these errors were encountered: