Skip to content

Missing Accumulator Handler in bacnet binding #94

@sicorrado

Description

@sicorrado

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions