-
Notifications
You must be signed in to change notification settings - Fork 46
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 'Charge' & 'Discharge' entities #344
Comments
Hi, any update on these missing entities? Thx |
@HarryFlatter @hultenvp The API needed for this is /v1/api/stationDetail. This info only shows as 0 when using the /v1/api/InverterDetail. The entity names in the API are: Hope this information helps in getting them added to the integration. |
Many thanks for that @viking2010. Really helpful. Not being a 'coder', presumably this would be a change for @hultenvp to make? Would this also go for the missing 'Discharge' entities too? |
Whoops, I forgot to put those in!! But yes, absolutely right. To confirm, they are: "batteryDischargeMonthEnergy": 82.0, I will take a look at it but I'm not the worlds greatest coder either, and understanding someone elses code doesn't always come easy!! Ultimately, this is something Hultenvp would be able to do though. |
@HarryFlatter: I only see the requested attributes in inverterDetail and inverterDetailList (API v2.0). Not in plantDetail @viking2010: Can you check if inverterDetailList gives the correct values? |
UPDATE TO THE BELOW: ------ORIGINAL MESSAGE------ "batteryMonthChargeEnergy": 230.0, "batteryYearChargeEnergy": 886.0 There's even details for the charge/discharge from "yesterday": It's interesting that the "Yesterday" figures are to 1 decimal place, yet the current day's entities are whole numbers only, rounded up! Wish Solis would sort that out! Hope that helps you out @hultenvp! More that willing to do some testing when you need it! |
Was offline for quite a while, will start picking up tickets again in the coming time |
First of all, many thanks for providing the missing entities that I reported in #334 :-)
I now believe there are 4 battery 'Charge' and 'Discharge' entities missing from the integration.
For 'Charged' the integration provides:
sensor.solis_daily_energy_charged
sensor.solis_total_energy_charged
but nothing for Month or Year
For 'Discharged' the integration provides:
sensor.solis_daily_energy_discharged
sensor.solis_total_energy_discharged
but nothing for Month or Year
The missing figures do seem to be available according to the Solis app & web portal....
The text was updated successfully, but these errors were encountered: