Search found 86 matches

by laco
Friday 02 September 2022 8:44
Forum: Other questions and discussions
Topic: LaMetric Time
Replies: 2
Views: 645

Re: LaMetric Time

Lametric Time integration was created in Home Assistant.
Anyone planning to integrate this clock into Domoticz?
2022-09-02.png
2022-09-02.png (292.99 KiB) Viewed 214 times
by laco
Friday 12 November 2021 15:54
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29431

Domoticz-Google Plugin

Plugin: https://github.com/dnpwwo/Domoticz-Google-Plugin https://easydomoticz.com/forum/viewtopic.php?t=10297 I'm trying to install this plugin to send sound notifications to chromecast devices. After installation we will print this error. 2021-11-12 15:17:04.385 Error: google: (GoogleDevs) failed ...
by laco
Thursday 11 November 2021 13:55
Forum: PHP and all others
Topic: Addition of two IDX
Replies: 9
Views: 4003

Re: Addition of two IDX

I used this DzVents script: --[[ Combinetest (dzVents 2.4.1) ]]-- return { on = { timer = { "every minute at daytime" , "every 30 minutes at nighttime" } }, execute = function(domoticz, _) domoticz.devices(82).updateCounter(1000 * ( domoticz.devices(60).counter + domoticz.devices(61).counter ...
by laco
Wednesday 10 November 2021 8:49
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT

I had two bugs there, now it works :D

Code: Select all

			if darling >0 then
			domoticz.devices(40).updateCurrent(darling)  -- update command depends on device type. See dzVents Wiki
			end
by laco
Tuesday 09 November 2021 18:05
Forum: PHP and all others
Topic: Addition of two IDX
Replies: 9
Views: 4003

Re: Addition of two IDX

How simple and works properly :-)
2021-11-09 (1).png
2021-11-09 (1).png (20.08 KiB) Viewed 2151 times
by laco
Tuesday 09 November 2021 17:25
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT

Do I have it written correctly?
It hasn't written me any value yet

Code: Select all

			if darling > 0 then
			dmoticz.devices(40).updateCurrent(darling)  -- update command depends on device type. See dzVents Wiki
			end
by laco
Sunday 07 November 2021 19:26
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100781

Re: Oficial Docker Container

I changed, but it doesn't work. remoteHost = '192.168.1.100:3306', -- set remoteHost = 'remote hostname' when database is remote sudoRequired = true, -- set true or false log: 2021-11-07 19:26:00.477 Error: dzVents: Error: (3.1.8) TMEP_0.201909201700: ReturnCode: 127 2021-11-07 19:26:00.477 ...
by laco
Sunday 07 November 2021 15:58
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100781

Re: Oficial Docker Container

Not.
Can you show me how to do it?
by laco
Sunday 07 November 2021 13:06
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100781

Re: Oficial Docker Container

I want to ask if anyone has experience. I used dzvents script to record temperature and humidity values to mysql database in Synology. It worked without problems when the domoticz package was installed in Synology. When I switched to DOCKER with the domoticz program, this script no longer writes ...
by laco
Sunday 07 November 2021 12:50
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT

I have one more question.
Can I modify the script to write only positive data?

For example, if 0 is darling so that it does not write it to the database.

Is it possible to create a separate script for DARLING?
by laco
Friday 10 September 2021 13:08
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT

My domoticz runs in DOCKER on SYNOLOGY NAS.
I'm testing it so far, but the CPU load and RAM consumption are very low.
The response is fast, there is no sign of slowing down.
It is important for me to know the immediate consumption in Wats.
2021-09-10 (1).png
2021-09-10 (1).png (32.32 KiB) Viewed 2083 times
2021-09-10.png
2021-09-10.png (6.71 KiB) Viewed 2083 times
by laco
Friday 10 September 2021 9:01
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT

Thank you very much. Now it works perfectly. I set every 5 seconds to write the value. Here is my function code: local scriptVar = '3PhaseCurrent' return { on = { timer = { 'every 1 minutes', }, httpResponses = { scriptVar }, }, logging = { level = domoticz.LOG_DEBUG, -- set to LOG_ERROR when tested ...
by laco
Thursday 09 September 2021 17:29
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase

It works properly, writes every 15 seconds. But it still displays an error in the log. 2021-09-09 17:23:00.835 Status: dzVents: Debug: - HTTPResponse: 3PhaseCurrent 2021-09-09 17:23:00.860 Status: dzVents: Info: Handling httpResponse-events for: "3PhaseCurrent" 2021-09-09 17:23:00.861 Status ...
by laco
Wednesday 08 September 2021 8:26
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase

It's working properly now.
Well thank you.
Is it possible to set it to write more often than 1 minute?
by laco
Tuesday 07 September 2021 9:44
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase

I enter in a web browser: http://192.168.1.120/api/xdevices.json?cmd=30 Print this text: {"product":"IPX800_V3","AN1":805,"AN2":65,"AN3":202,"AN4":65,"AN5":0,"AN6":0,"AN7":14,"AN8":254,"AN9":0,"AN10":0,"AN11":0,"AN12":0,"AN13":0,"AN14":0,"AN15":0,"AN16":0}
by laco
Tuesday 07 September 2021 9:37
Forum: Other questions and discussions
Topic: ECO-DEVICES
Replies: 7
Views: 1158

Re: ECO-DEVICES

Nothing changed in this?
by laco
Sunday 05 September 2021 18:27
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase

Prints an error: 2021-09-05 18:26:00.688 Error: dzVents: Error: (3.1.8) 3PhaseCurrent: An error occurred when calling event handler Odber 3 fazy 2021-09-05 18:26:00.689 Error: dzVents: Error: (3.1.8) 3PhaseCurrent: ...rdata/scripts/dzVents/generated_scripts/Odber 3 fazy.lua:41: attempt to index a ...
by laco
Thursday 02 September 2021 17:41
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase

The LUA script above gives me an error:

Code: Select all

2021-09-02 17:35:00.770 Error: EventSystem: in Script #11 Odber 3 fázy: [string "-- Odber 3 fázy ..."]:8: attempt to call a nil value
I have Domoticz running in DOCKER https://hub.docker.com/r/domoticz/domoticz
by laco
Thursday 02 September 2021 15:28
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase

I can't do it. :-(
by laco
Monday 30 August 2021 9:04
Forum: dzVents
Topic: Electricity Current/Ampere 3 Phase IPX800V3 + X400CT
Replies: 24
Views: 3027

Re: Electricity Current/Ampere 3 Phase

Use this command to read data from my IPX800 V3, X400-CT: http://192.168.1.120/api/xdevices.json?cmd=30 {"product":"IPX800_V3","AN1":766,"AN2":62,"AN3":190,"AN4":65,"AN5":0,"AN6":823,"AN7":1269,"AN8":1548,"AN9":0,"AN10":0,"AN11":0,"AN12":0,"AN13":0,"AN14":0,"AN15":0,"AN16":0} I have an analog phase ...