File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,37 +84,9 @@ The container needs to reach your OmniLogic controller on UDP port 10444. Ensure
84841 . Your Docker network can reach the controller's IP
85852 . No firewall is blocking UDP port 10444
86863 . The default bridge networking should work fine
87- 4 . For host networking (if needed):
88-
89- ``` bash
90- docker run --rm --network host omnilogic-cli --host 192.168.1.100 get lights
91- ```
9287
9388## Advanced Usage
9489
95- ### Save Output to File
96-
97- ``` bash
98- # Redirect output to a file on the host
99- docker run --rm omnilogic-cli --host 192.168.1.100 debug get-telemetry > telemetry.xml
100-
101- # Using volume mounts
102- docker run --rm -v $( pwd) :/data omnilogic-cli --host 192.168.1.100 debug get-mspconfig > /data/config.xml
103- ```
104-
105- ### Interactive Shell
106-
107- Run multiple commands without rebuilding the connection:
108-
109- ``` bash
110- docker run --rm -it --entrypoint /bin/bash omnilogic-cli
111-
112- # Inside container:
113- omnilogic --host 192.168.1.100 get lights
114- omnilogic --host 192.168.1.100 get pumps
115- omnilogic --host 192.168.1.100 debug get-telemetry
116- ```
117-
11890### Parse PCAP Files
11991
12092The CLI includes a PCAP parser for analyzing OmniLogic protocol traffic. Mount the PCAP file into the container:
You can’t perform that action at this time.
0 commit comments