Skip to content

Commit

Permalink
minor fixes: systemd, issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtom committed Jun 23, 2023
1 parent 60cd36f commit 39c0e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions WALLBOX.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The following topics are sent to the MQTT broker:

The new topics are based on additional tags introduced by https://github.com/nischram/E3dcGui

There is a dependency of e3dc/wallbox/battery_before_car to e3dc/wallbox/battery_to_car: e3dc/wallbox/battery_before_car can only be set if e3dc/wallbox/battery_to_car is false (issue #21).

In addition, these topics can be published to control the wallbox:

Set solar or mix mode with the current in [A] (6..32 Ampere)
Expand Down
4 changes: 1 addition & 3 deletions rscp2mqtt.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ After=network-online.target

[Service]
User=pi
Type=forking
WorkingDirectory=/opt/rscp2mqtt
ExecStart=/opt/rscp2mqtt/rscp2mqtt -d
ExecStart=/opt/rscp2mqtt/rscp2mqtt
ExecStop=pkill rscp2mqtt
TimeoutSec=30
Restart=on-failure
RestartSec=30
StartLimitInterval=350
Expand Down

0 comments on commit 39c0e52

Please sign in to comment.