Giter Site home page Giter Site logo

iobroker.smart-eq's Introduction

Logo

ioBroker.smart-eq

NPM version Downloads Number of Installations Current version in stable repository Dependency Status

NPM

Tests: Test and Release

smart-eq adapter for ioBroker

Adapter for Smart EQ and Hello Smart

Loginablauf

Die smart eq control/hello smart Mail und Passwort eingeben.

Steuern

smart-eq.0.vin.remote auf true setzen steuert den jeweiligen Befehl

Diskussion und Fragen

https://forum.iobroker.net/topic/49548/test-adapter-smart-eq-v0-0-x

Changelog

0.1.0

hello smart support

0.0.3

  • (TA2k) add relogin information

0.0.1

  • (TA2k) initial release

License

MIT License

Copyright (c) 2021 TA2k [email protected]

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.smart-eq's People

Contributors

ta2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

iobroker.smart-eq's Issues

Please confirm functionality of release 0.0.4

The current stable verion of this adapter is 0.0.4.

Please give some feedback and let us know if current stable release 0.0.4 is fully functionally or the adapter is working only when using newer release currently not available at stable repository.

If there is no reaction / statement until 15.8.2024 release 0.0.4 will be removed from stable repository.

Adapter frequently needs new otp code when running while there is no internet connection

I have the WAN connection not always on because i switch the WAN equipment off when i leave the house (starlink needs a lot of power).
Quite often I need to enter a new OTP code to connect the adapter to the cloud again.
This never happens when the internet connection is constantly on.

I do switch off the adapter from a script before i switch off the WAN and wait until WAN is up again before I start the adapter, but there are some edge cases where the adapter is running without WAN, and it still happens sometimes.

To Reproduce
Drop the WAN connection while the adapter is active, frequently (not always) a new OTP code will be required.

  • Adapter version: 0.1.0
  • JS-Controller version: 5.0.16
  • Operating system: ubuntu server

Update stable version in repo from 0.0.4 to 0.1.1

Think about update stable version to 0.1.1

Version: stable=0.0.4 (497 days old) => latest=0.1.1 (15 days old)
Installs: stable=169 (52%), latest=18 (5.54%), total=325

Click to use developer portal
Click to edit

Do not close this issue manually as a new issue will be created if condition for update still exists.

Please drop a comment if any reason exists which blocks updating to version 0.1.1 at this time.

Note: This is an automatically generated message and not personally authored by bluefox!
@mcm1957 for evidence

OPT Code wird nicht mehr versendet

Hallo,

ich habe seit einem einspielen von einem Backup Probleme mit dem Smart Adapter.
Der OPT Code wird mir nicht mehr per Email geschickt. Folgendes steht im log.

Hast du eine Idee woran das liegen könnte?


smart-eq.0
2023-05-05 22:29:43.828	error	Start relogin in 1min

smart-eq.0
2023-05-05 22:29:43.828	error	{"error_description":"unknown, invalid, or expired refresh token","error":"invalid_grant"}

smart-eq.0
2023-05-05 22:29:43.827	error	AxiosError: Request failed with status code 400

smart-eq.0
2023-05-05 22:29:43.827	error	refresh token failed

Update stable version in repo from 0.0.4 to 0.1.0

Think about update stable version to 0.1.0

Version: stable=0.0.4 (268 days old) => latest=0.1.0 (15 days old)
Installs: stable=156 (55.71%), latest=41 (14.64%), total=280

Click to use developer portal
Click to edit

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

refresh-data does not refresh

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Call init-data api, then refresh-data.

Expected behavior
Timestamps are updated when calling refresh-data.

Additional context
Instead, refresh-data returns same timestamps as init-data. Is GET really the right method here?

Adapter starts, but data is not pulled

Describe the bug
Adapter is started, but data is not refreshed. Request fails with error code 400. see log:

smart-eq.0 | 2022-01-26 06:42:08.848 | error | {"error":"internal_error","error_description":"Unknown error occurred"}
smart-eq.0 | 2022-01-26 06:42:08.847 | error | Error: Request failed with status code 400
smart-eq.0 | 2022-01-26 06:42:08.847 | error | https://oneapp.microservice.smart.com/seqc/v0/vehicles/xxx/refresh-data
smart-eq.0 | 2022-01-26 06:42:05.893 | error | {"error":"internal_error","error_description":"Unknown error occurred"}
smart-eq.0 | 2022-01-26 06:42:05.893 | error | Error: Request failed with status code 400
smart-eq.0 | 2022-01-26 06:42:03.424 | info | starting. Version 0.0.2 in C:/iobroker/node_modules/iobroker.smart-eq, node: v14.18.2, js-controller: 3.3.22

To Reproduce
Steps to reproduce the behavior:
just start the adapter and have a look in the object datapoints and the log.

Expected behavior
Adapter should start and data should be pulled via API.

Screenshots & Logfiles
see above

Versions:

  • Adapter version: 0.0.2
  • JS-Controller version: 5.2.13
  • Node version: 14.18.2
  • Operating system: Windows10 Pro 21H2

Update stable version in repo from 0.0.4 to 0.0.6

Think about update stable version to 0.0.6

Version: stable=0.0.4 (238 days old) => latest=0.0.6 (15 days old)
Installs: stable=168 (65.88%), latest=19 (7.45%), total=255

Click to use developer portal
Click to edit

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

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 smart-eq for common errors and appropiate suggestions to keep this adapter up to date.

Please see the result of the check below.

ioBroker.smart-eq

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
  • ❗ [E162] js-controller 3.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.
  • ❗ [E204] Version "0.0.1" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
  • ❗ [E605] No actual year found in copyright. Please add "Copyright (c) 2024 TA2k [email protected]" at the end of README.md
  • ❗ [E606] Current adapter version 0.1.1 not found in README.md
  • ❗ [E701] No actual year found in LICENSE. Please add "Copyright (c) 2024 TA2k [email protected]" at the start of LICENSE

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

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!

How can i get signature secret

I have a Geely car that appears to use the same API with smart. I have copied the code in this repo, but it always prompts me for an incorrect signature. I suspect that different vehicles use different secret. Can you tell me how you obtained your secret? Thank you very much

Please update README.md

README:md for ioBroker must be written using english language.

Please fix README.md and translate the german sentences.

Please add missing changelog entries

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.