Skip to content
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

BACnet over IP #4

Open
andreapx opened this issue Jun 20, 2023 · 3 comments
Open

BACnet over IP #4

andreapx opened this issue Jun 20, 2023 · 3 comments

Comments

@andreapx
Copy link

Hi!
Is there a way to use this gateway with BACnet over IP?
Thanks!

@JoelBender
Copy link
Owner

Yes, checkout the mqtt2ip sample application which acts as a router between a broker and a BACnet/IPv4 network. This is conceptually the same as an IPv4-to-SC router, so if you have two of these applications running on two different BACnet networks (like two different IPv4 subnets) you can route traffic between them going through the broker. By running the console_client application you will be a BACnet device on the virtual network inside the broker and you can talk to any of the other MQTT clients or through the routers to BACnet/IPv4 devices.

This is designed to be able to use any broker you would like, like a commercial cloud service that uses TLS and authentication.

@andreapx
Copy link
Author

andreapx commented Jun 30, 2023

Thanks!!! I'll try that!

@andreapx
Copy link
Author

andreapx commented Jul 7, 2023

Hi Joel,
I'm trying to use your software, but I'm having some troubles (I'm not an expert in python/pip/etc.), let's see if you can give me a hand!
If I run pipenv run python console_client.py and I run the command whois, in MQTT I just get some garbage:

07-07-2023_11-03-36_6_MQTT_Explorer

and no response on the console.
I've tried running YABE (Yet Another Bacnet Explorer) I can see the BacNet device (server) and all the data.
What am I doing wrong?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants