Added support for proprietary devices#1878
Conversation
|
I am working on a clean way to inject proprietary devices classes without the need of defining custom |
|
Please do not merge this PR for now ... |
|
Feature done with dynamic loading of custom device extension. In folder |
|
@imbeacon any comments? |
|
@apachler, thanks for the PR. I will review it soon. |
|
@apachler, also, please, revert changes for the uplink converter, as it was fixed. |
This reverts commit e1dafdf.
done, hopefully i did it to your liking ;) |
|
@apachler, well done! Thanks for your contribution! |
This feature makes it possible to inject proprietary device information the way BACpypes3 handels it.
To inject devices it is needed to import a custom class, atm this is only possible for advanced users since it is needed to implement a custom
AsyncBACnetConnectorclass.This PR makes sure the actual BACnet connector implementation is able to handle it.