Skip to content

Commit

Permalink
update example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuehl committed Jun 22, 2023
1 parent 9770679 commit b53f02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions scripts/crontab
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
0 0 * * * /usr/bin/systemctl restart secapture
0 0 * * * /usr/bin/systemctl restart semonitor
0 0 * * * /root/solaredge/sebackup

0 0 * * * /bin/systemctl restart semonitor
4 changes: 2 additions & 2 deletions scripts/semonitor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -

DATADIR=/data/solar/
STATEDIR=/root/
DATADIR=/root/solaredge/data/
STATEDIR=/root/solaredge/
PREFIX=
INVERTERS=730A8690,7F104A16

Expand Down

0 comments on commit b53f02a

Please sign in to comment.