TomasPaier

Results 9 comments of TomasPaier

Hello Joel, Thank you for the analysis! Hmmm.... I've tried the SAME operations on my system: ``` from bacpypes.primitivedata import Date, Time from bacpypes.basetypes import DateTime from bacpypes.apdu import RangeByTime...

Hello Joel, Another update: I think I got it. The critical code is in primitivedata.py on rows 1449-1450: ``` today = time.mktime( (year + 1900, month, day, 0, 0, 0,...

Wow, we both updated this thread in exactly the SAME time... :-)

I'have found a way -- please comment if it could be considered THE RIGHT way ;-) I've created a file produal.py with: ``` """ Produal Proprietary Objects """ from bacpypes.object...

Thank you, Christian, for your precious work on BAC0! I confirm proprietary objects & properties are for us an important part for the BAC0 functionality (both reading & writing)... By...

Thank you, it seems very intelligible. Please, keep in mind also cases like mine: - a Proprietary Object (so, not an extension of a standardized type) containing Proprietary properties (how...

Ah, ok. I thought the file is used just to define local device defaults. In facts, I feel no need to modify its content. However, when it's missing, the error...

Hello, I've tried your code (just adding my IP address) several times with several networks, trying every time both versions (yours and mine). Basically, the results of both codes are...

Hmm. I'm on BAC0 version 2025.9.15 (the last one on pypi); in this release that `await` is already there. I guess this stopAllTasks() is called in the end of the...