Replies: 2 comments
-
Is 192.168.1.18/32 the address you get on the interface connected to the VPN ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to connect to the device and read values by using the VPN interface as the IP value in BAC0.start(), while 192.168.130.11 is just the device address. So this issue is now resolved! Now, I’ve tried to read values using COV, following the approach described in the documentation. However, I encountered an error. Below is my code and a part of the terminal output:
Am i using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to this and currently struggling to read a BACnet device via VPN. I've been trying for days but haven't been able to discover any devices, even after reading the documentation. Now, I'm wondering whether the issue is caused by my unfamiliarity with the module or mistakes in the BACnet-related configuration (BACnet IP, network status, etc.).
The given BACnet information contains following fields:
Fields below are related to devices:
For example:
Point Item
BACnet setting
Here is my code and terminal output:
My Questions:
1. Is my configuration correct?
I’m unsure where to correctly specify the BACnet IP address.
2. Is the given device information sufficient to read data?
I’ve checked the bacnet.read() method in the documentation
bacnet.read('address object object_instance property')
, but I'm unsure which fields should be used.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions