Moving the power distributor as part of a BatteryPool
#7
Replies: 2 comments 5 replies
-
But We would have only one instance of PowerDistributor/PowerManager because it should coordinate power set between many |
Beta Was this translation helpful? Give feedback.
-
(copied from @ela-kotulska-frequenz answer in a comment so I can mark it as the answer) Summary of long term discussion:
If battery_pool for this set of components is existing, then sdk will return the battery pool (so it can be reused by different actor). If battery pool doesn't exist, then sdk will create it.
Yes, they can. :( In this case PowerManager should solve the conficts.
Yes, exactly. :) But not in the direct way. BatteryPool will use PowerManager. And PowerManager will use PowerDistributor. PowerDistributor will be invisible for the user. However this is feature after we have PowerManager |
Beta Was this translation helpful? Give feedback.
-
Think about moving the power distributor as part of a
BatteryPool
object proposed in the new design. So power requests can be done to a particular pool.Beta Was this translation helpful? Give feedback.
All reactions