Giter Site home page Giter Site logo

iobroker.canbus's Introduction

iobroker.canbus's People

Contributors

crycode-de avatar dependabot[bot] avatar dutchmannl avatar iobrokertranslator avatar johnnybyzhang avatar ldittmar81 avatar maag-da avatar palmmaniac avatar sbormann avatar schmakus avatar shortcircuit0815 avatar sneak-l8 avatar unclesamswiss avatar vesler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

iobroker.canbus's Issues

support request

Hello crycode-de,
first: congratulation and many thanks for the canbus-adapter.

As ioBroker beginner I needed long time to get it work ;-). Your example config helped a lot to integrate all "my wished functions" of StiebelEltron LWZ 403 SOL.
But now I have questions, I couldn't find the solution by myself.
I hope it is ok to create an GitHub issue ... if not, just tell me a better way...

  1. Combination of CAN-signals to one "datapoint". Is there a clever posibility to do it in the adapter ? Currently I have a "blockly-script doing the calculation"
    example of two signals:
    "WM WRG Tag Wh" -> can0 180 [7] D2 1E FA 03 AE "readInt16BE(5)"
    "WM WRG Tag kWh" -> can0 180 [7] D2 1E FA 03 AF "readInt16BE(5)"
  2. Currently I querie values by sending in intervalls. I set different intervall values to the single messages. But with lots of values it's not easy not to send in same time lots of requests. How did you do it with external scripts?

best regards & again: thanks for the really good adapter!
Tobi

Presets for well known configs

Put well known configurations in the GitHub repo and add an option to load them in admin.
The configs should be read live from GitHub to be independent from adapter updates.

Data type for custom parsers

If a custom parser is used, you should be able to select a data type (string, number, boolean, mixed) for the state.

The related object should have the data type set accordingly.
The return value of the custom parser read should be checked against this setting.

Fehler nach neustem Nodejs update

hi ich habe heute mal mein System auf den neusten Stand gebracht also auch nodejs, nach der Anleitung von Dutchman.
Jetzt bekomme ich diese Fehlermeldung:
adapter "canbus" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt

WeiรŸt du woran das liegt?

Node.js: v18.15.0
NPM: v9.5.0
iobroker Version 6.3.5

autoSetValue missing sometimes

When autoSetInterval is enabled for a parser without changing the default autoSetValue, the autoSetValue will not be set in the config which leads to log messages like undefined is not a valid state value for id "canbus.0.680.fac0f6".

The adapter should check for undefined autoSetValue and use the default internally.

See https://forum.iobroker.net/post/777649

Warning at adapter install

When installing the adapter I get the following message:

"npm warn deprecated [email protected]: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm."

Viessmann Vitocal 250-A

Hello, I would like to control my Vitocal 250-A with the iobroker.can-bus adapter, but no matter what I set, I only get nonsensical values. Can someone help me with what I have to set so that correct values โ€‹โ€‹come out. There is already a Github project with an independent interface (https://github.com/abnoname/open3e.git). This should be a UDS protocol. Viessmann also provides a data point list Viessmann Datenpunktliste

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!

Feature Enhancement config "Modus SG abfragen (fa0694)

Hi,

I am missing the set option for fa0694.
"Modus SG abfragen (fa0694)" works as expected. But I am missing the set option for the "Modus SG setzen (xxxx)".

Can this please be enhanced in the config file. If I could deliver any necessary info, just let me know.

Thanks in advance
Alex

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!

Please consider fixing issues detected by repository checker

Notification from ioBroker Check and Service Bot

Dear adapter developer,

I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter canbus for common errors and appropiate suggestions to keep this adapter up to date.

Please see the result of the check below.

ioBroker.canbus

Downloads Number of Installations (latest) Number of Installations (stable) - Test and Release
NPM

ERRORS:

  • โ— [E026] "{'engines': {'node'>='16'}}" is required at package.json, "{'engines':{'node'>='18'}}" is recommened
  • โ— [E033] @iobroker/adapter-core 2.6.7 specified. 3.1.4 is required as minimum, 3.1.6 is recommended. Please update dependencies at package.json
  • โ— [E036] @iobroker/testing 2.6.0 specified. 4.1.3 is required as minimum, 4.1.3 is recommended. Please update devDependencies at package.json
  • โ— [E162] js-controller 2.0.0 listed as dependency but 4.0.24 is required as minimum, 5.0.19 is recommended. Please update dependency at io-package.json.

WARNINGS:

Please review issues reported and consider fixing them as soon as appropiate.

Errors reported by repository checker should be fixed as soon as possible. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository.

Warnings reported by repository checker should be reviewed. While some warnings can be considered as a suggestion and be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.

Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Hardware recommendation

Hi!
Iยดm using MCP2515 with Raspberry but messages get lost.
500kbits

I know it because i got an CAN USB Adapter for my windows pc and there i can see more messages.

can you recommend hardware for raspberry pi?

Auto trigger message send on specific interval

There should be an option to automatically trigger sending of messages at a given interval which would be useful for periodic data requests.

Should be at parser level with a given parser input value.
Optionally trigger the send action after the parser completes.

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!

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.