Ben Bartling

Results 46 comments of Ben Bartling

We are running into this issue when we updated our Central instance to version 8, same thing? Here's a snip from the log file: ``` 2022-05-20 23:51:07,648 (sqlhistorianagent-4.0.0 1993611) volttron.platform.agent.base_historian...

This is my registry config for the RTU with the 8.1.3 version of `grab_bacnet_config.py` that isnt picking up Binary Outputs: ``` Reference Point Name,Volttron Point Name,Units,Unit Details,BACnet Object Type,Property,Writable,Index,Write Priority,Notes...

This is my registry config for the RTU with the `develop` version of grab_bacnet_config.py that does pick up the Binary Outputs and **_### a lot more points_** come through but...

in bacpypes repo, `objects.py` I think defines the [supported objects](https://github.com/JoelBender/bacpypes/blob/master/py34/bacpypes/object.py#:~:text=class%20accumulatorobject(object)%3A). Why the error on an accumulator object?

Cool. I would be more than happy to test it out if the script can be modified? I'm learning a ton about BACnet, I had no idea that there are...

Got it thanks Robert will test it out soon. On Fri, Jul 1, 2022 at 1:57 PM rlutes ***@***.***> wrote: > Try adding: > > "accumulator": int > > to...

So adding this into the PlatformDriverAgent bacnet interface line 53 as you mentioned to do. And using the `develop` version of `grab_bacnet_config.py` it appears to work at no accumulator errors:...

@rlutes @jhaack this works. What Robert said to implement on line 53 of the `bacnet.py` of the platform.driver.interfaces I see no errors on my end reading and writing to the...

I also submitted a git issue for the PythonShell. I'm still tinkering around with this getting the same error in Node - `PythonShell is not a constructor`. https://github.com/extrabacon/python-shell/issues/261

I almost think this effort could be abandoned of this older example code of a Node Red connection. I have been tinkering around with David Rakers fork with the REST...