Git Product home page Git Product logo

espeasy's People

Contributors

alexsuslov avatar battika avatar bertrik avatar ddtlabs avatar fgmx85 avatar fvdpol avatar hallard avatar ixtrader avatar lindeger avatar maartenbreddels avatar marcfon avatar markbergsma avatar martinusgh avatar maxx333 avatar moelski avatar nl0pvm avatar nonflammable avatar paloy avatar pm-cz avatar qubeck avatar racquemis avatar rtenklooster avatar saschaludwig avatar slomusti avatar thexperiments avatar tonia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

espeasy's Issues

Add correct support for grouping of data on graphs on ndoewatcher

Nodewatcher supports grouping measurements on a single graph with the setting group, putting all measurements on a single graph that have a matching value set.

Should there be a group field in EasyEsp, that would be straightforward, however that would require the whole system to be changes and likely we can reuse some other field.

Every device is defined with Name and IDX / Var and name should be different for all sensors. Note that display or other things may assume each sensor has a different task 'name' and thus we can not simply use name as a group and idx as sequence number.

Lets consider a few EspEasy specific examples:

  1. sensor with one value, simple, define each device separately, give them common group naming to group
  2. sensor with multiple values, we want all the values to be in the same group or graph
  3. sensor with multiple values, we want to have values on separate graphs but we may want to group a number of the same sensors together

We have a number of options:

  1. Choose the device name to be unique, auto-number all sensors internally and use IDX value as group selector. Note IDX value must be non-0 and can not be text. Breaks the use-case 3, because IDX is per device not per value.
  2. Construct the device name to represent the group and then use idx to be the unique identifier. This breaks the way display is implemented as well as use-case 3.
  3. Define group per value directly with a delimiter, for example <readable name>,<unit>,<group> and if group undefined, do not define it. Does not break any use-cases, makes usage with displays a bit less practical, but still feasible.

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.