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

Missing inverter data in /api/livedata/status #1777

Closed
A380Coding opened this issue Feb 23, 2024 · 3 comments
Closed

Missing inverter data in /api/livedata/status #1777

A380Coding opened this issue Feb 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@A380Coding
Copy link

What happened?

Upgraded to 24.2.16, coming from 24.1.26
Previously with the api request /api/livedata/status all inverter data could be fetched. With 24.2.16 the AC[], DC[] and INV[] arrays are missing. Only status values can be read.
Reading with /api/livedata/status?inv=serial sends all the data, but only for this one inverter

To Reproduce Bug

just call http:///api/livedata/status

Expected Behavior

Data from all inverters should be send back when calling http:///api/livedata/status.
AC, DC power, dailyenergy, totalenergy etc.

Or was that changed on purpose?

Install Method

Pre-Compiled binary from GitHub

What git-hash/version of OpenDTU?

24.2.16, generic_esp32

Relevant log/trace output

-

Anything else?

Bug or changed on purpose and now each inverter has to be read separately?
If changed on purpose -> Feature request to read all inverters at once at previously using /api/livedata/status command.

@A380Coding A380Coding added the bug Something isn't working label Feb 23, 2024
@tbnobody
Copy link
Owner

Please see #1763 and #1741 and the changelog and the breaking changes list at the README.md.

It was done on purpose and no, a feature request is not possible. The ESP32 does not have enough memory to render the 40kb json for the whole data at once. Even when implementing new features etc.

@tbnobody tbnobody closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2024
@A380Coding
Copy link
Author

Thanks for pointing out.

Copy link

github-actions bot commented Apr 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants