-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cycle Count #13
Comments
Hello Ireneusz, |
I guess, the solution is to adjust/extend in the PylontechMonitoring.ino the lines 710 - 717. But I haven't tested it yet :( |
I thinks that's not so easy, at first you have to pull the correct values .... |
I'm currently using the not-so-elegant way to do this via a request. I query the website via iobroker, then I use RegEx to extract the number of cycles. |
I guess the easiest thing for all, would be to implement it directly, that it can be provided by MQTT. But... still no response from the developer and my scripting experience is more than little. ;( |
i have tried it with my new pylontech US5000, Sketch works fine, i have updated the scetch to use with ESP32 and the first change to get SOC in MQTT, it works for SOC i can help...if wanted |
Could I ask for a sample of the modified code? I have high voltage Pylontech battery, I need to modify the code, so I would appreciate some inspiration. |
hello tomasvida |
if you paste it here, the whole community would be able to access. |
If it is possible, please be said to be here so that the others in the community can be black experiences. It will help us very much, and thank you for your work and willingness! |
i hope this is better i will try to get the "stat" Data also, but this will not be so easy as change a good code |
Did you have any luck with the stat data? Also interested to get some of the info from this command such as Cycle times, LT Cnt, etc. |
@rickyrickuk i hope now in the darker time i have more time to try a little bit |
Thanks for the reply. One thing I noticed, is there is a parameter called Status Cnt in the stat command results, wondered if this is the number of times the stat command has been run and if so, this would go very high if we keep sending the command to the battery. |
stat shows 1st Batt Status Cnt. : 629 <- this is my first battery (started on 1/23) one example snip for @ |
@commander-bln |
I guess it would be very helpful to get the "cylce counts" also availble via MQTT. It's in the command "stats" but it seems, that this value is not inside the MQTT function.
It would be great to get this function... Thanks
The text was updated successfully, but these errors were encountered: