Search found 5 matches

by hairman63
Wednesday 17 June 2020 21:42
Forum: Temperature and Weather
Topic: Transfer sensordata from Domoticz to domoticz using dzvents
Replies: 10
Views: 1223

Re: Transfer sensordata from Domoticz to domoticz using dzvents

So far i have a start, but i can't get it up and runing ... Please check the wiki for the right names of the attributes. In it's most basic form.. Thanks ... but i got it running with basicaly my first script. My problem wasn't the code after all ... it had something to do with rights on the PC ...
by hairman63
Wednesday 17 June 2020 19:54
Forum: Temperature and Weather
Topic: Transfer sensordata from Domoticz to domoticz using dzvents
Replies: 10
Views: 1223

Re: Transfer sensordata from Domoticz to domoticz using dzvents

EddyG wrote: Wednesday 17 June 2020 12:39 Ofcource. Setup -> About -> Manual -> page 28
https://www.domoticz.com/wiki/Setting_up_Device_sharing

And several other places, search function does wonders. ;)
Thanks .... i didn't know ...
Looks very interesting ...
by hairman63
Wednesday 17 June 2020 12:29
Forum: Temperature and Weather
Topic: Transfer sensordata from Domoticz to domoticz using dzvents
Replies: 10
Views: 1223

Re: Transfer sensordata from Domoticz to domoticz using dzvents

EddyG wrote: Wednesday 17 June 2020 7:20 Why not use the 'slave' function of Domoticz?
Can you explain how to use 'slave' ..? I'm not familiar with that ...
by hairman63
Wednesday 17 June 2020 12:24
Forum: Temperature and Weather
Topic: Transfer sensordata from Domoticz to domoticz using dzvents
Replies: 10
Views: 1223

Re: Transfer sensordata from Domoticz to domoticz using dzvents

So far i have a start, but i can't get it up and runing ... Please check the wiki for the right names of the attributes. In it's most basic form.. local remoteServer = 'http://192.168.xxx.xxx:xxxx' local callbackString = 'RemoteDataPush_callback' return { on = { timer = { 'every minute ...
by hairman63
Tuesday 16 June 2020 22:22
Forum: Temperature and Weather
Topic: Transfer sensordata from Domoticz to domoticz using dzvents
Replies: 10
Views: 1223

Transfer sensordata from Domoticz to domoticz using dzvents

Hi all, new here ... i trying to transfer sensordata from my second domoticz device to the first using dzvents scripting. So far i have a start, but i can't get it up and runing ... local server = ('http://192.168.xxx.xxx:xxxx') local callbackString = ('RemoteDataPush_callback') return { on ...