You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My simulator is reading the values from a 'Device_config.py' file. It reads the values once and those are seen on the YABE explorer. So the values are static.
I thought I'll use the random library to generate the values dynamically, but the challenge is that my simulator code reads the 'Device_config.py' file once. I want the object properties' values to keep changing and the same to be reflected on the YABE explorer.
The text was updated successfully, but these errors were encountered:
For this version of BACpypes there is a sample application here for one possible solution (every time the value is read it comes back with a new one). I also recommend updating to BACpypes3 using asyncio.
My simulator is reading the values from a 'Device_config.py' file. It reads the values once and those are seen on the YABE explorer. So the values are static.
I thought I'll use the random library to generate the values dynamically, but the challenge is that my simulator code reads the 'Device_config.py' file once. I want the object properties' values to keep changing and the same to be reflected on the YABE explorer.
The text was updated successfully, but these errors were encountered: