ChristianTremblay / BAC0

BAC0 - Library depending on BACpypes3 (Python 3) to build automation script for BACnet applications
GNU Lesser General Public License v3.0
174 stars 99 forks source link

Non-Standard port #318

Closed ChristianTremblay closed 2 years ago

ChristianTremblay commented 2 years ago

From @Safrone on Giitter.

for bacnet = BAC0.connect(ip='192.168.1.225', port=47807) the address gets encoded as the hex instead of the ip:port which the Address doesn't like

image

I will ask Joel but I think 47807 is not an acceptable port.... (47808+)

Safrone commented 2 years ago

@ChristianTremblay Thanks for creating the issue. From a quick search online it looks like BAC0 - BAC9 (47808-47817) is expected. This may be an edge case of a client of ours not caring/knowing about the "rules". Ultimately I got it working but I had to translate the hex to ip:port for the devices I wanted to read

github-actions[bot] commented 2 years ago

This issue had no activity for a long period of time. If this issue is still required, please update the status or else, it will be closed. Please note that an issue can be reopened if required.