Skip to content

Any change or way to datamine/reverse engineer the Error field (when shown) ? #10

Description

@kuolemaaa

This is an example got from curl the inverter "X1 Boost" endpoint while, I guess, "Grid Volt Fault" :

pound symbols followed by comment are my addition

    "type": ...string,
  "SN": ...string,
  "ver": ...string,
  "Data": [...stuff...],
  "Information":[...stuff...],
  "Error": {
    "ErrorCode": "2", # ???
    "ErrorData": [
      241.0, # maybe pv1Voltage ?? same value as data
      241.8, # maybe pv2Voltage ?? NOT same value as data
      28, # no idea : errorcode-2 ???
      193.6, # maybe gridAVoltage ?? same value as data
      49.95, # maybe gridAFreq ?? same value as data
      28, # again 28?
      0.00,
      0.0,
      0.00,
      0.00,
      0,
      0.0,
      0.00,
      0,
      0,
      0.0,
      0.00,
      0,
      48 # inverter temperature ?? same value as data
    ]
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions