overthesun/simoc#265 changes the way plants are implemented by decoupling the plants and their respective lamps. Before the plants consumed energy directly, whereas now the lamps are consuming electricity.
The config wizard chart that shows the predicted power usage needs to be updated to include the electricity required by lamps. This might also require some tweaks in the get_energy backend route (unless it's already able to retrieve the energy used by the lamps).
overthesun/simoc#265 changes the way plants are implemented by decoupling the plants and their respective lamps. Before the plants consumed energy directly, whereas now the lamps are consuming electricity.
The config wizard chart that shows the predicted power usage needs to be updated to include the electricity required by lamps. This might also require some tweaks in the
get_energybackend route (unless it's already able to retrieve the energy used by the lamps).