I have problems on Fulgora during the daytime where the teleporter acts as an accumulator, and I cannot use it until night when there are lightnings. Is it possible to disable this behavior?
Can you describe the issue more? I do not understand what exactly is stopping you from using it.
The teleporter has a power buffer, it draws power as secondary priority (1 = turrets, 2 = normal, 3 = accumulators), it should charge like any other machine.
Edit: Okay, I see it is outputting power. I thought not specifying output in code would disable power flowing out. Will fix soon.
Patched in 0.2.3
Migrated teleporter to be a prototype of "electric-energy-interface" instead of "accumulator".
This allows it to charge from accumulators.
Upon further inspection I have rolled this change (charging straight from accumulators) back as this clashes with existing functionality.
Seems implementing this is not very straightforward due to API limitations. Will see if I can fix that in the future.