Search found 281 matches

by edwin1234
Saturday 12 April 2025 17:09
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

Hi Walter,

Its working 👍🏻

Thank you

Regards
by edwin1234
Friday 11 April 2025 13:14
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

Ok , thank you

I will try that and let you know.

Regards
by edwin1234
Friday 11 April 2025 5:33
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

Forget to mention that i’m on an older domoticz version (2021) { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "Counter" : "2322.119", "CounterDeliv" : "0.000", "CounterDelivToday" : "0.000 kWh", "CounterToday" : "0.000 kWh", "CustomImage" : 0, ...
by edwin1234
Thursday 10 April 2025 21:22
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

Hi waltervl,
The script doesnt give an error but it only shows the kwh from solaredge in total.
It doesnt add enphase with it.
I did try both methods .

Regards
by edwin1234
Wednesday 09 April 2025 15:41
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

Thank you very much for the answer.
I am gonna try that

Regards
by edwin1234
Wednesday 09 April 2025 12:14
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

Thanks for the answer,

Sorry but dont know how to do that or where to find these values.
by edwin1234
Wednesday 09 April 2025 6:14
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

Thanks for your help
Here are the photos

Image

Values are zero now because its morning :)
by edwin1234
Tuesday 08 April 2025 20:02
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Re: Wrong value

I treid your script but got an error: Error: dzVents: Error: (3.1.7) An error occurred when calling event handler zonnepanelenTotaal 2025-04-08 19:59:00.334 Error: dzVents: Error: (3.1.7) .../domoticz/scripts/dzVents/scripts/zonnepanelenTotaal.lua:11: attempt to perform arithmetic on a nil value ...
by edwin1234
Tuesday 08 April 2025 17:55
Forum: dzVents
Topic: Wrong value
Replies: 15
Views: 1025

Wrong value

I have this script running: on = { timer = { "every 1 minutes" }}, -- Change to your liking to 1,2,3,4,5,6,10,12,15 or 20 execute = function(dz, item) local Opbrengst = dz.devices(1813) local Enphase = dz.devices("Enphase Panelen - total").counterToday local Solaredge = dz.devices("OpbrengstTotaal ...
by edwin1234
Thursday 03 April 2025 19:49
Forum: Design, usability and languages
Topic: Custom page not working correctly
Replies: 4
Views: 1503

Re: Custom page not working correctly

Ok thanks for your answer ,
Im going to look for that.
by edwin1234
Thursday 03 April 2025 18:30
Forum: Design, usability and languages
Topic: Custom page not working correctly
Replies: 4
Views: 1503

Re: Custom page not working correctly

Ok thanks,
What should it be?
And is that the only mistake?

Regards
by edwin1234
Thursday 03 April 2025 10:19
Forum: Design, usability and languages
Topic: Custom page not working correctly
Replies: 4
Views: 1503

Custom page not working correctly

I have a custom html page and is created by chatgtp its not working Thats maybe not strange ;) but i cant figure out what is wrong. Is there someone who knows html and see the where the errors are? <!DOCTYPE html> <html lang="nl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width ...
by edwin1234
Tuesday 25 March 2025 11:05
Forum: Rfxcom Transceiver
Topic: Hoog gasverbruik
Replies: 11
Views: 2857

Re: Hoog gasverbruik

Thanks for your answer,
I will try that, i hope it helps.

Regards
by edwin1234
Tuesday 25 March 2025 6:00
Forum: Rfxcom Transceiver
Topic: Hoog gasverbruik
Replies: 11
Views: 2857

Re: Hoog gasverbruik

I have a “draaistroommeter” a disk dat spins to the right or left when or not there is sun.
I have a rfxsensor wired to a rfxmeter on it from rfxcom for many many years and never had this high spikes before.
by edwin1234
Monday 24 March 2025 19:50
Forum: Rfxcom Transceiver
Topic: Hoog gasverbruik
Replies: 11
Views: 2857

Re: Hoog gasverbruik

I dont have a smart meter and dont want one😉
by edwin1234
Monday 24 March 2025 6:16
Forum: Rfxcom Transceiver
Topic: Hoog gasverbruik
Replies: 11
Views: 2857

Re: Hoog gasverbruik

I did reset the high values
But almost once a week the rfxgas values
Are high and then the next day normal again.
Any ideas?

Regards
by edwin1234
Sunday 16 March 2025 16:37
Forum: Node-RED
Topic: How to get this in domoticz
Replies: 33
Views: 3088

Re: How to get this in domoticz

For some strange reason its working now.
Dont know how but that doesnt matter :D

Regards
by edwin1234
Saturday 15 March 2025 20:51
Forum: Node-RED
Topic: How to get this in domoticz
Replies: 33
Views: 3088

Re: How to get this in domoticz

Thanks firewizard
I wil try it out en let you know

Regards
by edwin1234
Saturday 15 March 2025 13:28
Forum: Node-RED
Topic: How to get this in domoticz
Replies: 33
Views: 3088

Re: How to get this in domoticz

I have send you the flow,
Your function node is not atached for now because it didnt work.
And its a bit a mess, but just for testing.
by edwin1234
Saturday 15 March 2025 8:34
Forum: Node-RED
Topic: How to get this in domoticz
Replies: 33
Views: 3088

Re: How to get this in domoticz

I did it like this But for some reason it doesnt work? Now i dont get the info into domoticz while it worked while it was like This: msg.payload = { "command": "udevice", "idx": 2381, "svalue":"0","nvalue": parseInt (msg.payload.data.dps["19"] / 10)} return msg;