Surge electric boiler for SE

by Askyras

Adds a version of Space Exploration's electric boiler that uses tertiary power priority, for use in steam batteries.

Tweaks
2 years ago
1.1
107
Power

g It doesn't seem to work

1 year, 11 months ago

Doesn't the steam turbine need to be set to tertiary power? My steam turbines still use up steam, and my surge boilers still provide steam for them.

1 year, 3 months ago

The use case i had in mind was to store the steam from surge boilers in tanks, and only pump that into turbines when it is needed (wire connected to an accumulator). I didn't want to change the turbines because that would mean adding a duplicate copy of each type of turbine in the game.

1 year, 2 months ago

I don't think that changing priority is actually feasible in Factorio due to the way things are programmed. I instead finally found a workaround by making a day/night sensor: you place a solar panel, an accumulator, and an electric pole next to each other on their own electric network, then add something which will consume an ideal amount of power such that it will allow the accumulator to fill in the day but drain at night. (Depending on your mods, solar panels, accumulators, you may need more of one or the other.) With vanilla settings, you can use several lights as they even conveniently shut off during the day. Then hook up the accumulator to a circuit network (attach a red or green wire from accumulator to electric pole) and then anything else on the same electric network can now use the accumulator charge level to determine whether it is day or not.

So then to shut off steam turbines during the day, you just hook the steam turbine power grid to the main power grid through a power switch which is on at night (example condition: [A] < 25). Pro tip: read the charge level from your primary accumulator banks instead, and don't let the turbines run if the accumulator bank isn't out of power yet. To prevent the rapid stop-start-stop-start fluctuation, don't use a power switch and instead connect the inserters which insert fuel to the turbine system, there will be a delay between when they start inserting fuel and when you get power from it.

New response