Search found 25 matches

by jonathan12
Monday 31 May 2021 11:43
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Re: Daily energy usage (KWH)

Weird!

I created a new virtual device. General electirc instant & counter.
Set it to computed. Tried your URL and it works!

I changed Easy ESP to sent the data to the new virtual device, and it works!
Thanks very very much!
by jonathan12
Sunday 30 May 2021 11:30
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Re: Daily energy usage (KWH)

I did not know I had to set it to computed. If I set it to compute the input of easy ESP is not received by domoticz. If I try: http://x.x.x.x:xxxx/json.htm?type=command&param=udevice&idx=141&nvalue=0&svalue=307;0 results: { "status" : "OK", "title" : "Update Device" } Domoticz no update, old values ...
by jonathan12
Friday 28 May 2021 15:15
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Re: Daily energy usage (KWH)

http://x.x.x/.x:xxxx/json.htm?type=command&param=udevice&idx=141&nvalue=0&svalue=0,308 Result in Domoticz: Laadpaal dagelijk: 0, 0,308 http://x.x.x.x:xxxx/json.htm?type=command&param=udevice&idx=141&nvalue=0&svalue=0.307 Result in Domoticz: Laadpaal dagelijks: 0, 0.307 http://x.x.x.x:xxxx/json.htm ...
by jonathan12
Friday 28 May 2021 12:15
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Re: Daily energy usage (KWH)

Ok, i change it. Easy ESP: https://i.ibb.co/XCk39nF/ESP-Easy.jpg Script: on Eastron120M#A do SendToHTTP x.x.x.x,port,/json.htm?type=command&param=udevice&idx=106&nvalue=0&svalue=[Eastron120M#A] //Sent A to Domoticz endon on Eastron120M#V do SendToHTTP x.x.x.x,port,/json.htm?type=command&param ...
by jonathan12
Tuesday 25 May 2021 19:39
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Re: Daily energy usage (KWH)

I use multiple devices to sent it to domoticz.

One device for voltage
one for Ampere etc.

I will try the Api calls. Thanks!
by jonathan12
Tuesday 25 May 2021 19:22
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Re: Daily energy usage (KWH)

Ok, I created a new virtual device (instant and counter). Easy ESP: https://i.ibb.co/J2WGG90/ESPEASY-Laadpaal.jpg Domoticz: No data: https://i.ibb.co/Kx4WHZN/Domoticz-laadpaal-2.png Domoticz: https://i.ibb.co/phWvMCp/Domoticz-laadpaal-3.jpg In Domotics you see: 0, 3027.10;228.70;13;0.99 Why is the ...
by jonathan12
Monday 24 May 2021 12:07
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Re: Daily energy usage (KWH)

I have tested the Electricity (instant and counter) a few day ago.
Instant was showing 3000Watt, but the counter stays 0. What kind of input does the counter needed?
After waiting a day the counter still stays 0.
by jonathan12
Sunday 23 May 2021 20:54
Forum: dzVents
Topic: Daily energy usage (KWH)
Replies: 16
Views: 4743

Daily energy usage (KWH)

I All, I put an ESP8266 (easy esp) in my Car charger (Laadpaal) with a Modbus power meter. The ESP8266 is connected to the power meter with a RS485 to TTL converter and sends the data to domoticz. In domoticz I now have Power Voltage, Current, and Total energy usage of the power meter. I would like ...
by jonathan12
Friday 13 March 2020 15:44
Forum: Python
Topic: Python script UPS Pico to Domoticz
Replies: 0
Views: 361

Python script UPS Pico to Domoticz

Hi All, I was looking for a script to import the status of the UPS Pico into Domoticz. The scripts that I found where not doing what I wanted, so I combined 2 scripts to the script I like. I'm a newbee in scripting, so it is not perfect. Original scripts and thanks to the creators! # Origional ...
by jonathan12
Saturday 23 November 2019 13:43
Forum: Examples & Solutions
Topic: Luftdaten [SOLVED]
Replies: 62
Views: 23184

Re: Luftdaten [SOLVED]

How can i find the URL of my sensor? luftdaten.xxx.com
by jonathan12
Sunday 23 June 2019 17:45
Forum: Blockly
Topic: If CO2 is to high set fan on
Replies: 1
Views: 1185

Re: If CO2 is to high set fan on

Fixed it with another type of if do:

Image

And this is also working:

Image
by jonathan12
Sunday 23 June 2019 17:36
Forum: Blockly
Topic: If CO2 is to high set fan on
Replies: 1
Views: 1185

If CO2 is to high set fan on

Hi all, I'm trying to turn on the house ventilation (mechanische ventilatie) when the CO2 is too high using a Sonoff wifi swich like this topic: https://www.domoticz.com/forum/viewtopic.php?t=12544 I have a working MHZ19 sensor on a NodeMCU. It is working in Domoticz. I have a Sonoff wich I will ...
by jonathan12
Sunday 12 May 2019 12:22
Forum: dzVents
Topic: (rooted) Toon thermostat combined Get and Set script
Replies: 47
Views: 9546

Re: Toon thermostat combined Get and Set script

Hi Waaren,

Thanks for your answer! Now it is working.
Thanks a lot! :D :D :D
by jonathan12
Saturday 11 May 2019 20:28
Forum: Heating/cooling
Topic: Change from line graph to bar (24 hour usage and week usage)
Replies: 1
Views: 1245

Change from line graph to bar (24 hour usage and week usage)

Hi all, Is it possible to change the layout of the graphs in domoticz, Show 24 hour usage and week view? I would like to view our daily heat usage. (warm water for heating the house and hot water) It's now this: https://i.ibb.co/5kfYStp/Heat-usage.jpg I would like to see this: https://i.imgur.com ...
by jonathan12
Saturday 11 May 2019 20:17
Forum: dzVents
Topic: (rooted) Toon thermostat combined Get and Set script
Replies: 47
Views: 9546

Re: Toon thermostat combined Get and Set script

Nice script. After the latest domoticz update the original script did crash domoticz, so I had to disable it. Now I will use your script. But when i use it I got this error: Error: EventSystem: in Toon Thermostaat: [string "--[[ ..."]:22: attempt to index global 'domoticz' (a nil value) What does it ...
by jonathan12
Monday 25 February 2019 17:42
Forum: Python
Topic: Kamstrup Multical 402
Replies: 16
Views: 5093

Re: Kamstrup Multical 402

The script is working!!! Joy joy!

The solution: At 127.0.0.1 to the settings in Domoticz: Local Networks (no username/password):
by jonathan12
Sunday 03 February 2019 15:17
Forum: Python
Topic: Kamstrup Multical 402
Replies: 16
Views: 5093

Re: Kamstrup Multical 402

Hi All, I amd trying to get this nice script working with my city heating. I bought the sensor from: https://wiki.hal9k.dk/projects/kamstrup I created 3 sensors in Domoticz: (I am not sure if this is Right) Stadsverwarming1 General Custom Sensor 0 GJ IDX 42 Stadsverwarming2 General Custom Sensor 0 ...
by jonathan12
Friday 04 January 2019 19:08
Forum: MySensors
Topic: District Heating / City Heating (Stadsverwarming) Mysensor IR sender/Receiver
Replies: 40
Views: 16868

Re: District Heating / City Heating (Stadsverwarming) Mysensor IR sender/Receiver

Nice project. I will also try to get the data out of my heating box.

What kind of dummy sensor do we have to create?
by jonathan12
Sunday 28 October 2018 12:11
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 114034

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

I tried to make the watermeter working in Domoticz by following the manual of: https://ehoco.nl/watermeter-uitlezen-in-domoticz-lua-script/ I and many others are still getting this error: EventSystem: in Watermeter: [string “commandArray = {}…”]:18: attempt to perform arithmetic on global ‘sWat ...