Kevin Bowman

Results 21 comments of Kevin Bowman

Thanks @gcoan , I've implemented some of those suggestions: * `currency` is moved into the top-level `config` structure and removed from each `slots` entry * Added PV10 and load10 -...

Also, I missed the actual "publish the entity" bit earlier, I've added that back in now. Oops!

Updated example of a slot: ```{ "state": { "soc": { "percent": 61, "percent_end": 61, "percent_end_window": 61, "percent_max": 61, "percent_min": 61, "percent_max_window": 61, "percent_min_window": 61, "change": 0.01 }, "mode": "Freeze charge",...

> Maybe the JSON can just ignore that? Agreed, I think I've removed that logic now.

> How does the state structure now look with multiple Predbat activities in the same slot? I haven't figured that bit out yet (hence the PR still being draft); in...

... also I don't (yet!) have an export tariff so I'll have to fake the data somehow to get it into a state to test it ...

Just a quick note - I've not had a chance yet to look at the last remaining bit of this (the split slots), but I still intend to do that...

I've attempted to replicate the "split" logic, although I'm failing to trigger any splits even with various export rate values. As a result, I've not made the JSON represent the...

I've fiddled with various config settings, but I can't get predbat to decide to export at all. I'm trying to avoid this turning into a support thread, so I'll keep...

I've finally found the setting I was missing! I can now cause the split logic - I'll have a go at confirming the JSON structure. I have no opinion about...