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.
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