MangoAutomation / ma-dashboards

Mango Module for creating custom HTML5 Dashboards using AngularJS
Other
6 stars 7 forks source link

Adding BACnet points via the scan tool doesn't allow have selection for name field #201

Closed Joelhaggar closed 5 years ago

Joelhaggar commented 5 years ago

On the legacy UI for BACnet you can select to use the Object Name or Description as the Mango Data Point name. This is not available in the new UI scan tool and looks like it is defaulting to use the Description.

In this example, the device has a Name and Description but most of the points get populated with "Default Bacnet Description" as their name image

This device populates the Mango names correctly: image

jazdw commented 5 years ago

Yeah I was considering just making it add both the name and description as tags. It currently uses the description if it is not empty and falls back to the name.

"Default Bacnet Description" must be coming from either the BACnet4J library or the device itself. Its not something in the UI.

terrypacker commented 5 years ago

"Default Bacnet Description" would be coming from the device you are exploring that is simply passed through from the message received in BACnet4J --> REST API --> UI

jazdw commented 5 years ago

Closed via infiniteautomation/ma-modules-private@c96d468a7d79fb50baf22d0365bea47e0526b7c5