Skip to content

Commit

Permalink
jsconConfig Energy control
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliy committed May 9, 2024
1 parent c269cf6 commit 4ac121a
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 86 deletions.
48 changes: 43 additions & 5 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@
},
"tab3": {
"type": "panel",
"label": "Battery control",
"label": "Energy control",
"items": {
"mainHdr3": {
"mainHdr1": {
"newLine": true,
"type": "header",
"text": "Battery charge control",
"size": 2
},
"chipsTxt": {
"chipsTxt1": {
"type": "staticText",
"text": "The settings can be made via the path “inverter.x.control”",
"text": "This control is set in the opject path “sun2000.0.inverter.x.control.battery",
"newLine": true
},
"cb_tou": {
Expand All @@ -139,11 +139,49 @@
},
"staticLink1": {
"type": "staticLink",
"text": "Examples of application",
"text": "Description with examples",
"href": "https://github.com/bolliy/ioBroker.sun2000/wiki/Battery-control",
"button": true,
"icon": "info",
"newLine": true
},
"mainHdr2": {
"newLine": true,
"type": "header",
"text": "Force charge discharge battery",
"size": 2
},
"chipsTxt2": {
"type": "staticText",
"text": "This control is set in the opject path “sun2000.0.inverter.x.control.battery”",
"newLine": true
},
"staticLink2": {
"type": "staticLink",
"text": "Description with examples",
"href": "https://github.com/bolliy/ioBroker.sun2000/wiki/Erzwungenes-Laden-und-Entladen-der-Batterie-(Force-charge-discharge-battery)",
"button": true,
"icon": "info",
"newLine": true
},
"mainHdr3": {
"newLine": true,
"type": "header",
"text": "Export control",
"size": 2
},
"chipsTxt3": {
"type": "staticText",
"text": "This control is set in the opject path “sun2000.0.inverter.x.control.grid”",
"newLine": true
},
"staticLink3": {
"type": "staticLink",
"text": "Description with examples",
"href": "https://github.com/bolliy/ioBroker.sun2000/wiki/Begrenzung-Netzeinspeisung-(Export-Control)",
"button": true,
"icon": "info",
"newLine": true
}
}
},
Expand Down
8 changes: 6 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@
* `connect delay`: delay after modbus connected (default: 5000 ms)
* `auto-adjust`: automatic adjustment of the modbus settings

## Battery control
## Energy control
### Battery charge control
The “default TOU settings” is interesting for the “force battery charging from the grid” function, which is required for variable energy prices.
The controls are set in the opject path `sun2000.0.inverter.x.control.battery`. Some application examples are described in the [wiki](https://github.com/bolliy/ioBroker.sun2000/wiki/Battery-control)
This control is set in the opject path `sun2000.0.inverter.x.control.battery`. Some application examples are described in the [wiki](https://github.com/bolliy/ioBroker.sun2000/wiki/Battery-control)
* `create default TOU setting` : checkbox to activate
### Force charge discharge battery
This control is set in the opject path `sun2000.0.inverter.x.control.battery`. Some application examples are described in the [wiki](https://github.com/bolliy/ioBroker.sun2000/wiki/Erzwungenes-Laden-und-Entladen-der-Batterie-(Force-charge-discharge-battery))
### Export control
This control is set in the opject path `sun2000.0.inverter.x.control.grid`. Some application examples are described in the [wiki](https://github.com/bolliy/ioBroker.sun2000/wiki/Begrenzung-Netzeinspeisung-(Export-Control))

## Smart logger
### SmartLogger settings
Expand Down
Loading

0 comments on commit 4ac121a

Please sign in to comment.