Limitation of supply to the grid #460
jardastrnad
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to turn off supply to the grid without using Export control user limit? I tried remotecontrol_power_control = Enabled Grid Control and Remote active pover = 0 or -1 but it doesn't work. Inverter Solax x3 hybrid g4.
alias: Zákaz dodávky do sítě
description: ""
trigger:
value_template: >-
{{states('sensor.current_market_price_czk_kwh') <
states('input_number.cena_zakazu_dodavky_do_site')}}
condition: []
action:
data:
value: "0"
target:
entity_id: number.solax_modbus_remotecontrol_active_power
data:
option: Enabled Grid Control
target:
entity_id:
- select.solax_modbus_remotecontrol_power_control
data:
value: "{{states('input_number.delka_zakazu_dodavky_do_site')}}"
target:
entity_id: number.solax_modbus_remotecontrol_autorepeat_duration
data: {}
target:
entity_id: button.solax_modbus_remotecontrol_trigger
mode: single
Beta Was this translation helpful? Give feedback.
All reactions