NREL / BuildingMOTIF

Building Metadata OnTology Interoperability Framework (BuildingMOTIF)
https://buildingmotif.readthedocs.io/
Other
48 stars 6 forks source link

Issue on page /guides/ingress-bacnet-to-brick.html #258

Closed RozitaTeymourzadeh closed 1 year ago

RozitaTeymourzadeh commented 1 year ago

The BACnet is broken in the documentation and when I test it in Ubuntu and Windows:

Ubuntu Error: AttributeErrore: module BAC0 has no attribute connect.

Windows Error: IP address is invalid

gtfierro commented 1 year ago

I'm not sure what the Windows error is relating too, but I think the issue here is the Python version is too old. This means the bacpypes dependency can't be put on the necessary version, which means that BAC0 can't find the right methods to call. Updating your Python version (likely best done through updating Ubuntu to 22.04) should address this. Let us know if that helps!

gtfierro commented 1 year ago

Closing for now