Search found 7 matches

by CeesCKS
Tuesday 18 June 2019 16:09
Forum: dzVents
Topic: Values are not sent to influxdb [Solved]
Replies: 57
Views: 12147

Re: Values are not sent to influxdb [Solved]

Many thanks for your quick response and your help. However I am getting a little lost in your advice. As I mention before the command: local function DumpIn (pVar, pValue, pFormat) local Prefix = "curl -i -XPOST 'http://000.000.000.00:8086/write?db=huis&precision=m' --data-binary " local PostFix ...
by CeesCKS
Monday 17 June 2019 16:27
Forum: dzVents
Topic: Values are not sent to influxdb [Solved]
Replies: 57
Views: 12147

Re: Values are not sent to influxdb [Solved]

Command reports an error:

2019-06-17 16:24:02.385 Error: Error opening url: http://000.000.000.00:8086/json.htm?typ ... ;0;0;30;30
by CeesCKS
Thursday 13 June 2019 12:02
Forum: dzVents
Topic: Values are not sent to influxdb [Solved]
Replies: 57
Views: 12147

Re: Values are not sent to influxdb [Solved]

Is it possile to query the InFluxDB transfer definition table for virtual devices? Using this query to develop a generic dzventz script to send the data (on a minute) from the virtual devices using a OpenUrl/JSON statement? Advantage: users (like me) with little knowlegde can send data too from ...
by CeesCKS
Thursday 13 June 2019 11:54
Forum: dzVents
Topic: Values are not sent to influxdb [Solved]
Replies: 57
Views: 12147

Re: Values are not sent to influxdb [Solved]

Thanks for your advice. I was not able to code a push of the data using the domoticz.openUrl statement. This was causing a error statement in the log file. I have now replaced the statement using os.execute and the curl command to peform the data to be pushed to influxdb on another raspberryPI. I am ...
by CeesCKS
Wednesday 12 June 2019 15:10
Forum: dzVents
Topic: Values are not sent to influxdb [Solved]
Replies: 57
Views: 12147

Re: Values are not sent to influxdb [Solved]

I am facing the same problem for a number of virtual (dummy) devices and I am not familiar with writing JSON script. I noticed for the humidity of a temperature device, the status (wet, dry, etc) is not being send to the influxdb too. Can someone help me.
by CeesCKS
Tuesday 16 January 2018 15:34
Forum: Other questions and discussions
Topic: How to use the Electricity device as virtual device
Replies: 0
Views: 295

How to use the Electricity device as virtual device

Hi, Is more documentation available for this device? In the window "modify device" I noticed the radio button for the option to select "Energy read" computed or from device . How does it effect the calculations/update in DzVents? Does it performs its "own" internal energy calculations based on the ...
by CeesCKS
Tuesday 16 January 2018 15:23
Forum: dzVents
Topic: Using a variable as a setpoint?
Replies: 8
Views: 2494

Re: Using a variable as a setpoint?

Hi,

Did you consider to use the "Timers" option from the Thermostat device to change the setpoint value at a given time stamp without programming any code.

Cees