Ben Bartling
Ben Bartling
i dont think i have ever heard of a LAV? Large Analog Value? Is that in the BACnet spec?
Gosh interesting, i have yet to run across a Large Analog Value in the wild. What does your code look like so far? I am fairly handy in bacpypes too.
Maybe try glancing at this older issue for a fake air handling unit: https://github.com/ChristianTremblay/BAC0/issues/381 I did all my points with a flag True for `is_commandable`: ``` # create AHU duct...
so you need to do something like: ``` from bacpypes.primitivedata import Real ``` in your code do a `type(var)` check or `isinstance` ... in BACnet there is a bunch of...
maybe see this git discussion about trying to see where client requests come from. https://github.com/JoelBender/bacpypes/discussions/504