I have two inputs from CTs... 1 is house power and 2 is garage power. I have set them up as follows:
Input 1
1 Log to Feed house_feed
2 Power to kWh house_kWh
Input 2
1 Log to Feed garage_power
2 Power to kWh garage_kWh
These are working fine individually. But I want to show total power and total kWh. I can't work out how to do this. I have tried various combinations of using "+ input" and Accumulator but nothing shows the sum of the two inputs and accumulates total kWh for them.
If anyone could help I'd really appreciate it.
Re: Summing the values of two inputs
I should be as straight forward as adding either input to the other, you can use +input or +feed, (I prefer +feed but it's not available on all versions of emoncms) for example
Input 2
1 Log to Feed garage_power
2 Power to kWh garage_kWh
3 + feed house_feed
4 Log to Feed total_power
5 Power to kWh total_kWh
Paul