Search found 5 matches
- 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 ...
- 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
Thanks .... i didn't know ...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.![]()
Looks very interesting ...
- Wednesday 17 June 2020 12:29
- Forum: Temperature and Weather
- Topic: Transfer sensordata from Domoticz to domoticz using dzvents
- Replies: 10
- Views: 1223
- 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 ...
- 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 ...