Giter VIP home page Giter VIP logo

Comments (8)

gralin avatar gralin commented on September 26, 2024

Hi @mwitt1337, would you be able to provide me wireshark dump with the request and response (only those packets needed) which is triggering the error? This would be the easiest way to fix it. Thanks!

from bacnet.

mwitt1337 avatar mwitt1337 commented on September 26, 2024

I'm trying to figure out what's going on here because there is a growing list of Property Ids that are returning Unknown Property.

I've attached a screenshot from BDT 2.12.01 Bacnet Explorer that returns values for these properties from the same devices that are returning Unknown Property using this API.

Of course the first instinct is to think that the device address is incorrect but shown in my screenshot in the initial post the property name and current value is returning without issue.

Image 9

from bacnet.

mwitt1337 avatar mwitt1337 commented on September 26, 2024

Here is my list of tested properties

FAILED: UNKNOWN PROPERTY
PROP_SYSTEM_STATUS
PROP_VENDOR_NAME
PROP_VENDOR_IDENTIFIER
PROP_MODEL_NAME
FIRMWARE_REVISION
PROP_APPLICATION_SOFTWARE_VERSION
PROP_PROTOCOL_SERVICES_SUPPORTED
PROP_PROTOCOL_OBJECT_TYPES_SUPPORTED
PROP_LOCAL_DATE
PROP_LOCAL_TIME
PROP_MAX_MASTER
PROP_PRIORITY_ARRAY
PROP_PRIORITY

RETURNED VALUES
PROP_OBJECT_NAME
PROP_PRESENT_VALUE
PROP_STATUS_FLAGS = 0000

from bacnet.

mwitt1337 avatar mwitt1337 commented on September 26, 2024

Hi @mwitt1337, would you be able to provide me wireshark dump with the request and response (only those packets needed) which is triggering the error? This would be the easiest way to fix it. Thanks!

Working on getting the Wireshark data

from bacnet.

mwitt1337 avatar mwitt1337 commented on September 26, 2024

Dumped from code loop in this thread trying to read priority array.

dump.zip

from bacnet.

gralin avatar gralin commented on September 26, 2024

Thanks @mwitt1337 I will look into this.

from bacnet.

mwitt1337 avatar mwitt1337 commented on September 26, 2024

Update from more testing

I tested the property PROP_VENDOR_NAME and it returns a value for the device that responds to the WhoIs.
For clarity here are the steps:

  1. Device responds to WhoIs. We will call this ParentDevice
  2. Successfully read the PROP_OBJECT_LIST from the ParentDevice
  3. Loop through the PROP_OBJECT_LIST. We will call each of these ChildDevice
  4. Call ReadPropertyRequest for each ChildDevice using PROP_OBJECT_NAME and it returns a value
  5. Call ReadPropertyRequest for each ChildDevice using PROP_PRESENT_VALUE and it returns a value
  6. Call ReadPropertyRequest for each ChildDevice using PROP_VENDOR_NAME and it throws Exception UNKNOWN_PROPERTY

The "ParentDevice" returns values for PROP_VENDOR_NAME but each "ChildDevice" returns UNKNOWN_PROPERTY.
The "ChildDevice" will return values for PROP_OBJECT_NAME and PROP_PRESENT_VALUE

from bacnet.

mwitt1337 avatar mwitt1337 commented on September 26, 2024

Any updates?

from bacnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.