When running the BACnet Proxy and MasterDriver agents, I am getting ERROR DURING SCRAPE (Class: object Code:unknownObject). Does this error indicate an incorrect device id or configuration file (csv file with the point names)?
Asked
Active
Viewed 91 times
1 Answers
0
This is either a bad device address (which could cause a csv to device mismatch if a device exists at the wrong address) or a problem with your csv file.
Usually it's going to be a problem with the csv file.

Kyle Monson
- 471
- 1
- 3
- 6
-
I just saw the response to the "Bacnet device not identifying pointName" post, and realized I had used the full device address /
: – Itohan Ebhojiaye Aug 18 '16 at 20:01instead of the address that showed up in the scan. So the error was with the device address. Upon changing the address, the BACnet Proxy agent worked!