Code Monkey home page Code Monkey logo

iobroker.mieleathome's People

Contributors

alcalzone avatar anunezde avatar apollon77 avatar bondrogeen avatar dfrozen avatar germanbluefox avatar hash99 avatar instalator avatar jey-cee avatar jogibear9988 avatar ldittmar81 avatar pmant avatar qm3ster avatar stabilostick avatar twonky4 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

apollon77 wyphorn

iobroker.mieleathome's Issues

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

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/hash99/ioBroker.mieleathome

  • [E145] No "common.news" found for actual version 0.0.4
  • [E150] No common.connectionType found in io-package.json
  • [E152] No common.dataSource found 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)
  • [W156] Adapter should support admin 5 UI (jsonConfig) if you do not use a React based UI
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W400] Cannot find "mieleathome" in latest repository
  • [W513] "gulpfile.js" found in repo! Think about migrating to @iobroker/adapter-dev package
  • [W505] setTimeout found in "main.js", but no clearTimeout detected

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

Installation steps are not complete

Hi,

i just connected the adapter and there where some steps in your doku missing. Thats why my account get locked. I just want, that more people are able to use the adapter properly. Thanks for your work with the adapter.

  1. (please change the doku) Request your Client ID and Token Url at https://www.miele.com/f/com/en/register_api.aspx (enter your miele@home email adress, choose an application name you like, maybe "ioBroker")

  2. Activate the Client ID and Token Url on the provided page in the mail

  3. Connect the Client ID and Token Url at https://www.miele.com/developer/swagger-ui/index.html (press the green "Authorize" button on the lower right

  4. Sign in with your miele@home account

  5. Wait about 5 Minutes (maybe less)

  6. Start the adapter

If your password needs to be reset- Miele does´nt provide any password reset in the internet, but you can use for that the miele@home app instead.

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!

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/hash99/ioBroker.mieleathome

  • [E201] Bluefox was not found in the collaborators on NPM!. Please execute in adapter directory: "npm owner add bluefox iobroker.mieleathome"
  • [E301] Tests on Travis-ci.org are broken. Please fix.

ERR:["E201","E301"]:ERR

Thanks,
your automatic adapter checker.

Verify Compact mode for your adapter

We have detected that your adapter supports the compact mode. Please use the latest js-controller 2.0 and verify that everything works.

Some more information what is important to check can be found at ioBroker/ioBroker.js-controller#512

On questions please answer to the linked issue. Please close this issue after your test and add the version number that you have tested please as a comment.

Thank you for your support.

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

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 is not working anymore

This is the Adapter-Log:

mieleathome.0 2019-05-02 09:39:12.216 info terminating
mieleathome.0 2019-05-02 09:39:12.215 info cleaned everything up...
mieleathome.0 2019-05-02 09:39:12.215 error at emitNone (events.js:111:20)
mieleathome.0 2019-05-02 09:39:12.215 error at Object.onceWrapper (events.js:313:30)
mieleathome.0 2019-05-02 09:39:12.215 error at IncomingMessage. (/opt/iobroker/node_modules/request/request.js:1083:12)
mieleathome.0 2019-05-02 09:39:12.215 error at Request.emit (events.js:211:7)
mieleathome.0 2019-05-02 09:39:12.215 error at emitOne (events.js:116:13)
mieleathome.0 2019-05-02 09:39:12.215 error at Request. (/opt/iobroker/node_modules/request/request.js:1161:10)
mieleathome.0 2019-05-02 09:39:12.215 error at Request.emit (events.js:214:7)
mieleathome.0 2019-05-02 09:39:12.215 error at emitTwo (events.js:126:13)
mieleathome.0 2019-05-02 09:39:12.215 error at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
mieleathome.0 2019-05-02 09:39:12.215 error at Request._callback (/opt/iobroker/node_modules/iobroker.mieleathome/utils/mieleathome.js:229:22)
mieleathome.0 2019-05-02 09:39:12.215 error TypeError: this.NRefreshToken is not a function
mieleathome.0 2019-05-02 09:39:12.215 error uncaught exception: this.NRefreshToken is not a function
mieleathome.0 2019-05-02 09:39:04.140 info Authorization.Refresh_Token:XXXXX
mieleathome.0 2019-05-02 09:39:04.139 info Authorization.Access_Token:XXXXX
mieleathome.0 2019-05-02 09:39:04.066 info config Miele_account: XXXXX
mieleathome.0 2019-05-02 09:39:04.066 info config Client_secret: XXXXX
mieleathome.0 2019-05-02 09:39:04.066 info config Client_ID: XXXXX
mieleathome.0 2019-05-02 09:39:04.064 info starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.mieleathome, node: v8.15.0

