Liebe SmartHome for Dummies Gemeinde.

Die phpBB Forum Software gehört nicht wirklich zu den modernsten seiner Art.
Ich habe mich an einer Migration zu Discourse versucht und bin leider kläglich gescheitert.

Möchte aber trotzdem einen Neuanfang auf einer modernen Plattform starten.
Gerne möchte ich Euch animieren das neue Discourse Forum zu benutzen.
Bestehenden Usern bleibt es leider nicht erspart, sich auf der neuen Platform neu anzumelden.

Das Forum hier, bleibt selbstverständlich Online. Ich würde versuchen einiges händisch zu migrieren.
Da fallen mir die Rubriken "Template Sammlungen" oder "Best Practice Automatisierungen" ein.

SmartHome for Dummies Discourse Platform.

PV Excess Control > Fehlersuche?

Rat und Tat rings um Home Assistant Automationen.


Antworten
Benutzeravatar
Markus
Beiträge: 453
Registriert: Fr 23. Jul 2021, 09:03
3
Wohnort: Österreich
Has thanked: 24 times
Been thanked: 8 times

PV Excess Control > Fehlersuche?

Beitrag von Markus »

Hat zufällig jemand den Blueprint von PV Excess Control am laufen?

Aufgrund der vielen Eingangsparameter komme ich nicht so recht dahinter an was es scheitert?

Step Details zeigt:

Code: Alles auswählen

Executed: 13. August 2023 um 08:55:00
Result:

params:
  domain: pyscript
  service: pv_excess_control
  service_data:
    automation_id: automation.steuerung_pv_excess_optimizer_lmx
    appliance_priority: 1
    export_power: sensor.varta_battery_grid_power
    pv_power: sensor.rounded_solardedgeproduktion2
    load_power: sensor.loadpower
    home_battery_level: sensor.mb_varta_soc
    min_home_battery_level: 35
    dynamic_current_appliance: false
    appliance_phases: 1
    min_current: 6
    max_current: 16
    appliance_switch: light.h619a_435f_office
    appliance_switch_interval: 5
    appliance_current_set_entity: null
    actual_power: null
    defined_current: 6
    appliance_on_only: false
    grid_voltage: 230
    import_export_power: sensor.combined
    home_battery_capacity: 17.5
    solar_production_forecast: sensor.energy_production_today_2
    appliance_once_only: false
  target: {}
running_script: false

Step Config

Code: Alles auswählen

service: pyscript.pv_excess_control
data:
  automation_id: automation.steuerung_pv_excess_optimizer_lmx
  appliance_priority: 1
  export_power: sensor.varta_battery_grid_power
  pv_power: sensor.rounded_solardedgeproduktion2
  load_power: sensor.loadpower
  home_battery_level: sensor.mb_varta_soc
  min_home_battery_level: 35
  dynamic_current_appliance: false
  appliance_phases: 1
  min_current: 6
  max_current: 16
  appliance_switch: light.h619a_435f_office
  appliance_switch_interval: 5
  appliance_current_set_entity: null
  actual_power: null
  defined_current: 6
  appliance_on_only: false
  grid_voltage: 230
  import_export_power: sensor.combined
  home_battery_capacity: 17.5
  solar_production_forecast: sensor.energy_production_today_2
  appliance_once_only: false

Trace Timeline gibt u.a aus:

Code: Alles auswählen

 (sensor.checkpvexcess) turned False
Antworten