No, like everything, the beginning is harder. You can either monitor when the controller turn on the heatpump, or, yes, you can put 2 combo modules onto the bus and you can monitor (8) 24 V signals. Phil has everything in the manual, but it takes a while until you think like a computer. You are down to the basics, doing a lot of programming. Computers are very stupid, they know only yes and no, 5V or 0 volt, but they compensate their stupidity by doing everything very quick. For example, to have the number 1 to multiply something with, you need to create it first. So you want to monitor not only monthly but yearly run time. So you need to go the "Expressions" and create a virtual sensor with a name (like "one")and then you have to give it a value of 1. Now you can use that 1 and multiply it with the heatpump stage and create a second expression (which again is a virtual sensor), lets say StageY, so that is a exact copy of the on/off sensor called current switch (which you might had named "Stage"). Under "Devises" you can now give the the newly created virtual sensor the treatment letter "Y", which will create 2 counters, ending "_D" and "_M", but because you gave it the treatment letter "Y", it now countsthe monthly accumulation in the "_D" field, and the "_M" field is now the yearly accumulation. That is why you needed the number 1 to create a second status field (Stage_Y), and you did so by copying the original status field ("Stage") by multiplying it by that 1. All pretty well described by the WEL manual,you just have to find it and understand it. Keep emailing me specific questions, I will be happy to help wherever I can. |