Skip to content

Commit 49cf9a3

Browse files
authored
update readme (#7)
1 parent 32966e6 commit 49cf9a3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ python3 <path_to_script>/<script_name>.py --modbus-ip <address> --modbus-port <p
4040

4141
### Scripts description
4242

43+
#### Electrolyser
44+
4345
**_read_el_control_board_serial.py_**
4446

4547
Read and decode control board serial number input (6) to a human-readable string value (e.g. '9E25E695-A66A-61DD-6570-50DB4E73652D').
@@ -104,3 +106,25 @@ Only refilling is performed in case of first maintenance (from factory state).
104106

105107
NOTICE. Log skip priority holding register (4042) has int32 type, so it may contain any value in the appropriate
106108
range. Values less than 0 are considered as DISABLE_LOGGING (0), values greater than 6 are considered as ALL_MESSAGES (6).
109+
110+
#### Dryer
111+
112+
**_read_dry_errors.py_**
113+
114+
Read and decode errors input register (6000) to a list of human-readable errors names
115+
(e.g. 'TT00_INVALID_VALUE, TT01_INVALID_VALUE').
116+
117+
**_read_dry_params.py_**
118+
119+
Read and decode current hardware parameters:
120+
- state (input, 6021)
121+
- dryer input pressure (input, 6010)
122+
- dryer output pressure (input, 6012)
123+
124+
**_write_dry_reboot.py_**
125+
126+
- read reboot holding register (6020) and get current reboot counter
127+
- write 1 to reboot holding register (6020)
128+
- write 1 to save config holding register (6022)
129+
- wait until dryer is rebooted
130+
- read reboot holding register (6020) and get updated reboot counter

0 commit comments

Comments
 (0)