Gerrit Beine
b4a833601f
This commit contains a complete rewrite - HTTP push API server based on bottle - no more dependency to pyfronius
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. venv/bin/activate
|
|
|
|
exec /usr/bin/env python fronius2mqtt
|