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
Enterprise
Integrations
(Archive) V1 API
    QuickstartAuthenticationForecast APIRecent APIYield APIHistory APIData ColumnsWeather CodesShading & HorizonTracker ConfigurationDemand ProfilesData Sources
powered by Zudoku
(Archive) V1 API

Tracker Configuration

pvnode supports fixed, single-axis, and dual-axis tracker systems. Set tracker_system_type to choose:

ValueSystem
0No tracking (fixed mount, default)
1Single-axis tracker
2Dual-axis tracker

Tracking only applies to the first PV array.

Single-Axis Tracker

When tracker_system_type=1, use single_axis_tracker_config to define the tracker geometry. The format is four values separated by colons:

Code
single_axis_tracker_config=axis_azimuth:axis_tilt:max_rotation:backward_tracking
ValueDescriptionRange
Axis azimuthCompass direction of the rotation axis0–360° (180 = south)
Axis tiltTilt of the rotation axis from horizontal0–90°
Max rotationMaximum rotation angle from center0–90°
Backward trackingEnable backward tracking to prevent row shadingT or F

Example:

Code
single_axis_tracker_config=180:0:90:T

This configures a tracker with:

  • Axis oriented south (180°)
  • No axis tilt (0°)
  • Full rotation range (±90°)
  • Backward tracking enabled to reduce row shading at low sun angles

Dual-Axis Tracker

Set tracker_system_type=2. No additional configuration needed — the system automatically optimizes for maximum irradiance at every timestep.

Comparing Fixed vs. Tracked

To quantify the yield gain from tracking, run two requests for the same location — one with tracker_system_type=0 and one with your desired tracker configuration. Compare the spec_watts or pv_watts output.

Last modified on April 1, 2026
Shading & HorizonDemand Profiles
On this page
  • Single-Axis Tracker
  • Dual-Axis Tracker
  • Comparing Fixed vs. Tracked