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

I would like to obtain more battery data. #101

Open
mactron254 opened this issue Nov 21, 2024 · 1 comment
Open

I would like to obtain more battery data. #101

mactron254 opened this issue Nov 21, 2024 · 1 comment

Comments

@mactron254
Copy link

I'm using your wonderful integration and I would like to know if there is any way to obtain battery data such as battery temperature, health status, current capacity in kW, or the remaining charge and discharge time.

I'm currently using the H1 battery with the new version of the Elekeeper app, which allows me to see all this information. I would like to be able to view it from Home Assistant.

Thank you for your great work

@djansen1987
Copy link
Owner

Hi @mactron254,

Thank you for you post! Currently, this data isn't directly supported by the module.

However, if the website exposes an API endpoint for this specific data, we may be able to integrate it.

To determine feasibility, please check the following:

Identify the API Endpoint:

Use your browser's developer tools (Network tab) to inspect the network requests made when the data is displayed on the website.
Look for the URL of the API endpoint that fetches the required data.
Analyze the Request:

In the same Network tab, examine the Request headers and body.
This will provide information on the necessary authentication, parameters, and payload format.
Once we have this information, we can assess the effort required to incorporate it into the module.

Please let me know if you have any further questions or require more specific guidance.

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