Search found 5 matches

by baustromverteiler
Wednesday 22 November 2023 20:46
Forum: Blockly
Topic: Blockly script "ghost triggered" without condition beeing met?
Replies: 2
Views: 3032

Blockly script "ghost triggered" without condition beeing met?

I have a blockly script to turn on/off a heating element if the average solar power return to the grid in the past 5 minutes exceeds 1000 watts, trigger type is set to device, it looks like this:

Screenshot 2023-11-22 203618.png

Now the script triggers every 5 minutes _without_ the condition ...
by baustromverteiler
Tuesday 04 April 2023 9:07
Forum: Utility
Topic: P1 Meter - Wrong Daily Return values?
Replies: 7
Views: 1015

Re: P1 Meter - Wrong Daily Return values?

Thanks, for pointing out the obvious, apparently too late for my brain yesterday to function properly :? ... Today the return meter shows correct values, looks like this did the trick!
by baustromverteiler
Monday 03 April 2023 21:52
Forum: Utility
Topic: P1 Meter - Wrong Daily Return values?
Replies: 7
Views: 1015

Re: P1 Meter - Wrong Daily Return values?

I think I've found the issue. The smart Meter outputs the return as 123,45 kwh, but when the last digit is a 0, as in the jump from 123,99 to 124,0 the output is one digit less which I think causes a wrong return value display because the value is calculated from yesterdays return + actual daily ...
by baustromverteiler
Monday 03 April 2023 11:56
Forum: Utility
Topic: P1 Meter - Wrong Daily Return values?
Replies: 7
Views: 1015

Re: P1 Meter - Wrong Daily Return values?

walterevl: thanks I'll check that! from the top of my head the meter shows around 13 000 kWh consumption so I think the readings are already in Wh

willemd: yes the addition is recent, after having some problems with wrong data formats I manually deleted the values from the DB. My power company ...
by baustromverteiler
Monday 03 April 2023 10:38
Forum: Utility
Topic: P1 Meter - Wrong Daily Return values?
Replies: 7
Views: 1015

P1 Meter - Wrong Daily Return values?

Hello Everybody!

I just integrated a solar setup into domoticz and I'm reading power consumption/return directly from the smartmeter. The Smartmeter is a Landis&Gyr E450 which is connected via M-Bus to a Raspi Zero running a pyhton script that sends the readings via MQTT, the readings from the ...