Giter Club home page Giter Club logo

iobroker.paw's Introduction

Hi there 👋

🛠️ Languages and Tools :

C  cplusplus  java  android  lua 

html5  css3  vuejs  nuxtjs  vuetify  javascript  sass  eslint  gulp  webpack 

nodejs  express  mysql  mongodb 

nginx  ubuntu  git  github 

📈 GitHub Stats

Top Langs

iobroker.paw's People

Contributors

apollon77 avatar bondrogeen avatar foxriver76 avatar germanbluefox avatar ldittmar81 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

iobroker.paw's Issues

Update app on device: <Device>

Since new adapter version iobroker logs "warn: Update app on device: " with app version 1.33 from Playstore. Is there a newer version somewhere?

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

Please see the result of the check below.

ioBroker.paw

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

ERRORS:

  • ❗ [E019] Invalid repository URL in package.json: git+https://github.com/bondrogeen/iobroker.paw.git. Expected: [email protected]:bondrogeen/ioBroker.paw.git or https://github.com/bondrogeen/ioBroker.paw.git
  • ❗ [E029] Node.js 16 is required as minimum, node.js 18 is recommended. Please adapt "{'engines' : { 'node' >= '6.0.0' } }" at package.json.
  • ❗ [E033] @iobroker/adapter-core 1.0.3 specified. 3.1.4 is required as minimum, 3.1.6 is recommended. Please update dependencies at package.json
  • ❗ [E036] @iobroker/testing 1.1.1 specified. 4.1.3 is required as minimum, 4.1.3 is recommended. Please update devDependencies at package.json
  • ❗ [E104] No "common.titleLang" found in io-package.json
  • ❗ [E145] No "common.news" found for actual version 0.3.2 in io-package.json
  • ❗ [E150] No "common.connectionType" found in io-package.json
  • ❗ [E152] No "common.dataSource" found in io-package.json
  • ❗ [E201] Bluefox was not found in the collaborators on NPM!. Please execute in adapter directory: npm owner add bluefox iobroker.paw
  • ❗ [E204] Versions "0.3.0, 0.2.0" listed at common.news at io-package.json do not exist at NPM. Please remove from news section.
  • ❗ [E504] setInterval found in "main.js", but no clearInterval detected
  • ❗ [E603] NO "## Changelog" found in README.md
  • ❗ [E605] No actual year found in copyright. Please add "Copyright (c) 2024 bondrogeen [email protected]" at the end of README.md
  • ❗ [E701] No actual year found in LICENSE. Please add "Copyright (c) 2024 bondrogeen [email protected]" at the start of LICENSE

WARNINGS:

  • 👀 [E145] Missing mandatory translation into de of some "common.news" in io-package.json.
  • 👀 [W109] Missing suggested translation into pt,nl,fr,it,es,pl,uk,zh-cn of "common.desc" in io-package.json.
  • 👀 [W115] "common.tier" is required in io-package.json. Please check https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/objectsschema.md#adapter.
  • 👀 [W145] Missing suggested translation into ru,pt,nl,fr,it,es,pl,uk,zh-cn of some "common.news" in io-package.json.
  • 👀 [W181] "common.license" in io-package.json is deprecated. Please define object "common.licenseInformation"
  • 👀 [W184] "common.materialize" is deprecated for admin >= 5 at io-package.json. Please use property "adminUI".
  • 👀 [W184] "common.title" is deprecated and replaced by "common.titleLang". Please remove from io-package.json.
  • 👀 [W505] setTimeout found in "main.js", but no clearTimeout detected
  • 👀 [W513] "gulpfile.js" found in repo! Think about migrating to @iobroker/adapter-dev package
  • 👀 [W522] Please consider migrating to admin 5 UI (jsonConfig).
  • 👀 [W523] "package-lock.json" not found in repo! Please remove from .gitignore!
  • 👀 [W853] .npmignore found - consider using package.json object "files" instead.

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

paw release.akp

Hi there,
Its not possible to install paw release app at my android tablet PC.
I have android version 7.0.
To allow to install from unknown source its also impossible.
My Tablet can not open this akp file.
Greetings,
Mathias

