Coder Social home page Coder Social logo

Comments (7)

msinn avatar msinn commented on July 25, 2024

How would the driver in smartVISU cancel a series and how would this functionality be used in smartVISU?

from plugins.

bmxp avatar bmxp commented on July 25, 2024

Have a look at this post in knxuf

from plugins.

bmxp avatar bmxp commented on July 25, 2024

Maybe we should also think about using threads for retrieving data, see this post in knxuf

from plugins.

psilo909 avatar psilo909 commented on July 25, 2024

It could be that this problem passes through the whole core and to different plugins, e.g. database, which is also not multithreaded

from plugins.

psilo909 avatar psilo909 commented on July 25, 2024

Also i think i remember there was a discussion about the performance of highcharts in some cases

from plugins.

psilo909 avatar psilo909 commented on July 25, 2024

i just made a test at my setup:

i opened the page with the "outside temperatures" charts (3 lines, raw values, several charts up to 6 months in the past). in parallel i opened some historic data in the database plugin's webif. while the chart data is being queried in the database, i tried to reload the historic data in the webif. the page reload was stuck until the charts were loaded in smartvisu. so i think the bottleneck is the database is.

i think the only way to solve it would be to "merge" datapoints like the old sqlite plugin did ( think that is the reason why the "file based database" worked better als mentioned in the KNXUF thread) or to generate and use a more performant database scheme. currently all historic data is in one table only. even a multithreaded visu_websocket plugin wont help here much.

from plugins.

msinn avatar msinn commented on July 25, 2024

Cancelation of series is implemented in SmartHomeNG v1.7.2

from plugins.

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.