update to 1.0.2
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||

|
||||
|
||||
|
||||
|
||||
# solax-x3
|
||||
#### Read in real-time all parameters provided by Solax X3 solar inverter via its Modbus S-485 serial interface.
|
||||
|
||||
@@ -21,7 +25,7 @@ pip install solaxx3
|
||||
|
||||
|
||||
```
|
||||
from solaxx3.rs485 import SolaxX3
|
||||
from solaxx3.solaxx3 import SolaxX3
|
||||
|
||||
# adjust the serial port and baud rate as necessary
|
||||
s = SolaxX3(port="/dev/ttyUSB0", baudrate=115200)
|
||||
|
||||
Reference in New Issue
Block a user