Code-House / bacnet4j-wrapper

Simple facade for bacnet4j api.
GNU General Public License v3.0
48 stars 20 forks source link

client.setPropertyValue - priority level #7

Closed plucpel closed 5 years ago

plucpel commented 6 years ago

I am using the openhab binding and trying to set value for some AnalogOutput items. I can set the values using another tool if I use a priority of 8 or above. Seems like the wrapper is using a lower priority so my values are not getting accepted on some items.

Is there a way to set this in the config ?

plucpel commented 6 years ago

@splatch any ideas on this ? Does the option exist within your wrapper or would it be an enhancement ?

I use it (through the openhab binding) and certain items on my bacnet network cannot be controlled without setting a certain priority with the setPropertyValue...

Thanks !

splatch commented 6 years ago

Hey @plucpel, I missed intial nitification, and yes wrapper does not specify priority level. This is defonitely an enhancement we can add.

plucpel commented 6 years ago

Thanks @splatch. Let me know if I can help with testing once you are ready.