restore latest version <0.2.0 from somewwhere? (latest before was 0.1.7) not on npm

To introduce such a breaking change in a minor version change is very bad :-( Broke my whole display control because I did not saw it before and now I have no way to go back to 0.1.7 which was working perfectly for me!
0.0.7 (which is stable) is broken too because ignored the ack flag.

Can you somehow publish a 0.1.7 which was latest github before 0.2.0 to npm somehow? That would help very much!! And then please put this into "stable".

It should be that timepoint: https://github.com/bondrogeen/ioBroker.paw/tree/3f8843d01bf695884584f49fe21851495c681643

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/bondrogeen/ioBroker.paw

  • [E019] Invalid repository URL: git+https://github.com/bondrogeen/iobroker.paw.git. Expected: git+https://github.com/bondrogeen/ioBroker.paw.git
  • [E104] No common.titleLang found in io-package.json
  • [E145] No news found for actual version 0.3.2
  • [E150] No common.connectionType found in io-package.json
  • [E152] No common.dataSource found in io-package.json
  • [E201] Bluefox was not found in the collaborators on NPM!. Please execute in adapter directory: "npm owner add bluefox iobroker.paw"
  • [E504] found setInterval in "main.js, but no clearInterval detected
  • [E603] NO "## Changelog" found in README.md
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2022 bondrogeen [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2022 bondrogeen [email protected]" at the start of LICENSE

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

  • [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

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/bondrogeen/ioBroker.paw

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

Please add your adapter to ioBroker.discovery

I am an automatic service from ioBroker that searches adapters and makes suggestions.

I noticed that your adapter is not integrated in the ioBroker.discovery. Using the Discovery adapter, ioBroker can automatically find devices or suggest services to the user for installation. If possible I would live to see your adapter added there.

Some adapters have already been added and you can use them as blueprints. See: https://github.com/ioBroker/ioBroker.discovery You need to fork this project and then create a PR for your adapter to be added.

Basically the plugins can do HTTP calls, UDP discovery, MDNS, UPNP and will iterate over all devices found by IP scan and check local serial ports. If you want you can also add new discovery methods but please try to do that with at least dependencies as possible.

Then create one file under lib/adapters for your adapter to implement the detection and proposal of an instance to the user.

On questions, the other developers will support in the forum or via GitHub issues too.

If no detection is possible, simply close this issue and I won't bother you again. ;-)

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

iobroker.PAW II crash at autostart

iobroker.PAW II app crash when using autostart option. Maybe because the WLAN connection is not active yet. Is a delayed start possible? When I start the app, it does'nt automatically connect to the iobroker server adapter. I have to select "Connection" first.

Turnonoff turnwake dosent work

Good day,

As information

when I use the TurnOnOff the tablet goes to your home screen.

At TurnWake, the tablet does not do anything.

Many Thanks

Ludino

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!

Feature-Request: Lock Android device

Is it possible to activate a lock screen/passcode request via IOBroker. So if the alarm system is activated a public android display is locked and if the alarm system is not active you can use the android display without a passcode.

commands via JS dont work since last update

after the last update you fixed the web ui i noticed that javascript commands doesn´t work anymore. e.g.
e.g.
sendTo("paw.0",'all',{vibrate: '1000'});

and so on.

edit: was a fail by me. the device get a new ip by dhcp...

npm update ?!

npm is still 0.0.7 ... veerry old and buggy ... :-)

Thank you

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.

paw.0 | 2021-03-13 16:06:13.860 | warn | (32325) State "paw.0.SM-N975F.info.key.KEYCODE_BACK" has no existing object, this might lead to an error in future versions

paw.0 2021-03-13 16:06:13.860 warn (32325) State "paw.0.SM-N975F.info.key.KEYCODE_BACK" has no existing object, this might lead to an error in future versions
paw.0 2021-03-13 16:06:13.860 warn (32325) This object will not be created in future versions. Please report this to the developer.
paw.0 2021-03-13 16:06:13.860 warn (32325) Object paw.0.SM-N975F.info.key.KEYCODE_BACK is invalid: obj.common.read has an invalid type! Expected "boolean", received "string"
paw.0 2021-03-13 16:06:13.859 warn (32325) State "paw.0.SM-N975F.info.key.KEYCODE_BACK" has no existing object, this might lead to an error in future versions
paw.0 2021-03-13 16:06:13.858 warn (32325) This object will not be created in future versions. Please report this to the developer.
paw.0 2021-03-13 16:06:13.856 warn (32325) Object paw.0.SM-N975F.info.key.KEYCODE_BACK is invalid: obj.common.read has an invalid type! Expected "boolean", received "string"
paw.0 2021-03-13 16:06:12.298 warn (32325) Update app on device: SM-N975F

weird device naming/controlling combination

The namespace created for a device by the adapter takes the name which has been set in the app into account. On the other hand for sendTo commands it seems that I need to use the name which is set in the adapter settings. Took me some time, maybe at least add a hint to the docs or find a more intuitive solution. :-)

Thanks for the great work.

Please correct npm maintainers configuration.

ioBroker adapter checker for npm access

Access right check for adapter paw returned the following issue:

Bluefox was not found in the collaborators on NPM!.
Please execute in adapter directory: "npm owner add bluefox iobroker.paw"

Current maintainers are
bondrogeen [email protected]

Please fix the above error as soon as possible.
All adapters listed at ioBroker repositories must have 'bluefox' added as maintainer.

Future version updates at the repositories will be suspended until this problem is fixed.

Display control not work

There is a another bug in iobroker adapter. I can not control display on/off with iobroker objects or scripts. Web control allready works perfectly. I there a way to control the tablet with web commands as workarround?

Update stable version in repo to 0.3.2

Think about update stable version to 0.3.2

Version: stable=0.0.7 (1035 days old) => latest=0.3.2 (333 days old)
Installs: stable=250 (36.6%), latest=331 (48.46%), total=683
Click to edit

turnOnOff returns to Home

Hi,

when i use the turnOnOff command, my tablet android 6 (cyanogenmod) turns on, but to Homescreen. the last startet app in foreground goes to background.

Sorry, my bad english...

Vers 0.1.7 start task @tasker don´t work

HI,

in the newest version 0.1.7 it is not possible to send tasker actions to the paw server verion 0.97.2 on android.

used code on iobroker:
sendTo("paw.0",'TabE',{ send: 'task', text:'Display_aus', },function (response){ log(JSON.stringify(response[0])); });

error message in iobroker log:
2017-11-07 14:42:07.418 - info: paw.0 <html> bsh.EvalError: Sourced file: inline evaluation of: ``$$.print("<html>\n<body>\n"); import org.json.*; import de.fun2code.android.paws . . . '' : Attempt to resolve method: testStatus() on undefined variable or class name: TaskerIntent : at Line: 537 : in file: inline evaluation of: ``$$.print("<html>\n<body>\n"); import org.json.*; import de.fun2code.android.paws . . . '' : TaskerIntent .testStatus ( service )

works in vers 0.0.7

regards.

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 check ioBroker.paw 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 with js-Controller 6.x

Has anyone else Problems with js-controller Verison 6.x?
Here is the error list:

`

host.raspberrypi 2024-06-14 13:12:36.191 error instance system.adapter.paw.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: Node.js v18.20.3
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at node:internal/main/run_main_module:28:49
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.paw/main.js:495:3)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: at startAdapter (/opt/iobroker/node_modules/iobroker.paw/main.js:30:13)
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: TypeError: utils.Adapter is not a constructor
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: ^
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: adapter = new utils.Adapter(options);
host.raspberrypi 2024-06-14 13:12:36.191 error Caught by controller[0]: /opt/iobroker/node_modules/iobroker.paw/main.js:30
host.raspberrypi 2024-06-14 13:12:35.804 info instance system.adapter.paw.0 started with pid 2636
`

Is there anything I can do expect change back to js-controller v5.x?

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.