-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to read or discover a Device via Router #42
Comments
Yes thats exactly one case I never was able to simulate (because also I never found any od the bacnet simulators that support routers) and because of never having such devices it is very hard to find reasons here. We had such a report before but never got more details, so we were never able to look into it. So I would propose the following:
Without having such a device this would be the only way to try to check that the lib is currently doing and compare to what it should do. Alternative is that you jump on that and provide a PR to add correct bevahvior. |
I tried a Python library and it does see the nodes when you set an option: globalBroadcast=True. The device it finds has a strange address (not a Bacnet person myself). I am able to read using that address on their library. That address (1000:0xc0a808730001) is rejected by Bacstack. 2024-04-08 11:17:13,221 - INFO | Use BAC0.log_level to adjust verbosity of the app. |
Does that lib also have a DEBUG log mode? ;-) and ... which python lib you tried? |
I used BAC0 based on bacpypes. Will investigate debug mode.
…On Mon, Apr 8, 2024 at 12:36 PM Ingo Fischer ***@***.***> wrote:
Does that lib also have a DEBUG log mode? ;-) and ... which python lib you
tried?
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF4Y4LKBXB366FMVCTR2Z3Y4LWSLAVCNFSM6AAAAABFZXLML2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBTGUYTCNBRHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Cell: +1 (949) 228-1834
skype: mario.brenes
twitter: @MarioBrenes
|
Node Version:
16.15.0
Node BACstack Version:
0.2.4
Note: Make sure you have read the FAQs
before logging this issue.
Feature Request / Question
How does one specify the id and address of a device such as shown in the attached imaged.
Current Behaviour (Bug Report)
I tried discovery and read examples. There is a scenario that I cannot get either to work for. I use Yabe to discover the device and the attached image is what it shows. It discovers it and shows a device ID but I cannot get Node BACStack to read or discover this device.
Expected Behaviour (Bug Report)
Should at least be able to read its properties if one specifies its address and deviceID.
Steps to reproduce Issue (Bug Report)
The device is routed via a Moxa gateway that acts as a BACNet router. This issue is also happening when a router is involved.
The text was updated successfully, but these errors were encountered: