-
User posted html string in a point to device topic instead of to record topic. This cause base_historian to error. The user was testing this in older volttron(7.0.1?)
Test and make sure historian ha…
-
When you select a volttron node and scan for devices on the network, you cannot scan on another volttron node until after you trigger a browser refresh for the VC interface
-
This is a printout of data that is sent across the message bus from the client to the server. The message should just be deleted I belieive.
````
2022-02-08 15:23:50,199 () volttron.services.contro…
-
None of the templating tags are rendered in the generated agent
-
```
$ docker-compose build --no-cache --force-rm
ERROR: The Compose file './docker-compose.yml' is invalid because:
networks.tcc_network.ipam.config value Additional properties are not allowed ('i…
-
Add a launch script similar to monolithic volttron's [pycharm-launch.py](https://github.com/VOLTTRON/volttron/blob/main/scripts/pycharm-launch.py). This would make it easier to launch an agent in deb…
-
I want to build Analytics Historian (OpenEIS) for Volttron. Following the second documentation in the step of python3 bootstrap.py: http://volttron.readthedocs.io/en/4.1/core_services/historians/Analy…
-
### Description of Issue
VIP does not automagically handle bytestrings. Would be good to add this.
Sure I can handle this but I think volttron should / could detect bytestrings and support via VI…
-
I'm currently writing an agent that works with FMU files (using pyFMI), but I can't seem to access the FMU files. How can I allow a volttron agent to access a .fmu file by absolute path?
-
The `ControlConnection` class in `volttron-ctl` appears to provide the same functionality as the`volttron.platform.vip.agent.connection.Connection` class. We should use the latter to avoid code duplic…