NNilsen Posted August 15, 2012 Posted August 15, 2012 I have an application that requires logging activity in plain text format to a log file. I do not see such and action in programs Example: If - Insteon button "home" is pressed Then - append to file occupancy.txt date() time() string("Home") If - Insteon button "away" is pressed Then - append to file occupancy.txt date() time() string("Away") The file can be anyware that can be accessed IE: on an external network drive I am currently sending an e-mail via ISY for external parsing
Xathros Posted August 15, 2012 Posted August 15, 2012 NNilsen- I am using the network resources module to send to a syslog server running on my MAC. Also tested with a linux box. Not perfect but it works. -Xathros
NNilsen Posted August 16, 2012 Author Posted August 16, 2012 Tried to research the network services module at: http://sales.universal-devices.com/resi ... 4i-series/ Not having much luck... I am not a developer, so a bit more information or example would be helpful. Thanks NNilsen- I am using the network resources module to send to a syslog server running on my MAC. Also tested with a linux box. Not perfect but it works. -Xathros
Xathros Posted August 16, 2012 Posted August 16, 2012 NNilson- Here is the blurb on Network Resources from the UDI Website: Network Module: host your own personal web site or 3rd party applications right on your ISY, control network-enabled devices through ISY programs (TCP/UDP/HTTP/HTTPS), turn on PCs using Wake On LAN Generally speaking, anything that you can control from a browser, you could write a resource rule to control. It takes some research to figure out how to talk to certain devices but its usually not too difficult. You can use a program like Wireshark(Mac/Win/Linux) or EavesDrop (Mac) to "Sniff" the network traffic between your browser and the target device and then use the what you find there to build the rule. Here is one of my syslog rules: The network module also sets up a webserver on the ISY so you can host some basic web stuff on the ISY if you like. -Xathros
Recommended Posts
Archived
This topic is now archived and is closed to further replies.