Search found 3 matches
- Monday 31 August 2020 17:20
- Forum: dzVents
- Topic: Calculating gross energy in dzVents [Solved]
- Replies: 17
- Views: 2264
Re: Calculating gross energy in dzVents [Solved]
Hi Waaren, This works! Goal of the additions: If the solar panels produce more than the total energy consumption, 'usage' will show zero. With the additions to the script, 'usageReal' shows the actual energy consumption as if there were no solar panels. This makes it easier to locate power consuming ...
- Sunday 30 August 2020 22:11
- Forum: dzVents
- Topic: Calculating gross energy in dzVents [Solved]
- Replies: 17
- Views: 2264
Re: Calculating gross energy in dzVents [Solved]
Sorry, this programming language is completly new to me. Learning every day. How can I separate the values wanted from the tables? This is the complete script, without the additions it works fine: --[[ dzVents script to Parse P1 Smart Meter Electricity value into separate Meter Readings. Please note ...
- Sunday 30 August 2020 15:19
- Forum: dzVents
- Topic: Calculating gross energy in dzVents [Solved]
- Replies: 17
- Views: 2264
Calculating gross energy in dzVents [Solved]
Hi everyone, I'm new to this forum. My Domoticz runs on a RPi-4 with a Conbee II stick. I try to calculatie the energy (Watts) usage before the energy delivered by my SolarEdge system is subtracted (real or gross energy usage). Tried several commands, but keep getting the same kind of typical newbie ...