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
eg4_v58 = eg4 inverters ( EG4-6000XP ) - confirmed working
45
+
srne_v3.9 = SRNE inverters - Untested
45
46
hdhk_16ch_ac_module = some chinese current monitoring device :P
46
47
```
47
48
@@ -105,12 +106,19 @@ you can also find the original documented variable names there; to use the origi
105
106
the csvs are using ";" as the delimeter, because that is what open office uses.
106
107
107
108
### variable_mask.txt
108
-
if you want to only send/get specific variables, put them in this file. one variable per line. if list is empty all variables will be sent
109
+
if you want to only send/get specific variables, put them in variable_mask.txt file. one variable per line. if list is empty all variables will be sent
109
110
```
110
111
variable1
111
112
variable2
112
113
```
113
114
115
+
### variable_screen.txt
116
+
if you want to exclude specific variables, put them in the variable_screen.txt file. one variable per line.
117
+
```
118
+
variable_to_exclude
119
+
variable_to_exclude2
120
+
```
121
+
114
122
### Any ModBus RTU Device
115
123
As i dive deeper into solar monitoring and general automation, i've come to the realization that ModBus RTU is the "standard" and basically... everything uses it. With how this is setup, it can be used with basically anything running ModBus RTU so long as you have the documentation.
0 commit comments