BAC0 Initialization Error
Opened this issue · 2 comments
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)
Probably another BACnet software running
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.