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

BAC0 Initialization Error #473

Open
rtarpara opened this issue Sep 15, 2024 · 1 comment
Open

BAC0 Initialization Error #473

rtarpara opened this issue Sep 15, 2024 · 1 comment

Comments

@rtarpara
Copy link

Any help with below BAC0 initialization error? Port 47808 is already free.

runfile('C:/Users/User1/.spyder-py3/temp.py', wdir='C:/Users/User1/.spyder-py3')
[09/14/24 22:41:22] INFO 2024-09-14 22:41:22,066 - INFO | notes.py:267
Starting Asynchronous BAC0 version
2024.09.10 (Lite)
INFO 2024-09-14 22:41:22,069 - INFO | notes.py:267
Using bacpypes3 version 0.0.98
INFO 2024-09-14 22:41:22,074 - INFO | notes.py:267
Use BAC0.log_level to adjust
verbosity of the app.
INFO 2024-09-14 22:41:22,078 - INFO | notes.py:267
Ex. BAC0.log_level('silence') or
BAC0.log_level('error')
INFO 2024-09-14 22:41:22,091 - INFO | Lite.py:164
Using ip : 192.168.201.15/24 on port
47808 | broadcast : 192.168.201.255
Traceback (most recent call last):

File C:\ProgramData\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec
exec(code, globals, locals)

File c:\users\user1.spyder-py3\temp.py:9
bacnet = BAC0.connect(ip='192.168.201.15/24')

File C:\ProgramData\anaconda3\Lib\site-packages\BAC0\scripts\Lite.py:168 in init
Base.init(

File C:\ProgramData\anaconda3\Lib\site-packages\BAC0\scripts\Base.py:130 in init
raise InitializationError(

InitializationError: IP Address provided (192.168.201.15) invalid. Check if another software is using port 47808 on this network interface. If so, you can define multiple IP per interface. Or specify another IP using BAC0.lite(ip='IP/mask')

[09/14/24 22:41:22] INFO 2024-09-14 22:41:22,112 - INFO | notes.py:267
Installing recurring task Ping Task
(id:2542739881952)

@ChristianTremblay
Copy link
Owner

Probably another BACnet software running

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