Tom Carpenter
Tom Carpenter
Ah, I've only got a single inverter/battery setup, and the inverter can do 6kW charge rate so it can top it off in the cosy window. My predheat config is...
I guess this comes from this line: https://github.com/springfall2008/batpred/blob/de20ec124b85434ddb96c0574268e38cc28b84de/apps/predbat/fetch.py#L517-L521 That's by the looks of it removing the value at the start of the day (00:00:00) presumably to allow for sensors that...
@gcoan The sensors are "today" resetting on the inverter, but reading in takes 10 to 25 seconds. I imagine most integrations reading remote registers will have a similar latency. Looking...
Aye. Planning on playing with it tomorrow.
Had a go adding in an option for adding am optional start of day offset to the todays load/import/export/pv sensor data (https://github.com/springfall2008/batpred/compare/main...TCWORLD:batpred:today-sensor?expand=1). Wasn't sure whether the option was best added...
@springfall2008 Yep appears to be sorted now, thanks.
Hmm, this has happened again yesterday. Was trying to debug why the new "check minimum" logic wasn't working. It seems I was looking in the wrong place originally, assuming the...
Right, so after much head scratching, I think its this part of the `minute_data` function that is causing the problem: https://github.com/springfall2008/batpred/blob/cc9f31857e35df295ce078344ee2f9b64ebba99b/apps/predbat/utils.py#L452-L461 This is the bit that is detecting the drop...
Changing that limit to `>=0.1` fixes the data in my case (only because it has a resolution of 0.1kWh). However I have no idea what side-effects that might have as...
@gcoan Not sure about that one, I don't get any load gap warnings. Out of curiosity, how does your `predbat.load_energy_h0` sensor compare to the actual house load sensor? That should...