GithubHelp home page GithubHelp logo

Comments (6)

ledermann avatar ledermann commented on June 9, 2024

There are two things I suggest to check:

  1. Is your ENV var INSTALLATION_DATEcorrect? It should point to the installation date of your SENEC (= date with first data)

  2. Maybe there is a caching issue. You can reset your Redis cache with this command:

    docker exec -it [solectrus-redis-container-name] redis-cli FLUSHALL
    e.g. docker exec -it solectrus-redis-1 redis-cli FLUSHALL

    This may happen if you have imported data (using senec-importer) after the app was already used and has filled the cache.

If neither of these helps: What about other charts? Are they also empty? What about house_powerchart in August 2022?

from solectrus.

iot-sle avatar iot-sle commented on June 9, 2024

no success by executing the flushall. All other charts are fine.

from solectrus.

ledermann avatar ledermann commented on June 9, 2024

Strange. Are there any errors in the browser console or in the container logs?

Is your SOLECTRUS installation accessible to the public? May I have a look at it? Or can you give me private access (via e-mail)?

from solectrus.

iot-sle avatar iot-sle commented on June 9, 2024

Did you receive my email about accessing my instalation? I just updated to 0.8.0 and it's still the same behavior according this chart. I like the live-status display.

from solectrus.

ledermann avatar ledermann commented on June 9, 2024

No email so far. Please send to [email protected]

from solectrus.

ledermann avatar ledermann commented on June 9, 2024

Thanks to @iot-sle, this error was identified and confirmed. It occurs for the periods that were filled with SENEC's CSV data via the senec-importer. These data sets do not contain any measurements for the wallbox, meaning that these values are stored as NULL, which breaks the autarky calculation by InfluxDB.

A fix has been implemented - NULL values are now converted to zero (0.0). The fix will be included in the next update (expected to be v0.8.1).

from solectrus.

Related Issues (20)

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.