Skip to content

Instantly share code, notes, and snippets.

@mman
mman / gist:9410268
Created March 7, 2014 12:03
Example Run Script build phase for Xcode 5 to invoke objc-identifierconstants automatically for all storyboards present in a project
# try to find the built debug version of the script
# this is for normal builds
script="${BUILT_PRODUCTS_DIR}/../Debug/objc-identifierconstants"
# if nonexistent, try to find the archived version
if ! test -x ${script}; then
script="${INSTALL_ROOT}/usr/local/bin/objc-identifierconstants"
fi
${script} -6 -o ${PROJECT_DIR}/DerivedSources -f ${PROJECT_DIR}

Improving Victron Energy InfluxDB + Grafana Implementation

State of Affairs as of Feb 7 2023

  • Advanced users of Victron hardware can optionally install Venus Docker Server + Influx + Grafana to get:

    • access to super granular (2 sec) data from any Venus OS based device (any Victron GX device, or custom Venus OS device).
    • ability to create custom Grafana dashboards and alerts
    • ability to archive data for extended periods of time
  • Installation of Influx + Grafana currently uses sample docker-compose and requires: