Skip to content
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

Please add your adapter to ioBroker.discovery #28

Open
ioBrokerChecker opened this issue Jan 31, 2020 · 3 comments
Open

Please add your adapter to ioBroker.discovery #28

ioBrokerChecker opened this issue Jan 31, 2020 · 3 comments

Comments

@ioBrokerChecker
Copy link

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

@Baenker
Copy link

Baenker commented Jul 13, 2021

siehe auch #8

@stale stale bot added the wontfix label Mar 17, 2022
@mcm1957
Copy link
Member

mcm1957 commented Oct 13, 2022

I'm not sure whether this issue can be implemented in a usaeable way.

While it seems to be possible to detect devices providing snmp support it seems nearly impossible to detect which OIDs a user wants to monitor. Adding all OIDs a device can provide will likely result in a inacceptable large number of OIDs which must be cleaned up by user afterwards.

More discussion will be necessary

@mcm1957
Copy link
Member

mcm1957 commented Oct 13, 2023

@GermanBluefox
As you know this adapter well, do you see any (useful) possibility to add it to discovery?
One could check oif the snmp port is open. But - assuming any security level at the devices - most test request will fail.
So I'm not sure if a detection yould be possible at all.

I would like to close this issue. What do you think about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants