-
Notifications
You must be signed in to change notification settings - Fork 101
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
Points not detected by YABE #478
Comments
The script you show me creates 2 bacnet devices. One on 0xBAC0, the other one on 0xBAC1 If you want to create 1 device, use only the first async with You should also remove time.sleep and maybe replace that with an asyncio.sleep or you will pause the execution of the script everytime you call sleep. |
Thanks a lot. Is there a way to create two independent devices that are from the same IP , perhaps using different ports, to read /write on the other device? |
Hello, after running the create device test code with a modified add point function, YABE doss not show any points but a Network port. Is this a code issue or a YABE issue ?
The point value can be modified and read according to output.
The text was updated successfully, but these errors were encountered: