Search found 9 matches

by Robert72
Sunday 25 December 2022 16:17
Forum: dzVents
Topic: P1 power don't match extracted power in dzvents [Solved]
Replies: 9
Views: 518

Re: P1 power don't match extracted power in dzvents [Solved]

I did a fresh install, now the problem seems gone.

Thx for the help!
by Robert72
Sunday 25 December 2022 15:05
Forum: dzVents
Topic: P1 power don't match extracted power in dzvents [Solved]
Replies: 9
Views: 518

Re: P1 power don't match extracted power in dzvents [Solved]

Hmm, I think it's a bigger issue. I looked at the KWH meter directly, comparing it with the values in domotics. Can you open this dropbox link? Looks like communication between the KWH meter and domoticz is wrong, is'nt it? The video also shows the wrong value in Allpower meter. https://www.dropbox ...
by Robert72
Sunday 25 December 2022 14:46
Forum: dzVents
Topic: P1 power don't match extracted power in dzvents [Solved]
Replies: 9
Views: 518

Re: P1 power don't match extracted power in dzvents [Solved]

No, I think the value of the P1 is updating every second. The power meter changes constantly.

But if the script runs, I thought the Allpower meter would take over the value of the Power meter, but that's not happening.
by Robert72
Sunday 25 December 2022 14:25
Forum: dzVents
Topic: P1 power don't match extracted power in dzvents [Solved]
Replies: 9
Views: 518

Re: P1 power don't match extracted power in dzvents [Solved]

I made the every minute timer now, waited to see the AllPower value change in the meter, but it's still not equal to the power meter when it updates.
by Robert72
Sunday 25 December 2022 14:05
Forum: dzVents
Topic: P1 power don't match extracted power in dzvents [Solved]
Replies: 9
Views: 518

Re: P1 power don't match extracted power in dzvents [Solved]

Hi gizmocuz,

I think P1 has even 6 values:

Image

I know how to create a minute trigger, how do I create a 10 seconds one?

Regards.
by Robert72
Sunday 25 December 2022 13:14
Forum: dzVents
Topic: P1 power don't match extracted power in dzvents [Solved]
Replies: 9
Views: 518

Re: P1 power don't match extracted power in dzvents [Solved]

Hi gizmocuz, I wasn't able to post code and images, but somehow now I am. See code below. If I make Allpower 1234, this is shown in the meter. return { on = { devices = { 'Power', }, }, execute = function(domoticz, item) local Allpower = domoticz.devices('Power').actualWatt local Verbruik = domoticz ...
by Robert72
Sunday 25 December 2022 10:30
Forum: dzVents
Topic: P1 power don't match extracted power in dzvents [Solved]
Replies: 9
Views: 518

P1 power don't match extracted power in dzvents [Solved]

Hi all, I have domoticz 2022-2, running on a Pi and try to calculate with the power from P1, adding PV power. I extract the power with devices('Power').actualWatt (trigger is the power change) and update this value, directly in a new virtual device UsedPower. No calculations made yet, for now ...
by Robert72
Sunday 25 December 2022 10:21
Forum: Other questions and discussions
Topic: Can't post topics with image or code
Replies: 2
Views: 181

Re: Can't post topics with image or code

Ah, ok, great stuff.
I will try.

Merry christmas to you too
by Robert72
Sunday 25 December 2022 9:51
Forum: Other questions and discussions
Topic: Can't post topics with image or code
Replies: 2
Views: 181

Can't post topics with image or code

Hi,

when I try to create a topic with an image, made online on postimg, or a piece of code, I get an error:

You can’t post image, email or url links that are external to this domain

What am I doing wrong?

Regards