You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is the culmination of a large body of work from multiple contributors in the community and includes new features, improved ease of use, and development support. The following list highlights the most notable changes included in 9.0:
The VOLTTRON 2030.5 EndDevice agent manages communication between the VOLTTRON platform and a 2030.5 server using the IEEE 2030.5 protocol, enabling both control and monitoring of an End Device. The agent implements the 2030.5 function sets End Device Time, Distributed Energy Resources, Metering, and Metering Mirror.
New DNP3 driver which acts as DNP3 Master and supports communication with DNP3 Outstation to read/write end device points.
New DNP3 Outstation agent to interact with DNP3 Master. This replaces the deprecated DNP3 Outstation agent.
Fixed RPC calls of configuration store to go through auth layer in order to avoid security loop holes. This is fix for issue https://github.com/VOLTTRON/volttron/issues/3097. As a side effect of this change duplicate RPC calls that do same function(manage_* RPC methods) have been deprecated and will be removed in future
Updated RMQ VOLTTRON to use pika version 1.2.0 and Rabbitmq version 3.9.29.
Fixes to several pytests.
Known Issues:
2030.5 EndDevice agent has been tested with inverter simulator and not against an actual device.
The following provides an in-depth look of commits since the 8.2 release.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release is the culmination of a large body of work from multiple contributors in the community and includes new features, improved ease of use, and development support. The following list highlights the most notable changes included in 9.0:
New Features / Improvements
vcfg command now has new update-config-store function that can add multiple configuration store entries in one go (Add ability to add or update multiple entries in configuration store #3121).
Known Issues:
The following provides an in-depth look of commits since the 8.2 release.
What's Changed
New Contributors
Full Changelog: 8.2...9.0
This discussion was created from the release 9.0.
Beta Was this translation helpful? Give feedback.
All reactions