Skip to content

Instantly share code, notes, and snippets.

@Fokko
Created August 5, 2019 10:47
Show Gist options
  • Save Fokko/cf2d6128d6a87f317d1bd57be695763d to your computer and use it in GitHub Desktop.
Save Fokko/cf2d6128d6a87f317d1bd57be695763d to your computer and use it in GitHub Desktop.
curl -s http://192.168.1.111/a?f=j | \
jq .pwr -r | \
tr ',' '.' | \
xargs printf "watt_current:0|g\\watt_current:%s|g" | \
nc -w 1 -u graphite 8125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment