Search found 41 matches

by PeterRozenveld
Sunday 31 August 2025 12:43
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MODBUS Settings
Replies: 12
Views: 378

Re: MODBUS Settings

https://commons.wikimedia.org/wiki/File:Modbus_adding_Hardware_van_2025-08-31.png

Okay, apologies for not being clear.
I had to add the hardware via Settings / Hardware / and the pull-down menu under “Type”: “Eastron sdm630 Modbus.” And further: “Meter Type” and set the “Baudrate” to 9600. But is ...
by PeterRozenveld
Saturday 30 August 2025 22:50
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MODBUS Settings
Replies: 12
Views: 378

Re: MODBUS Settings

Sorry, I assumed it would just appear among the hardware. Of course, I just need to add it... I just don't see any devices.
by PeterRozenveld
Saturday 30 August 2025 8:09
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MODBUS Settings
Replies: 12
Views: 378

Re: MODBUS Settings

I see gizmocuz forked it and also updated it: https://github.com/gizmocuz/SDM630-Modbus, so I took this link.
But I don't see any new hardware!
And to take in 22 pages of digital material, does it uberhaüpt work?
by PeterRozenveld
Friday 29 August 2025 20:05
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MODBUS Settings
Replies: 12
Views: 378

Re: MODBUS Settings

Connected by Eastron to Interface A/B to USB to Raspberry PI
by PeterRozenveld
Friday 29 August 2025 18:59
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MODBUS Settings
Replies: 12
Views: 378

Re: MODBUS Settings

SDM630 M-bus series from Eastron,
https://commons.wikimedia.org/wiki/File ... -08-29.png
is the config by Domoticz
by PeterRozenveld
Friday 29 August 2025 14:51
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MODBUS Settings
Replies: 12
Views: 378

MODBUS Settings

I tried ChatGPT< DON'T DO IT!
What settings do I need for a MODBUS H485 to read a kWh meter in Domoticz?
I used this interface:
https://github.com/DomoticX/domoticz-modbus
by PeterRozenveld
Tuesday 21 January 2025 13:31
Forum: dzVents
Topic: Something stupid , a dummy problem "actualWatt"
Replies: 11
Views: 1599

Re: Something stupid , a dummy problem "actualWatt"

I will be absent until Friday
by PeterRozenveld
Monday 20 January 2025 19:21
Forum: dzVents
Topic: Something stupid , a dummy problem "actualWatt"
Replies: 11
Views: 1599

Re: Something stupid , a dummy problem "actualWatt"

sorry doesn´t seem to work.
by PeterRozenveld
Monday 20 January 2025 17:25
Forum: dzVents
Topic: Something stupid , a dummy problem "actualWatt"
Replies: 11
Views: 1599

Re: Something stupid , a dummy problem "actualWatt"

Ok thx!

Done

It's : Usage, Electricity and the property? is .POWER

but that seems not to work either.
by PeterRozenveld
Monday 20 January 2025 15:57
Forum: dzVents
Topic: Something stupid , a dummy problem "actualWatt"
Replies: 11
Views: 1599

Re: Something stupid , a dummy problem "actualWatt"

I tried the following
local kpmtt = domoticz.devices(‘Tot Stove’).Energy
local kpmtt = domoticz.devices(‘To-Stove’).Usage
local kpmtt = domoticz.devices(‘To-Stove’).actualWatt

none of them work....
And the translation in Domoticz from Dummy Hardware to Dutch is quite confusing !


2025-01-20 15:55 ...
by PeterRozenveld
Monday 20 January 2025 15:22
Forum: dzVents
Topic: Something stupid , a dummy problem "actualWatt"
Replies: 11
Views: 1599

Something stupid , a dummy problem "actualWatt"

I keep getting an error in line 21:
" Local kmptt = .... "
Does a Dummy (Watts) have different value names ?

And is it possible to use the IF and THEN statement several times in a row ?



return
{
on =
{
devices =
{
'Kookplaat_F1_(Rechts)',
'Kookplaat_F3_(Links_Flexzone)',
'Tot_Fornuis ...
by PeterRozenveld
Monday 20 January 2025 8:56
Forum: dzVents
Topic: Must be not difficult! Adding two values?? [Solved]
Replies: 5
Views: 2887

Re: Must be not difficult! Adding two values?? [Solved]

Thanks, and in particular : waltervl for the right and fine support.
Herewith the working code:
Peter Rozenveld.


return
{
on =
{
devices =
{
'Kookplaat_F1_(Rechts)',
'Kookplaat_F3_(Links_Flexzone)',
},
},

logging =
{
level = domoticz.LOG_DEBUG,
marker = 'Adding F1 en F2 ...
by PeterRozenveld
Sunday 19 January 2025 21:28
Forum: dzVents
Topic: Must be not difficult! Adding two values?? [Solved]
Replies: 5
Views: 2887

Re: Must be not difficult! Adding two values?? [Solved]

update Usage I think is wrong somewhere!

return
{
on =
{
devices =
{
'Kookplaat_F1_(Rechts)',
'Kookplaat_F3_(Links_Flexzone)',
},
},

logging =
{
level = domoticz.LOG_DEBUG,
marker = 'Adding F1 en F2',
},

execute = function(dz, devices)

targetDevice = dz.devices('Tot_Fornuis ...
by PeterRozenveld
Sunday 19 January 2025 15:51
Forum: dzVents
Topic: Must be not difficult! Adding two values?? [Solved]
Replies: 5
Views: 2887

Must be not difficult! Adding two values?? [Solved]

It's Sunday and my brain doesn't want anymore:

What I'm doing wrong ?
Adding two values...


return
{
on =
{
devices =
{
'Kookplaat_F1_(Rechts)',
'Kookplaat_F3_(Links_Flexzone)',
},
},

logging =
{
level = domoticz.LOG_DEBUG,
marker = 'Adding F1 en F2',
},

execute = function(dz ...
by PeterRozenveld
Tuesday 07 January 2025 12:34
Forum: dzVents
Topic: Average current for valve
Replies: 10
Views: 603

Re: Average current for valve

Thanks all ,
I have extended the script slightly ,
so that the fan (192.168.2.171) enters a kind of shutdown phase and
extends the average value because otherwise I will start commuting the valve (192.168.2.172) .

Fan ip end's 171
Valve ip end's 172


Greets, Peter



return {
on = {
timer ...
by PeterRozenveld
Monday 06 January 2025 13:25
Forum: dzVents
Topic: Average current for valve
Replies: 10
Views: 603

Re: Average current for valve

Like this:
Its working!

return {
on = {
timer = {'every 1 minutes'},
devices = {'Kookplaat_F1_(Rechts)', 'Kookplaat_F3_(Links_Flexzone)'}
},
logging =
{
level = domoticz.LOG_DEBUG,
marker = 'OffdoorGemKookstroom',
},
data =
{
kpmt1_History = { history = true, maxMinutes = 2},
kpmt2 ...
by PeterRozenveld
Sunday 05 January 2025 0:32
Forum: dzVents
Topic: Average current for valve
Replies: 10
Views: 603

Re: Average current for valve

I feel a trigger is missing ?
Can a timer be a solutions, ?
And how do I get the logged stream values into another script now ?
Peter


return
{

on = {
devices = {'Kookplaat_F1_(Rechts)', 'Kookplaat_F3_(Links_Flexzone)'}
},

logging =
{
level = domoticz.LOG_DEBUG,
marker = 'GemKookstroom ...
by PeterRozenveld
Saturday 04 January 2025 13:06
Forum: dzVents
Topic: Average current for valve
Replies: 10
Views: 603

Re: Average current for valve

First for Phase 1 this:


return
{

on = {
devices = {'Kookplaat_F1_(Rechts)'}
},

logging =
{
level = domoticz.LOG_DEBUG,
marker = 'Kookrechts',
},

data =
{
kpmt1_History = { history = true, maxMinutes = 10},
},

execute = function(domoticz, sensor)

-- add new data
domoticz.data ...
by PeterRozenveld
Saturday 04 January 2025 10:40
Forum: dzVents
Topic: Average current for valve
Replies: 10
Views: 603

Re: Average current for valve


return
{

on = {
devices = {'Test Total solar radiation'}
},

logging =
{
level = domoticz.LOG_DEBUG,
marker = 'SEM228T',
},

data =
{
SEM228THistory = { history = true, maxMinutes = 10},
},

execute = function(domoticz, sensor)

-- add new data
domoticz.data.SEM228THistory.add ...
by PeterRozenveld
Friday 03 January 2025 13:25
Forum: dzVents
Topic: Average current for valve
Replies: 10
Views: 603

Average current for valve

I would like to use the average value instead of the absolute because Bosch Cooktop uses PWM and occasionally the current is zero!
Does anyone have an idea? How to make that with dzVents?
And maybe it would be useful , but am not so at home with wifi (Shelly) relays, to ask if the valve is already ...