Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1 KB

File metadata and controls

14 lines (12 loc) · 1 KB

trying to extend & fix a multiplicity of issues of the original code

  1. Original code has problems to roubstly have a time_triggered instance of on_time() running. Often there was no instance.
  2. Works now with hybrid systems like Fenecon Home. System has a battery and a combined power sensor for import/export. Original code rejected working with this.
  3. Original code did not work with car chargers/wallboxes that do not report power
  4. Power on dynamic appliances like car chargers works now also if appliance does not immediately change power
  5. Car Chargers afaik only work with whole numbers for the current value
  6. Added a toggle on margin setting to avoid on/off sequences
  7. Added a setting to for inverter limited PV systems

EDITS BY GFKSolar:

  1. Round excess rather up then down, useful when u have a batterysystem to use up the even the last bit of excess! If you dont have a battery use the old Code with math.floor

Find the original repository here

https://github.com/InventoCasa/ha-advanced-blueprints/