Bram Gerritsen

Results 264 comments of Bram Gerritsen

@nepozs Did you see my comments about the indentation? Also I have added some more translation keys yesterday. Could you also please include those in the PR?

Currently the database only consists of lights. Initially when I designed the library loading code I also added support in model.json to provide `fixed` or `linear` configuration, so it should...

> If the battery status is not 100% the device is charging, when it is reporting `docked`. I could provide a power consumption curve based on the state-of-charge as it...

Is the state of charge (% battery) known to HA somehow when the device is in `docked` state. I think a new strategy (besides `linear`, `lut`, `fixed` and `wled`) needs...

@RubenKelevra I am not really sure how to read your chart. Could you elaborate more about at which state the vacuum cleaner was at particular points in the graph? As...

If I understand correctly the first stable 20 watt is ~40-80% charged, than the descending linear pattern from 15-8 watt is ~80-100% charged, and the last part trickle charge on...

The model.json files also provide possibilities for providing `linear` or `fixed` config, so it's not limited to LUT files per se for the model library and auto detection logic.

@wigster The `strategy_enabled_condition` option was only a proposal, never went ahead and implement this yet. Also the `attribute` option for linear mode is non existent yet. I will implement this...

Good news, I just worked some time on this and the code has been merged into master. #789 Any of you guys able to test this: ```yaml - platform: powercalc...