Coder Social home page Coder Social logo

iobroker.vis-history's Introduction

Logo ioBroker.vis-history

Number of Installations Number of Installations NPM version Downloads

NPM

Screenshot

Widgets, that can work with history data. Of course for that is some of the History Adapters are required: sql, history or influx (or something else).

Sparklines can be shown only for non-binary data, because of aggregation.

For sparklines is used the jquery plugin, that was written by Gareth Watts and released under the New BSD License.

Changelog

1.0.0 (2019-10-01)

  • (bluefox) update table too if the value has been only updated

0.2.7 (2017-05-29)

0.2.6 (2017-03-02)

  • (bluefox) small fix for empty values

0.2.5 (2017-01-13)

  • (bluefox) make http links "clickable" in the list

0.2.4 (2016-10-09)

  • (bluefox) support of new custom schema

0.2.3 (2016-09-22)

  • (bluefox) fixed JS error

0.2.2 (2016-08-22)

  • (bluefox) add units and suffix

0.2.1 (2016-07-09)

  • (bluefox) typo

0.2.0 (2016-07-09)

  • (bluefox) fix max line settings
  • (bluefox) add 'none' time selector

0.1.1 (2016-06-13)

  • (bluefox) change default style to vis-style-green-gray

0.1.0 (2016-06-13)

  • (bluefox) initial checkin

License

Copyright (c) 2016 bluefox BSD-3-Clause

iobroker.vis-history's People

Contributors

apollon77 avatar germanbluefox avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

iobroker.vis-history's Issues

widget history eventlist misses latest entry

I write some data in a datapoint which is logged by history.
in the eventlist widget i try to visualize it as a kind of log.

That works nearly fine, but the latest (and most interesting) entry is not seen in the list.

Adding the last timestamp option to the widget, you can see the timestamp of the latest, not displayed, message.
In general the refresh of the list is working fine, but never showing the latest entry, except by refresh of the browser.

See at https://forum.iobroker.net/topic/54430/history-eventlist-aktualisiert-nicht

BTW: Adding the last timestamp option seems to kill the scroll option

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/ioBroker/ioBroker.vis-history

  • [E021] "licenses" in package.json are deprecated. Please use only "license": "NAME" field.
  • [E117] Licenses in package.json and in io-package.json are different
  • [E162] onlyWWW should have common.mode "none" in io-package.json

I have also found warnings that may be fixed if possible.

  • [W171] "common.title" is deprecated in io-package.json
  • [W105] "common.titleLang" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W109] "common.desc" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W164] Adapters without config "common.noConfig = true" should also set "common.adminUI.config = none"
  • [W172] "common.localLink" in io-package.json is deprecated. Please define object "common.localLinks": { "_default": "..." }
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)

I noticed that in the io-package under “restartAdapters” only vis is available. If your widget also runs with vis2, you might want to add vis2 to the list too.

I found vis as “dependencies” in the io package. If your widget also runs with vis2, then remove that.

Thanks,
your automatic adapter checker.

Compatibility check and testing for Node.js 14 and 16

Dear Adapter develop,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

Kein Widget in iOS App

In Safari sowie iobroker app auf dem iPad 2 iOS 9.3.5 werden die Widgets nicht angezeigt.

Please check ioBroker.vis-history with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

Showing of an artificial zero value, breaks scaling

Even though the source data coming from InfluxDB do not include any zero value, the spark line widget shows such as the leftmost value.

Working around this by setting a minimum value for the y axis does not work because this setting it has no effect at all.

artificial zero value

Big issue with js-controller

Hi there,

actually I installed the widget three times and everytime the installation is finished, my iobroker is totally broken and I get following error:

Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

No change to restart the iobroker again. I have to install it all new.

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.