-
Steps to reproduce:
1. Empty _data_ table in PlatformHistorianAgent DB.
2. Start platform with PlatformAgent and PlatformHistorianAgent.
3. Let platform run for 5 minutes.
4. Open _data_ table in DB.
…
-
```
Traceback (most recent call last):
File "~/volttron/env/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run
result = self._run(*self.args, **self.kwargs)
File "~/.volttron/ag…
-
Hi Volttron Team,
I am a developer at NREL. I am trying to use volttron and set up a smap server locally. However, I found the smap installation guideline at http://www.cs.berkeley.edu/~stevedh/smap2…
-
Possibly Postgres.
-
Caused by migration of `control` module to new `vipagent` package. `PlatformAgent` will need to either stop calling `_send_agent` or be migrated to the new package as well. Per discussion in #82, prob…
-
Currently a PlatformAgent calls out to the VolttronCentral agent and establishses a connection. This will allow a PlatformAgent to be dynamically joined to the VolttronCentral agents sphere of influe…
-
Currently, VOLTTRON does not encrypt traffic over VIP sockets. Ideally, anything over TCP should be considered untrusted and encrypted by default.
-
Executing either the command
volttron -l=/tmp/v1home.log
or
volttron -l /tmp/v1home.log
produces the following trace back.
Traceback (most recent call last):
File "/home/craig8/git/volttr…
-
Following the instructions on https://github.com/VOLTTRON/volttron/wiki/BuildingTheProject using a fresh install of ubuntu 14.04.
In the third step, (./buildout), the first time I run it, I get
bora…
-
As a first cut I want to have the following standard approaches for platforms.
1. There will only be one PlatformAgent per instance of volttron.
2. The single instance of PlatformAgent will have a vi…