If you update info.json (for 1.1) to run the mod this happens:
132.170 Error MainLoop.cpp:1281: Exception at tick 12749137: The mod Circuit Power Measurement Combinator (0.0.7) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event Circuit_Power_Measurement_Combinator::on_nth_tick(60)
Circuit_Power_Measurement_Combinator/control.lua:115: bad argument #1 of 2 to 'ipairs' (table expected, got nil)
stack traceback:
[C]: in function 'ipairs'
Circuit_Power_Measurement_Combinator/control.lua:115: in function 'update_meter_signal'
Circuit_Power_Measurement_Combinator/control.lua:186: in function <Circuit_Power_Measurement_Combinator/control.lua:151>
I've made a PR to fix it: https://github.com/mk-fg/games/pull/5/files
Worked when I tested in my world.
Just putting a thread here so others can find it if needed.