Update: Battery Optimizer v3.4.0 mit allen Fixes und Features

This commit is contained in:
felix.zoesch
2025-12-12 08:20:19 +01:00
commit d2a41aad2d
78 changed files with 18053 additions and 0 deletions

17
config/rest_requests.yaml Normal file
View File

@@ -0,0 +1,17 @@
###############
# REST REQUESTS
###############
## commands ##
rest_command:
## openEMS ##
set_ess_remote_mode:
url: "http://x:admin@192.168.89.144:8074/jsonrpc"
method: POST
payload: '{"method": "updateComponentConfig", "params": {"componentId": "ess0","properties":[{"name": "controlMode","value": "REMOTE"}]}}'
set_ess_internal_mode:
url: "http://x:admin@192.168.89.144:8074/jsonrpc"
method: POST
payload: '{"method": "updateComponentConfig", "params": {"componentId": "ess0","properties":[{"name": "controlMode","value": "INTERNAL"}]}}'