-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E10: AA power gen buffers deplete when turned off and not actively powering anything #194
Comments
Thanks for the report! Out of curiosity, what are you using for power transfer in this setup? To test, I've placed down an oil generator and provided it with a bucket of oil. This was allowed to burn until the generator was mostly full on power, then disabled with redstone. The generator has retained the same amount of power since being disabled. Similarly, another oil generator was given a single bucket and allowed to run until the internal buffer filled. This stopped operating on its own once the internal power buffer was full, no further fuel was burned. |
Worth noting that 1.11.1 has AA 1.3.5, while dev is on 1.3.6. So there's a good chance this was simply fixed already. |
I was using advanced laser relays to route power. I even completely removed the relays to test and it still had power buffer decay when nothing was hooked up. |
I can't reproduce the issue in 1.11.1 (with Actually Additions 1.3.5)
|
I found its the laser energy relays draining the oil gen dry when idle. Tested with a stand alone oil gen using empowered canola. Linked to a basic energy cube with a relay. Once the cube is full as well as the oil gen buffer the relay will continuously drain power from the oil gen when idle |
My test setup was also using AA energy lasers to transmit power to a few machines. When the machines had nothing to do, the lasers were not transmitting power, and so the loss they impose wasn't an issue. The Generator simply stopped as expected. I'll add an energy cell and see what it does. Default settings are push/pull for the laser and cell, however... so it's very likely that it's self feeding the battery and thus the energy loss causes a constant drain. Having two power networks should resolve that though. Generators to battery and battery to machines. |
Ok, so I can reproduce it with the mek energy cube. Oddly, setting up the split network I described above doesn't fix it.... I've got the laser from the generators into the cube set to push only, and the output one to pull only. The cube has its sides set to match and auto output is off. |
Does yeeting power loss fix the issue for us, mayhaps? Tho this sounds like an actual bug that should be sent to AA for sure |
Yeah, something is goofy with the way it's interacting with the battery. Seems buggy for sure. Will test a bit more and then relay, just to be sure I'm reporting on the right issue. |
Whats the simplest setup you can reproduce this with? because i cant reproduce it in dev with AA and mekanism. |
My last test that was doing it was this
|
Alright. Maybe it's simply been fixed already in dev? If you have a new release coming soon, I'll try re-testing in that and we'll see how it goes. Anyway, here's my setup. I recorded the entire thing with tick rate set high so it didn't take a year to fill the cube : D You'll note that the cube never fills, it's always just a bit under full. So the laser keeps pushing to it and the generator never stops running.
|
afaik nothings been touched in the generators since the port, ill check out the video in a bit. |
I don't think it's the generator per se. It appears to be more to do with the intended power loss of the lasers and a funky interaction with the energy cube. It's like the lasers are pulling energy from the cube and sending it right back to the cube at a loss. |
ive been doing some tests, it looks like its a specific interaction between AA lasers and Mek cubes, doesnt have anything to do with the generator. i made a test world with AA IE and Mek, and a 3x3 grid of transfer methods and energy storage lol |
got it. Mekanism converts incoming power to MJ, and the lasers were trying to transfer 2 FE to finish filling the cube, getting 1 deducted for laser loss, Mekanism then refusing the 1 FE cause its too small for 1 MJ, but the laser getting confused since it accepted the simulated transfer, but not the actual transfer lol. Ellpeck/ActuallyAdditions@9fe3fa1 |
awesome! Thanks for the help <3 |
That's such a funny edgecase interaction - but isn't that bad usage of simulation, as both your simulated and real operations should be the same? |
the difference is because of the energy loss, and at that small amount, the actual transfer amount dipped below 1 MJ, and so mek refused it. |
Why not account for the loss in your simulation? |
the simulation is used here to get "how much should i send" kind of... |
Modpack Version
1.11.1
Describe your issue.
In Actually Additions the power generators will keep burning fuel regardless their internal buffer being full or machines needing power. If turned off using redstone they will then slowly discharge their internal buffer - again, nothing is requesting or draining this power, it happens no matter what. I wasted 32 buckets of fuel in a oil generator before I noticed what it was doing.
Bysco in discord asked to have this submitted in github so that they can bring it up to Ellpeck to see if it is intended behavior and possibly update it.
Crash Report
NA
Latest Log
NA
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Singleplayer
Discord Username
tank8912 (Drytchnath)
The text was updated successfully, but these errors were encountered: