DynamicDashboard energy grid direction
Moderators: leecollings, remb0
-
Hansbit
- Posts: 47
- Joined: Monday 17 February 2014 15:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: 's-Hertogenbosch
- Contact:
DynamicDashboard energy grid direction
I've place two entry widgets on my dashboard. As you can see on the screenshots, I actually deliver 521 W on phase L1 and consume 539 on phase L2 and L3.
Is it possible to configure one of the widgets with a 'Energy netto'? So in my example 539-521= 'Consuming 18 Watts'?
Is it possible to configure one of the widgets with a 'Energy netto'? So in my example 539-521= 'Consuming 18 Watts'?
- imautohuttraeger
- Posts: 376
- Joined: Saturday 14 March 2020 13:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest
- Location: Germany
- Contact:
Re: DynamicDashboard energy grid direction
You can add a device widget to the dynamic dashboard and choose the P1 meter. Or if you only want the actual power: I also have a separate utility device that shows the pure netto value (filled by a dzvents script)
- Attachments
-
- Screenshot_20260916-150023.png (138.69 KiB) Viewed 127 times
-
- Screenshot_20260916-150259.png (131.25 KiB) Viewed 127 times
Stop, look and listen.
- waltervl
- Posts: 7002
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2026.3
- Location: NL
- Contact:
Re: DynamicDashboard energy grid direction
@imautohuttraeger The usage, delivery values only are shown when you have a 3 phase connection. Then there could be usage on 1 phase and delivery on another.
@hansbit This has been in the design of Domoticz from the beginning. Workaround would be to create a dummy P1 meter and fill this with the nett values.
@hansbit This has been in the design of Domoticz from the beginning. Workaround would be to create a dummy P1 meter and fill this with the nett values.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- imautohuttraeger
- Posts: 376
- Joined: Saturday 14 March 2020 13:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest
- Location: Germany
- Contact:
Re: DynamicDashboard energy grid direction
I understand. But @hansbit is writing about L1, L2 and L3 --> so she/he has a 3 phase system. Or am I missing something?waltervl wrote: Wednesday 16 September 2026 15:28 @imautohuttraeger The usage, delivery values only are shown when you have a 3 phase connection. Then there could be usage on 1 phase and delivery on another.
[...]
Stop, look and listen.
-
Hansbit
- Posts: 47
- Joined: Monday 17 February 2014 15:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: 's-Hertogenbosch
- Contact:
Re: DynamicDashboard energy grid direction
Yes I (heimautohuttraeger wrote: Wednesday 16 September 2026 18:12I understand. But @hansbit is writing about L1, L2 and L3 --> so she/he has a 3 phase system. Or am I missing something?waltervl wrote: Wednesday 16 September 2026 15:28 @imautohuttraeger The usage, delivery values only are shown when you have a 3 phase connection. Then there could be usage on 1 phase and delivery on another.
[...]
- imautohuttraeger
- Posts: 376
- Joined: Saturday 14 March 2020 13:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest
- Location: Germany
- Contact:
Re: DynamicDashboard energy grid direction
Now I understand, Mr. Hansbit 
Strange. I remember, when I had a small slolar system just on one phase (now I have a big one on three phases), that the virtual P1 meter balanced production and consumption to one net value.
Strange. I remember, when I had a small slolar system just on one phase (now I have a big one on three phases), that the virtual P1 meter balanced production and consumption to one net value.
Stop, look and listen.
-
Hansbit
- Posts: 47
- Joined: Monday 17 February 2014 15:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: 's-Hertogenbosch
- Contact:
Re: DynamicDashboard energy grid direction
No, the smart grid meters in NL don't. The meter LCD displays a summed L1+L2+L3 consumption for counting (kWh) and actual delivery (W) and a summed delivery (L1+L2+L3) for counting (kWh) and actual delivery (W) which is sent to the company for billing. So the company can use different cost rates for consumption as for delivery. Domoticz reads on the P1 all separated values and displays these same values in their energy meter, that is necessary when costs for consumption and delivery are different and you want Domoticz to calculate your energy costs.
- imautohuttraeger
- Posts: 376
- Joined: Saturday 14 March 2020 13:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest
- Location: Germany
- Contact:
Re: DynamicDashboard energy grid direction
Ah - I see. In Germany, the meter shows
Energy counter in kWh for consumption
Energy counter in kWh for production
Actual power in W as a net value (summed up)
Differentiation between consumed and produces power is also measured of course, but not displayed thus the transfered data for Power in Watt to my virtual P1 is only the net value.
Energy counter in kWh for consumption
Energy counter in kWh for production
Actual power in W as a net value (summed up)
Differentiation between consumed and produces power is also measured of course, but not displayed thus the transfered data for Power in Watt to my virtual P1 is only the net value.
Stop, look and listen.