-
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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} |