Replies: 1 comment 1 reply
-
Hi, Setting SOC by the following example runs?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just implemented the libraries to control my RCT master device (I have 2 inverters, one of them (10) is also connected to Power Battery). Functions like "power_mng.soc_max" are working fine, I can change the values. But when execute this automation (soc_strategy), HA will be rebooted and nothing is changed on RCT:
`alias: Batterie RCT Setze SOC Maximum
description: Setzt den maximalen Speicherwert der Batterie über ein Python-Skript
trigger:
entity_id: input_number.rtc_soc_strategy
for:
hours: 0
minutes: 0
seconds: 3
condition: []
action:
action: set
parameter: power_mng.soc_strategy
value: 2
host: 10.1.91.170
action: pyscript.rct_ha_call
mode: single
`
My RCT inverters have version 2.3.5676 and BMS is on 5607.
I tried to execute soc_strategy in many ways, but always without success. Is there maybe a problem with that (ENUM) parameter / variable since new versions?
Thanks and best regards.
Beta Was this translation helpful? Give feedback.
All reactions