In message received from PvPool.power_status
target_power is None until someone set value to the microgrid
#1118
Labels
part:docs
Affects the documentation
part:microgrid
Affects the interactions with the microgrid
priority:❓
We need to figure out how soon this should be addressed
type:enhancement
New feature or enhancement visitble to users
What happened?
I would like to receive pv power on every update of pv power or its bounds.
I receive power status from
pv_pool.power_status.new_receiver()
but until I sendpv_pool.propose_power
, the target_power is None.Also on every update pv status is send 2 times. I expect 1 message per update.
Logs:
What did you expect instead?
target_power
has correct pv power since startup. (not None)Affected version(s)
v1.0.0-rc1200, v1.0.0-rc1300,
Affected part(s)
Microgrid (API, component graph, etc.) (part:microgrid)
Extra information
No response
The text was updated successfully, but these errors were encountered: