Skip to content

Releases: VOLTTRON/volttron

Hotfix for dbapi2 issue

28 Oct 17:09
Compare
Choose a tag to compare

This hotfix implements a workaround for an issue in the underlying Python dbapi2 library which cannot handle timestamps with timezones but not microseconds. This issue affects the base_historian and sqlite historian in VOLTTRON.

VOLTTRON 3.0

21 Oct 01:39
Compare
Choose a tag to compare

3.0 sees major changes to the internals of VOLTTRON making it more flexible, manageable, and secure. VOLTTRON’s driver and data historians can be more easily customized to suit your needs. In addition, a beta management interface has been implemented to allow visibility into deployments. Communications have been re-implemented to use the VOLTTRON Interconnect Protocol (VIP) to secure communication within and between platforms.

VOLTTRON 3.0 beta2 release

04 Sep 18:28
Compare
Choose a tag to compare
Pre-release

We are proud to announce the second beta release for the upcoming 3.0 release. The following issue have been addressed.

Addressed issues

  • #39 Implement an OpenEIS historian
  • #68 Create a mysql/postgres style historian
  • #79 Expose rpc methods through the web interface
  • #95 and #132 Reorganize the layout of the repository
  • #99 Fixed platform historian implementation
  • #104 Add ui element for registering platforms
  • #126 Move scripts under the ROOT/scripts directory and fix all references.
  • #129 Fix websocket volttron log location issue
  • #136 Update ActuatorAgent to work with 3.0
  • #140 Allow Volttron Central to use tcp addresses for external connections
  • #149 Make topic flow better for historian
  • #160 #161 Update data publisher

Other fixes/upgrades that weren't documented via github issues

  • Fixed Historian to store devices data
  • BACnet Driver completed
  • ActuatorAgent completed
  • Fixed query subsystem to return correct address of platform\

VOLTTRON 3.0 beta1 release

22 Jul 20:58
Compare
Choose a tag to compare
Pre-release

This is the first beta release of VOLTTRON 3.0 functionality.