pvnodepvnode
  • pvnode.com
  • Studio
  • Pricing
  • Deutsch
  • English
  • API Reference
Product
  • Studio
  • API Documentation
  • API Reference
  • Pricing
Resources
  • Quickstart
  • Integrations
Legal
  • Imprint
  • Privacy
  • Terms
  • Licenses
pvnodepvnode

© 2026 pvnode. All rights reserved.

linkedin
IntroductionQuickstartMigration from V1
Sites & Data
    Sites & StringsForecastsHistorical DataData UploadCalibration & Monitoring
Guides
    Shading & HorizonTracker ConfigurationWeather CodesData Sources
Enterprise
Integrations
(Archive) V1 API
powered by Zudoku
Guides

Tracker Configuration

pvnode supports fixed mounts, single-axis and dual-axis trackers. Tracking is configured site-wide in config.tracking. When a tracking mode is active, every string on the site is treated as tracked — the axis geometry overrides the per-string slope and orientation.

Set type to choose the system:

ValueSystem
fixedNo tracking (fixed mount, default).
single_axisSingle-axis tracker.
dual_axisDual-axis tracker.

Single-axis tracker

With type: "single_axis", the remaining fields in config.tracking define the tracker geometry:

FieldDescriptionRange / default
axis_azimuthCompass direction of the rotation axis.0–360° (180 = south)
axis_tiltTilt of the rotation axis from horizontal.0–90° (default 0)
max_angleMaximum rotation angle from horizontal.0–90° (default 90)
backtrackingReduce row-to-row shading by backtracking at low sun angles.true / false
A south-oriented single-axis tracker with backtracking
{ "config": { "tracking": { "type": "single_axis", "axis_azimuth": 180, "axis_tilt": 0, "max_angle": 90, "backtracking": true } } }

This configures a horizontal north–south axis (axis azimuth 180°, no tilt) with a full ±90° rotation range and backtracking enabled to avoid row shading at low sun angles.

Dual-axis tracker

Set type: "dual_axis". No further configuration is needed — the system automatically tracks the sun for maximum irradiance at every timestep.

Dual-axis tracker
{ "config": { "tracking": { "type": "dual_axis" } } }
Last modified on June 12, 2026
Shading & HorizonWeather Codes
On this page
  • Single-axis tracker
  • Dual-axis tracker
JSON
JSON