Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 8cH9azbsFifZ/ddc1a366480da6478fda7b3d60f1d406 to your computer and use it in GitHub Desktop.
Save 8cH9azbsFifZ/ddc1a366480da6478fda7b3d60f1d406 to your computer and use it in GitHub Desktop.
Convert OpenHAB JSON Hue to .things format
/runtime/bin/client things list |grep hue |sed 's/hue:/ /;s/:/ /;s/:/ /;s/(T.*el=//;s/, .*)//'|awk '{print" "$1,$4,"\""$4"\" @ \"\" [ lightId=\""$3"\” ]"}' > conf/things/hue.things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment