-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add lorawan to latest #3224
Add lorawan to latest #3224
Conversation
reminder 03.02.2024 |
@mcm1957 muss ich was fixen? |
Thanks for spending your time and providing a new adapter for ioBroker. Your adapter will get a manual review as soon as possible. Please stand by - this might last one or two weeks. Feel free to continue your work and create new releases. You do NOT need to close or update this PR in case of new releases. You will find the results of the review and evntually issues / suggestings as a communt to this PR. So please keep this PR watched. If you have any urgent questions feel free to ask. mcm1957 |
Hi @mcm1957, |
Adapter is not yet revied. Hope I can process it next week . |
Hi. @mcm1957 bist Du weiter gekommen? |
No, did not have time for review. |
Thanks for the info, |
First of all - THANK YOU for the time and effort you spend to maintain this adapter. I would like to give some feedback based on my personal oppinion. @Apollon77 might have additional suggestions or even a different oppinion to one or the other statement. Please feel free to contact him if you cannot follow my suggestions or want to discuss some special aspects.
Thanks for reading and evaluating this suggestions. Please add a comment when you have reviewed and fixed the suggestionsor at least commented the suggestions and you think the adapter is ready for a re-review! reminder 12.2.2024 |
Hello @mcm1957 & @Apollon77 i have solved all the points of the last comment. Here my comments to the points: Readme.md is very short => Solved with an first documentation Password field twice? => Solved with just one password check admin requirements => Solved with Setting Admin Version in dependencies to 6.13.15 sensitive information should not be logged into logfile => Solved: Log just the accordion parameter evaluate subsciptions => Solved: Subscribe ("*"); and filter in onStateChange invalid characters should be filtered from object ids => Solved: Use the funktion replace(adapter.FORBIDDEN_CHARS;"_"); avoid usage of setObject => Solved: Use extendObject reevaluate state roles => Solved:I use only this roles In addition the roles MUST match the read/write functionality. => Solved: eg. button is read = false; Please avoid using general roles (state, value) whnever a dedicated role exists. Solved: i dont use this At least here https://github.com/BenAhrdt/ioBroker.lorawan/blob/6e3d9bae58e5a828a6d5bc5358833b61c6b16eb7/lib/modules/messagehandler.js#L101 all objects are created with write:true. Please check whther write:true is really needed / OK. Do you subscribe to all of them? => Solved: if i dont use wildcards i subscribe all... (fun). These states are all in folder "control" an where all subscribed and send topics i case of state change |
Automated adapter checkerioBroker.elgato-key-light
ioBroker.lorawan👍 No errors found
Add comment "RE-CHECK!" to start check anew |
This adapter has been released to latest repository and should be visible within 24h maximum. Please create a thread at https://forum.iobroker.net/category/91/tester titled like "Test Adapter " to collect some user feedback and provide a link to this topic when requesting addition to stable repository later. Note: If an other testing topic already exists, it' OK to continue using this topic too. |
Please add my adapter ioBroker.lorawan to latest.
This pull request was created by https://www.iobroker.dev c0726ff.