eclipse-volttron / volttron-platform-driver

Apache License 2.0
0 stars 5 forks source link

3 create platformdriveragent using volttron copier #8

Closed bonicim closed 2 years ago

bonicim commented 2 years ago

This is a working version that has been tested using 'volttron-core' alpha release.

craig8 commented 2 years ago

You should have a .gitignore that removes the pycache repos so they don't ever get committed...those need to be removed.

bonicim commented 2 years ago

Tested

You should have a .gitignore that removes the pycache repos so they don't ever get committed...those need to be removed.

.gitignore has a line for pycache here.

Did you meant something else?

craig8 commented 2 years ago

your pr has image

in it

bonicim commented 2 years ago

your pr has image

in it

Oh yeah. That directory is a holdover from early development. I've deleted that directory in this latest commit that I just pushed today.

bonicim commented 2 years ago

I have tested this agent by running an instance of volttron-core (alpha version) and installing the PlatformDriver via 'vctl install'. I verified that the agent was successfully installed by checking the logs and 'vctl status'.

bonicim commented 2 years ago

Remove all of the poetry.lock files from the repository...That way we test against the latest or what isn't specified when tests are run.

Will do.