Logistics EU Power Provider
Nex4rius opened this issue ยท 3 comments
It would be nice to monitor the amount of EU stored inside them.
Please add a compatibility with vanilla comparators or with the buildcraft gate (the same options on the gate as on mfsus).
I am not sure on this, but if the provider shares same interface with normal IC2 EU containers, then you already have many way to monitor it with IC2NC stuffs or with any computer-like mod (ComputerCraft+OpenPeripherals, OpenComputers) and IC2 itself has some EU-detector cable too IIRC.
IC2NC = nuclear control?
Nuclear Control does not work with the Power Provider and even if it did you can only show it on a monitor and not to emit redstone signals
EU-detector cable only detect if eu is going through it -> I can't see how much EU is in there and its useless because im not using ANY cables with the logisticspipes system
Using OpenComputers for it might work but I have no idea how :(
I have no LP in my pack yet, because I have some problems that should solved before I add one more mod. For a CESU it is really easy:
== Make sure you attached an Adapter to the device that you want to monitor
cesu = component.cesu
print("Stored: " .. tostring(cesu.getStored()) .. ", Capacity: " .. tostring(cesu.getCapacity()))
All external devices are named after it's name or it's tile entity name (lowercased and underscored), the "components" program can list them.