Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kuolemaaa opened this issue Aug 22, 2024 · 3 comments

Comments

@kuolemaaa
Copy link

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
    ]
  }
@nazar-pc
Copy link
Owner

That is interesting, maybe someone can take a closer look at updated app, I'm not guessing what it is, I was just reading the code of the app itself to understand what is what.

@kuolemaaa
Copy link
Author

What is the app you are talking about?

@nazar-pc
Copy link
Owner

Check readme of this repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants