Update: Battery Optimizer v3.4.0 mit allen Fixes und Features
This commit is contained in:
17
config/rest_requests.yaml
Normal file
17
config/rest_requests.yaml
Normal 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"}]}}'
|
||||
|
||||
Reference in New Issue
Block a user