Craig

Results 69 comments of Craig

Do we add a parameter or a configuration setting. This would need to be in all concrete historians

I totally agree that there is that need. And it is general enough of a use case that we can probably justify it with @jhaack. Lets create an issue for...

@kmonson please comment on the feasibility and perhaps how one would extend the BACNet driver.

This should be able to be done via the pathlib module. ``` from pathlib import Path pth = Path('path').resolve(strict=True) # strict resolves symlinks # this is now a Path object...

@kmonson @mikeroup heartbeat and status take care of this?

@bonicim Cool glad they merged that. However, we aren't monkey patching any longer anyways...we extend and add our own stuff. For sure we can just call the function have in...

`Based upon conversations with @jhaack this is supposed to be similar to our current tree, however without the need for the platform to be in the tree. Thus the platform...

We need to cull the baddies.