EnergyNode¶
This module is part of the Energy Tree and represents a simple current fuse.
Handwritten Documentation¶
The EnergyNode module is usually used in conjunction with the EnergyManager module. See the documentation of the latter for a detailed explanation of energy management.
Auto-Generated Reference¶
Module Configuration¶
fuse_limit_A: number <required>
Fuse limit in ampere for all phases. Note: this always applies in addition to limits set by external_limits interface.
phase_count: integer <required>
phase count limit. Omit if not limited in this fuse.
enhance_external_schedule: boolean <optional>
default: False
When enabled, calculates per-phase current limits from total_power_W and adds them to ac_max_current_A when processing external schedules. ac_max_current_A is only enhanced in case it was not specified as part of the external schedules. Uses nominal_voltage_V for calculations.
nominal_voltage_V: number <optional>
default: 230.0
Nominal voltage in volts used for power to current calculations when enhance_external_schedule is enabled. This allows configuration for different regions (e.g., 120V, 230V, 400V).
Provides¶
energy_grid: energy
This is the chain interface to build the energy supply tree
external_limits: external_energy_limits
Additional external limits can be set via this interface.
Requirements¶
energy_consumer: energy 1..128
powermeter: powermeter 0..1
price_information: energy_price_information 0..1