ioBroker / ioBroker.repositories

Repositories for ioBroker project
MIT License
139 stars 287 forks source link

Add uvr16xx-blnet to latest #4298

Closed weberk closed 2 days ago

weberk commented 2 weeks ago

Please add my adapter ioBroker.uvr16xx-blnet to latest.

This pull request was created by https://www.iobroker.dev c0726ff.

see https://github.com/ioBroker/AdapterRequests/issues/750

github-actions[bot] commented 2 weeks ago

ioBroker repository information about New at LATEST tagging

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.

In the meantime please check any feedback issues logged by automatic adapter checker and try to fix them. And please check the following information if not yet done:

You will find the results of the review and eventually issues / suggestions as a comment to this PR. So please keep this PR watched.

If you have any urgent questions feel free to ask. mcm1957

@simatec Please take a look in respect to responsive design. Thanks

mcm1957 commented 2 weeks ago

reminder 24.11.2024

simatec commented 1 week ago

jsonConfig looks good jsonCustom.json5 is not in use and should be deleted

Anlop commented 1 week ago

Habe den Adapter getestet, ich bekomme unter "Objekte" im iobroker die Werte der UVR 1611 gelesen.

weberk commented 1 week ago

If I just delete the file jsonCustom.json5 but Adapter Checker complains about: [E512] "admin/jsonCustom.json5" not found, but custom support is declared

Then I tried to set io-package.json> "supportCustoms": false,

but still https://www.iobroker.dev/adapter-check is complaining about 'custom support declared'.

Question: How to I switch custom support off? Answer: after pushing the changes to git the issue was gone.

Now the adapter does not longer use jsonCustom.json5

mcm1957 commented 1 week ago

Webbased checker is outdated. Please use commandline version or take a look at https://github.com/ioBroker/ioBroker.repositories/pull/4298#issuecomment-2497315538
https://github.com/weberk/ioBroker.uvr16xx-blnet/issues/6

see https://github.com/weberk/ioBroker.uvr16xx-blnet/issues/6

mcm1957 commented 6 days ago

@weberk

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. McM1957

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 11.12.2024

github-actions[bot] commented 4 days ago

Automated adapter checker

ioBroker.uvr16xx-blnet

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

Add comment "RE-CHECK!" to start check anew

weberk commented 4 days ago

@mcm1957 , @Apollon77

Thinking on renaming the adapter from "uvr16xx-blnet" to "uvrxx-blnet". What implications whould this have on npm, the iobroker repo, ...? Would allow to support more climate controls in the future than devices starting with UVR16.. Please advise.

Ready to comment and asking for a recheck.

mcm1957 commented 4 days ago

As this adapter is not yet listed at any repository feel free to rename it. The reason for a rename seems very valid.

Of course rename must be done at all places (Repository, entries within io-package.json, package.json ... I do not know whether npm allow a rename - please check npm docu

Maybe it would be easier to create a new adapter with the new name and copy main.js (and otehr files you have modified / created to the new aadpert. If finished you can set the old repository to archived and npm to deprecatd (or unpublish the package).

weberk commented 3 days ago

Managed to rename it in place. Needed to publish it as a new package to NPM Will also issue a new PR to add it to this repository. Have to wait on bluefox accespting the invite. New location is ioBroker.ta-blnet This PR can be closed.