hass_mifi/run.sh

6 lines
201 B
Bash
Executable File

#!/bin/bash
mydir1="${0%/*}"
python="/opt/hass_3.7/bin/python"
"${python}" "${mydir1}/getPage.py" | grep 'id="statusBar_battery" style="">' | grep -o -P '.{0,3}%.{0,0}' | sed 's/>//g' | sed 's/%//g'