Finish state of dishwasher

Hi,

i dont find any state to know when the dishwasher has finished.

I know there is mieleathome.0.Devices.000104598269.state.status.value_localized. But i have also the Miele-App - an the finished state in that datapomzt divvers a lot to the app-information.

Did i miss something?

don't get it working

mieleathome.0 2023-04-06 17:01:24.292 error this.NRefreshToken is not a function
mieleathome.0 2023-04-06 17:01:24.290 error TypeError: this.NRefreshToken is not a function at Request._callback (/opt/iobroker/node_modules/iobroker.mieleathome/utils/mieleathome.js:229:22) at self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (node:events:513:28) at Request. (/opt/iobroker/node_modules/request/request.js:1154:10) at Request.emit (node:events:513:28) at IncomingMessage. (/opt/iobroker/node_modules/request/request.js:1076:12) at Object.onceWrapper (node:events:627:28) at IncomingMessage.emit (node:events:525:35) at endReadableNT (node:internal/streams/readable:1359:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
mieleathome.0 2023-04-06 17:01:24.287 error uncaught exception: this.NRefreshToken is not a function

Please delete files

You have iobroker-data, iob and iobroker files in the repo. It is wrong. Please remove them

Please add you adapter to our repository

We saw your adapter and if it is ready please request that it is added to the repository. With this it becomes available for all users. Please consult https://github.com/ioBroker/ioBroker.repositories#add-a-new-adapter-to-the-latest-repository and the following sections for more details.
If you need help, contact us in the forum https://forum.iobroker.net/ or in the developer chat https://github.com/iobroker-community-adapters/info .

Thank you 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/hash99/ioBroker.mieleathome

  • [E140] width and height of logo are not equal
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2019 [object Object]" or "Copyright (c) 20xx-2019 [object Object]" at start of LICENSE

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

  • [W400] Cannot find "mieleathome" in latest repository

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

Can't install adapter

obroker 2019-09-09 10:34:20.355 info exit 0
iobroker 2019-09-09 10:34:20.304 info npm ERR! /home/iobroker/.npm/_logs/2019-09-09T08_34_20_291Z-debug.log
iobroker 2019-09-09 10:34:20.304 info npm ERR! A complete log of this run can be found in:
iobroker 2019-09-09 10:34:20.290 info npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url.
iobroker 2019-09-09 10:34:20.288 info 404
iobroker 2019-09-09 10:34:20.286 info ERR!
iobroker 2019-09-09 10:34:20.285 info 404 2. name can no longer contain capital lettersnpm
iobroker 2019-09-09 10:34:20.282 info 404 1. name can only contain URL-friendly charactersnpm ERR!
iobroker 2019-09-09 10:34:20.279 info ERR!
iobroker 2019-09-09 10:34:20.278 info npm
iobroker 2019-09-09 10:34:20.278 info 'https://github.com/https://github.com/hash99/ioBroker.mieleathome.git/ioBroker./tarball/master' is not in the npm registry.npm ERR! 404 Your package name is not valid, because
iobroker 2019-09-09 10:34:20.275 info npm ERR! 404
iobroker 2019-09-09 10:34:20.272 info 404
iobroker 2019-09-09 10:34:20.271 info npm ERR!
iobroker 2019-09-09 10:34:20.269 info 404 Not Found - GET https://github.com/https://github.com/hash99/ioBroker.mieleathome.git/ioBroker./tarball/master
iobroker 2019-09-09 10:34:20.268 info ERR!
iobroker 2019-09-09 10:34:20.267 info npm
iobroker 2019-09-09 10:34:20.261 info code E404
iobroker 2019-09-09 10:34:20.260 info ERR!
iobroker 2019-09-09 10:34:20.259 info  
iobroker 2019-09-09 10:34:20.258 info npm
iobroker 2019-09-09 10:34:12.061 info npm install https://github.com/https://github.com/hash99/ioBroker.mieleathome.git/ioBroker./tarball/master --production --save --prefix "/opt/iobroker" (System call)
iobroker 2019-09-09 10:34:11.386 info install https://github.com/https://github.com/hash99/ioBroker.mieleathome.git/ioBroker./tarball/master
iobroker 2019-09-09 10:34:10.831 info url "https://github.com/https://github.com/hash99/ioBroker.mieleathome.git/ioBroker./tarball/master"

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.