GithubHelp home page GithubHelp logo

offgrid_logger's Introduction

OffGrid_logger

This project aimed to provide information from both - Off Grid inverter and BMS. Project is under development and grows as fast as I have free time for it.

Additional notes:

System builded on ESP8266 -Via RS232 (native) request QPIGS data from inverter (279 cahrs/bytes+checksum) -Via GPS port of BMS request 109 raw bytes (depends on how many serial batteries in the serial connection)

-Built-in HTML page that using websockets to display data

  • Has API endpoints to provide data
  • Pushing data to Google sheets take around 1-2s that leads to totally bloking all operations of microcontroller. So websockets is solution for such type of problem.
  • Use hardware UART connection for BMS (115200 baud) and software for inverter (2700 baud) Software UART has limitation

Also there is a possibility to log into Google Sheets using "Google Scripts"


TODO: General: -Upload Google AppsScript script file -Upload SVG templates for graphical representation -Upload python application client (OLD - use endpoint API for requesting data)

Software:

  • Create graphical representation for html page (svg + animation)
  • Make initialization procedure(Start SoftAP, input wifi credentials etc.)
  • Save configuration into EEPROM
  • Make sure that disconnection any of equipment doesn't lead to stucking in the loop waiting for the response
  • Maybe shoud use native library insdie Google Script to connect Google Sheets
  • Google Sheet ahs a limit of pages count, so old sheets should be deleted to avoid unexpected errors while saving data

Hardware:

  • Use GPS power source to supply logger / Use inverter's native RS232 as a power source (ONLY data lines are persist)
  • Make wiring schematic and upload

offgrid_logger's People

Contributors

eagercookie avatar

Watchers

 avatar

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.