You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ It uses the RS232 serial port of the Resümat controller.
9
9
Do not set any values if the corresponding readings don't match the displayed data on the control unit itself or if any other readings are not correct! I'm not responsible for any damage!
10
10
11
11
## Running it
12
-
Download the release file (wtkcontrol-1.2.jar) from https://github.com/mwllgr/java-wtkcontrol/releases/tag/v1.2.0 and run it:
12
+
Download the release file (wtkcontrol-1.3.jar) from https://github.com/mwllgr/java-wtkcontrol/releases/tag/v1.3.0 and run it:
13
13
```bash
14
-
java -jar wtkcontrol-1.2.jar
14
+
java -jar wtkcontrol-1.3.jar
15
15
```
16
16
17
17
Start by selecting an address file and opening the serial port - you might have enter the device name manually (e.g. `COM1` or `ttyUSB0`).
@@ -26,7 +26,7 @@ Only reading every address value is possible in "read mode" right now. You'd hav
System.out.printf(" %-20s%s%n", "--value <data>", "Requires --write, <data> has to be in a valid format/range");
197
207
System.out.printf(" %-20s%s%n", "--logger", "Only used in read mode: Saves the received values into wtk logger-dd-MM-yyyy_hh-mm-ss.csv before the application exits");
198
208
System.out.printf(" %-20s%s%n", "--wakeup", "Sends a wake-up command to the heating controller");
209
+
System.out.printf(" %-20s%s%n", "--time-sync", "Sends a command to sync the RTC of the controller with the local date and time");
199
210
System.out.printf(" %-20s%s%n", "--help, -h", "Shows this help text");
0 commit comments