blob: 1776c4294c1d1115ba8a6ea668360cae1ef54a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[Unit]
Description=Tasmota energy proxy for Homepage
After=network-online.target
Wants=network-online.target
[Service]
ExecStart=/usr/bin/python3 /opt/tasmota-proxy/tasmota_proxy.py
Environment=TASMOTA_PLUGS=ac=172.16.34.176,washer=172.16.34.127,dishwasher=172.16.34.149,pc=172.16.34.118,spare=172.16.34.186
Environment=PORT=8099
Environment=RATE_MARGINAL=0.17598
Environment=RATE_ALLIN=0.2754
Environment=HISTORY_DB=/var/lib/tasmota-proxy/history.db
Restart=always
RestartSec=5
DynamicUser=yes
StateDirectory=tasmota-proxy
NoNewPrivileges=yes
PrivateTmp=yes
ProtectSystem=strict
ProtectHome=yes
[Install]
WantedBy=multi-user.target
|