Skip to content

Problem mit DCB Werten #25

Answered by spali
wintermute11 asked this question in Q&A
Discussion options

You must be logged in to vote

Die Tags haben noch in der Implementierung gefehlt. Leider nicht in der Offiziellen Doku die ich habe drin.
Habe diese nun noch eingepflegt und eine neue Version released v0.1.2.

Beispiel:

[
    ["BAT_REQ_DATA",
        [
            ["BAT_INDEX",0],
            ["BAT_REQ_INFO"],
            ["BAT_REQ_DCB_INFO", 0],
            ["BAT_REQ_DCB_INFO", 1]
        ]
    ]
]

Resultat:

{
  "BAT_DATA": {
    "BAT_INDEX": 0,
    "BAT_INFO": {
      "BAT_RSOC": 83.641975,
      "BAT_MODULE_VOLTAGE": 55.1,
      "BAT_CURRENT": -26.4,
      "BAT_STATUS_CODE": 0,
      "BAT_ERROR_CODE": 0,
      "BAT_MAX_DCB_CELL_CURRENT": -6.5
    },
    "BAT_DCB_INFO": [
      {
        "BAT_DCB_INDEX": 0,
        "…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by spali
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants