Coder Social home page Coder Social logo

iobroker.tinker's Introduction

Logo

ioBroker.tinker


NPM version Downloads Number of Installations (latest) Number of Installations (stable) Known Vulnerabilities Test and Release

License Donate

Tinker Board Monitor adapter is Modified Version of Raspberry PI Monitor adapter and OrangePi Monitor adapter for ioBroker

Support adapter development

If you like it, please consider a donation:

paypal


Important Information

tested Hardware: Asus Tinker Board

Following Objects are available after selection:

CPU

  • cpu_frequency
  • load1
  • load5
  • load15

Memory

  • memory_available
  • memory_free
  • memory_total

Network (eth0)

  • net_received
  • net_send

sdcard

  • sdcard_root_total
  • sdcard_root_used

Swap

  • swap_total
  • swap_used

Temperature

  • soc_temp

Uptime

  • uptime

WLAN

  • wifi_received
  • wifi_send

Configuration

On configuration page you can select following modules:

  • CPU
  • Memory
  • Network
  • sdcard
  • Swap
  • Temperature
  • Uptime
  • WLAN

Changelog

WORK IN PROGRESS

  • (simatec) Dependencies updated
  • (simatec) Docu updated

1.3.2 (2024-02-14)

  • (simatec) Design Fix
  • (simatec) Source code cleaned up

1.3.1 (2024-02-11)

  • (simatec) Dependencies updated
  • (simatec) Design Fix
  • (simatec) Translation added
  • (simatec) jsonConfig added
  • (simatec) gulp deleted
  • (simatec) adapter-dev added

1.3.0 (2024-01-07)

  • (simatec) Dependencies updated
  • (simatec) many smal Fix
  • (simatec) Translation added

1.2.1 (2023-11-20)

  • (simatec) Dependencies updated

1.2.0 (2023-03-18)

  • (simatec) Dependencies updated
  • (simatec) test and release updated
  • (simatec) Repo updated

1.1.1 (2021-11-18)

  • (simatec) Dependencies updated
  • (simatec) test and release updated

1.1.0 (2020-04-08)

  • (simatec) delete sync-exec
  • (simatec) Rewritten code on child_process
  • (simatec) code cleaned

1.0.0 (2020-04-07)

  • (simatec) Release 1.0.0

0.1.3 (2019-03-14)

  • (simatec) Ready for latest

0.1.1 (2019-01-08)

  • Fix for new iobroker Installer

0.1.0 (2018-07-03)

  • First Beta

0.0.1 (2018-07-03)

  • initial Version

License

The MIT License (MIT)

Copyright (c) 2018 - 2024 simatec

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iobroker.tinker's People

Contributors

apollon77 avatar dependabot[bot] avatar dutchmannl avatar simatec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iobroker.tinker's Issues

Update stable version in repo from 1.2.1 to 1.3.0

Think about update stable version to 1.3.0

Version: stable=1.2.1 (75 days old) => latest=1.3.0 (27 days old)
Installs: stable=45 (44.12%), latest=6 (5.88%), total=102

Click to use developer portal
Click to edit

Note: This is an automatically generated message and not personally authored by bluefox!
Do not close this issue manually as a new issue will be created if condition for update still exists
@mcm1957 for evidence

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

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

Please take the 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 log there from these checks please adjust the adapter and fix the relevant cases.

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

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Adapter has persistent entries in the log file due to wrong data type

Datapoint is type number but Adapter sends string.

Example Lofile:
tinker.0 | 2022-08-03 20:27:24.634 | info | State value to set for "tinker.0.cpu.load1" has to be type "number" but received type "string" tinker.0 | 2022-08-03 20:26:24.625 | info | State value to set for "tinker.0.cpu.load15" has to be type "number" but received type "string" tinker.0 | 2022-08-03 20:26:24.624 | info | State value to set for "tinker.0.cpu.load5" has to be type "number" but received type "string"

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/simatec/ioBroker.tinker

  • [E150] No common.connectionType found in io-package.json
  • [E152] No common.dataSource found in io-package.json
  • [E154] common.dependencies must contain{"js-controller": ">=2.0.0"} or {"js-controller": ">=3.0.0"}
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2022 simatec [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2014-2022 simatec [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

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!

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/simatec/ioBroker.tinker

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

  • [W113] Adapter should support compact mode

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Gpio Support planned?

Hi, ist there a plan to add GPIO support for the Tinker board just like RPI offers for PI?

Please fix issues reported by adapter checker

❗ [E150] No common.connectionType found in io-package.json
❗ [E152] No common.dataSource found in io-package.json
👀 [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)
👀 [W170] "common.keywords" should not contain "iobroker, adapter, smart home" io-package.json
use a React based UI

Please check ioBroker.tinker 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.

Units

Hi,
thank you for the gread adapter. Works like a charm.
Two suggrestions:

  • is it possible to add units to the datapoints? Like °C or Mb?
  • And i think the datapoints should be readonly (common.write=false).

Again, thank you!

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!

Update stable version in repo from 1.2.1 to 1.3.0

Think about update stable version to 1.3.0

Version: stable=1.2.1 (76 days old) => latest=1.3.0 (28 days old)
Installs: stable=45 (43.27%), latest=6 (5.77%), total=104

Click to use developer portal
Click to edit

Note: This is an automatically generated message and not personally authored by bluefox!
Do not close this issue manually as a new issue will be created if condition for update still exists
@mcm1957 for evidence

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/simatec/ioBroker.tinker

  • [E150] No common.connectionType found in io-package.json
  • [E152] No common.dataSource found in io-package.json

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Update stable version in repo from 1.2.0 to 1.2.1

Think about update stable version to 1.2.1

Version: stable=1.2.0 (277 days old) => latest=1.2.1 (30 days old)
Installs: stable=65 (61.9%), latest=4 (3.81%), total=105

Click to use developer portal
Click to edit

Note: This is an automatically generated message and not personally authored by bluefox!

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.