fix 5min spikes
This commit is contained in:
@@ -55,6 +55,11 @@ commands:
|
||||
type: hass
|
||||
discovery_prefix: homeassistant
|
||||
entity_id_prefix: lvx6048_1
|
||||
# Drop fields whose description (and therefore entity_id slug) shadows
|
||||
# GS's live measurements. PIRI's values for these are nameplate /
|
||||
# configured-rating, not live, so they overwrite the live series every
|
||||
# 300s producing 6000 VA / 6000 W spikes (LVX6048 nameplate).
|
||||
excl_filter: '^(ac_input_voltage|ac_input_current|ac_output_voltage|ac_output_frequency|ac_output_current|ac_output_apparent_power|ac_output_active_power|battery_voltage)$'
|
||||
|
||||
- command: ET
|
||||
trigger:
|
||||
|
||||
@@ -52,6 +52,11 @@ commands:
|
||||
type: hass
|
||||
discovery_prefix: homeassistant
|
||||
entity_id_prefix: lvx6048_2
|
||||
# Drop fields whose description (and therefore entity_id slug) shadows
|
||||
# GS's live measurements. PIRI's values for these are nameplate /
|
||||
# configured-rating, not live, so they overwrite the live series every
|
||||
# 300s producing 6000 VA / 6000 W spikes (LVX6048 nameplate).
|
||||
excl_filter: '^(ac_input_voltage|ac_input_current|ac_output_voltage|ac_output_frequency|ac_output_current|ac_output_apparent_power|ac_output_active_power|battery_voltage)$'
|
||||
|
||||
- command: ET
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user