ioBroker.sma-em icon indicating copy to clipboard operation
ioBroker.sma-em copied to clipboard

Please implement auto-discovery

Open GermanBluefox opened this issue 6 years ago • 1 comments

https://github.com/ioBroker/ioBroker.discovery/tree/master/lib/adapters

GermanBluefox avatar Jul 23 '18 10:07 GermanBluefox

wil check if this can be done, in basic its announcing by UDP

DutchmanNL avatar Jan 18 '21 21:01 DutchmanNL

@GermanBluefox @DutchmanNL I have implemented a detector module for this adapter sma-em. I also developed a method for SMA Speedwire discovery. They are ready for a PR against the ioBroker.discovery adapter. However, since these are my first discovery modules, you might want to have a look at https://github.com/pdbjjens/ioBroker.discovery and send some comments for improvement before I issue a PR.

FYI: the speedwire method is not needed by the sma-em detector module (it has the type "once" since it can detect all energy meter IPs on it's own by listening to the multicast messages of the energy meters just once for a period of 2 s) The sma-em detector module requires the not-yet-released version 1.0.0 of the sma-em (see: https://github.com/iobroker-community-adapters/ioBroker.sma-em The speedwire method might be useful for other SMA adapters like ioBroker.speedwire.

pdbjjens avatar Aug 15 '23 16:08 pdbjjens

@GermanBluefox @DutchmanNL I have issued a PR against the ioBroker.discovery adapter recently https://github.com/ioBroker/ioBroker.discovery/pull/284

pdbjjens avatar Aug 28 '23 14:08 pdbjjens