adjust idle/active energy usage

Place to get help with not working mods / modding interface.
Post Reply
User avatar
Brathahn
Fast Inserter
Fast Inserter
Posts: 109
Joined: Sat Aug 02, 2014 1:50 pm
Contact:

adjust idle/active energy usage

Post by Brathahn »

Hello,
is there a way to adjust the idle/active energy usage of a machine?

im planning of making a "load-resistor" to drain large ammounts of energy from my power network.

my idea was modifying a lamp and use the circuit network condition to toggle it on and off.
the problem now is the idle energy usage: if i set the lamps "energy_usage_per_tick" to 1000KW it will drain 997kw (where do the 3kw go btw?) :
Image

but if the lamp is off it drains about 33kw:
Image

this is not suitable for measuring purposes..
also adding idle_energy_usage = 0KW does not work.

how can i set the idle consumption to zero?

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2904
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: adjust idle/active energy usage

Post by darkfrei »

Maybe idle_energy_usage = "0kW" or

Code: Select all

 idle_energy_usage = nil
or

Code: Select all

 idle_energy_usage = {}

ratchetfreak
Filter Inserter
Filter Inserter
Posts: 952
Joined: Sat May 23, 2015 12:10 pm
Contact:

Re: adjust idle/active energy usage

Post by ratchetfreak »

wait until 0.13 with the power switch

Post Reply

Return to “Modding help”