Skip to content

Commit

Permalink
v3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtom committed Feb 10, 2024
1 parent b536280 commit 07fd9ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,13 @@ AUTO_REFRESH=true

## Wallbox Control

Select the wallbox (0..7) to be used
```
mosquitto_pub -h localhost -p 1883 -t "e3dc/set/wallbox/index" -m "0"
```

The following calls will use the set wallbox.

Set solar or mix mode with the current in [A] (6..32 Ampere)
```
mosquitto_pub -h localhost -p 1883 -t "e3dc/set/wallbox/control" -m "solar:16"
Expand Down
2 changes: 1 addition & 1 deletion TOPICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Please find detailled information and examples in the [README](README.md).
| Set battery discharge until [%] | e3dc/set/wallbox/battery_discharge_until | [%] |
| Set disable charging battery at mix mode | e3dc/set/wallbox/disable_battery_at_mix_mode | (true/false) |
| Set number of phases (1,3) | e3dc/set/wallbox/number_phases | (1,3) |
| History | | |
| Historical daily data | | |
| Query data for a specific day | e3dc/set/request/day | "2023-12-31" |
| Settings and others | | |
| Refresh all topics | e3dc/set/force | 1 |
Expand Down

0 comments on commit 07fd9ec

Please sign in to comment.