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

Interpretation (semantics) of JSON entries #48

Open
Oliver-H1 opened this issue Jan 19, 2025 · 1 comment
Open

Interpretation (semantics) of JSON entries #48

Oliver-H1 opened this issue Jan 19, 2025 · 1 comment

Comments

@Oliver-H1
Copy link

Oliver-H1 commented Jan 19, 2025

Hi,

nice piece of SW. It was easy to integrate on my VenusOS device and works fine. Big thanks for that!

Now, I'm trying to put some more detailed information into the json structure. Some questions here:

  • do the power, energy and current values entered under "pv": { "power": 0.0, ... etc represent the sum of the values under L1, L2, L3? or is the top level representing the DC side of the inverter and the L1, L2, L3 the AC-side?
  • are the json elements fixed or could I extend then by other entries (i.e. information so far not covered in the dict)?
  • would it be equally ok to use the daily yield instead of the total inverter production as value for "energy_forward"? (background: my inverter only delivers integers of kWh as total accumulated yield. Daily yields at least provide 100Wh granularity)

thanks in advance and sorry for misusing this "issue" channel for questions. But the "discussions" channel does not seem to be used at all.

cheers
oliver

@mr-manuel
Copy link
Owner

  1. The sum
  2. Fixed, see full JSON structure. More options are not read by Venus OS
  3. No

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