I have a data-logger running and every 2 minutes i take a copy of the memory contents. This IP-address is dynamic and there is no room to make it a fixe IP-address. Sometimes the data-logger receives a new IP-address in my LAN and then I don't notice this
The copy of the memory is done with the following line in a dzVents script.
Code: Select all
domoticz.utils.osCommand('wget -nv -N -P /tmp/ 192.168.xxx.yyy/current/current_packets.vbus')