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
if power bounds are NaN, then it tries to replace them with corresponding power bounds from adjacent component. If these components are also NaN, then it ignores battery.
if other metrics metrics are NaN then it ignores battery.
BatteryStatus to track that a component stopped sending messages. If the battery or its adjacent inverter stopped sending messages, then the battery would be considered as not working. (Change battery status when component stopped sending data #207)
A new class SerializableRingbuffer is now available, extending the OrderedRingBuffer class with the ability to load & dump the data to disk.
Add the run(*actors) function for running and synchronizing the execution of actors. This new function simplifies the way actors are managed on the client side, allowing for a cleaner and more streamlined approach. Users/apps can now run actors simply by calling run(actor1, actor2, actor3...) without the need to manually call join() and deal with linting errors.
The datasourcing actor now automatically closes all sending channels when the input channel closes.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Summary
Upgrading
_socformula from the LogicalMeter. This feature has been moved to the BatteryPool.New Features
SerializableRingbufferis now available, extending theOrderedRingBufferclass with the ability to load & dump the data to disk.run(*actors)function for running and synchronizing the execution of actors. This new function simplifies the way actors are managed on the client side, allowing for a cleaner and more streamlined approach. Users/apps can now run actors simply by calling run(actor1, actor2, actor3...) without the need to manually call join() and deal with linting errors.EVChargerPool(Add EV power and current streams toEVChargerPool#201)Bug Fixes
Removing
What's Changed
EVChargerPoolby @shsms in Add EV power and current streams toEVChargerPool#201_socformula from the LogicalMeter by @ela-kotulska-frequenz in Remove_socformula from the LogicalMeter #248New Contributors
Full Changelog: v0.18.0...v0.19.0
This discussion was created from the release v0.19.0.
Beta Was this translation helpful? Give feedback.
All reactions