Skip to content

Advanced Blueprints combined with pyscript for extra useful automations

Notifications You must be signed in to change notification settings

GFKSolar/ha-advanced-blueprints-improved-to-my-needs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 

Repository files navigation

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/

About

Advanced Blueprints combined with pyscript for extra useful automations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%