Hi, I’m trying to send information to the API. I’ve confused myself about the sense for each flow. I found this:
consumption_kw = production_kw + net_import_kw [ + battery_discharge_kw ]
but it doesn’t tell me enough. Can someone confirm the signs for flows? Here is what I think:
production_kw Net solar production will be negative. ( I struggle to see how this is ever positive)
net_import_kw Power into the property is positive, power being ‘sold to the grid’ is negative
battery_discharge_kw battery discharge is positive
Consumption_kw will be positive for what the house is consuming and negative when production exceeds consumption (and so is exported)
These seems like trivial question(s), but I can’t seem to get correct data sent into the API and avoid the “power values are inconsistent” error, hence delving deeper.