Coder Social home page Coder Social logo

overkillsolarbms's People

Contributors

flyinglotus1983 avatar furtrader avatar marchingband avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

overkillsolarbms's Issues

Unable to set cell over voltage release voltage

Since installing version 3.1.1026, I am unable to set the cell over voltage release voltage parameter. When to try to type in a number e.g. 3.5 (or any other value), it sets to 3.600000. If you try to clear the value, the app crashes right out.

Build errors on PlatformIO

The file bms.cpp contains several errors in calls to the OverkillSolarBms::write() method.

The data and length arguments are reversed from the definition in bms.h. It will cause no end of trouble.

These errors are at lines 310, 354, 475, 501, & 523 of the code I cloned.

Also, the calls to min() compare defined values to uint8_t (unsigned char) type. MACROS are treated as int by default, and the min() declaration is min(int, int), so the uint8_t values should be cast as (int) to prevent warnings or the 'no overload found' errors that I saw.

With those changes, it builds silently and does ... something (completely untested so far) on the Espressif ESP32 boards.

I'm working on a project that uses your library (patched) a counter and SN74LV4052A 4-way UART muxes so I can monitor/control lots of BMSes from a web page served up by the same ESP that's doing the monitoring. I think I can do that mux stuff outside of this library, using only Serial1, so having the corrections on here will make future pulls easier there, wink wink.

Thanks for taking the time to make this available!

Version Disparity. 9th April 2023 v1.4.0 apk / Google Play 6th April listed as v1.3.12 / Displays as v1.3.13

Observing that the apk available to download / sideload install marked as v1.4.0 from 9th April 2023 #32.41MB is displaying in the running app as v1.3.13.

Also it seems the Google Play 6th April 11.72MB update which is depicted as v1.3.12 within the Google Play about app section also displays as v1.3.13 within the running app.

I do noticed that within various system files contained within the apk, a variety of version numbers are contained.
Within; META-INF / androidx.activity_activity.version as androidx.activity_activity-ktx.version both shows as 1.4.0

But within assets / app.config reports;

{"name":"Overkill Solar","slug":"overkill-solar","version":"1.3.12",

Please can you also publish SHA or MD5 checksums with your releases so we can confirm they have not been altered. Thank you.

One wish: Correct the confusing temperature display

There is only one temp.-display, but at least two sensors. And the App seems to switch and compare internally and displays only the sensor with the higher temp. value. That is, regarding undertemperature monitoring, not helpful.
A better solution could be:
Showing both sensor values at the same time (preferred)
or
Fixed selection of the sensor which should be displayed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.