-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi all
Running OpenHab 3.4.5 (docker image) / ConnectorIO 3.4.0 BACnet kar addons,
I've noticed that BACnet Accumulator objects cannot be handled due to the following error:
Exception occurred while calling thing handler factory 'org.connectorio.addons.binding.bacnet.internal.BACnetThingHandlerFactory
after a quick check in the code, the condition to test the ACCUMULATOR_THING_TYPE and AccumulatorHandler class are missed.
By reading the documentation, Accumulator objects seem to be available for Things type ( https://docs.connectorio.com/connectorio-addons/4.1.x/bindings/bacnet/descriptors/thing-types.html), this is why I was wondering if it is a missing implementation.
Before to open this issue, I was trying to add it by myself but struggling with recompilation (a simple 'mvn clean install' in binding.bacnet directory or 'mvn clean install -pl :org.connectorio.addons.binding.bacnet -am' does not take my modifications into account).
If you have any suggestion on it, I'd be very grateful!
Kind Regards
Silvia