Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SofarSolar FAQ #614

Merged
merged 8 commits into from
Nov 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 28 additions & 12 deletions docs/sofar-faq.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
# Sofar FAQ - WIP
# Sofar FAQ

## Example Formatting
## My RS485 Adapter does not work reliably

**Bold text, ideal for a warning statement**
SofarSolar inverters are picky with RS485 adapters. When trying to connect my HYD xxKTL-3PH via RS485 USB I tried a couple of options. Best working adaptor was the Waveshare USB to RS485 adaptor. However even with that one I was not able to get a 100% reliable connection.

### Nested
The by-far best RS485 connection is provided by the replacing the LSW-3 WiFi Stick Logger with the LSE-3 Ethernet Stick Logger. The later provides Modbus TCP out of the box via the port 8899.

#### Further Nested
## I am using the LSW-3 Wifi Stick Logger, but ModBus TCP does not work

Allows the Index on the left to be broken down
Even though also on the LSW-3 Wifi Stick Logger shows that port 8899 is open, Modbus TCP connection attempts time out. Replace our stick logger with the LSE-3 LAN Stick Logger.

### List options
## I am using the LSE-3 LAN Stick Logger, but the port 8899 is not open

List:
Running a port scanner like nmap on the LSE-3's IP address does not report port 8899 as being open.

- Item 1
- Item 1a
- Item 2
- Item 3
I have seen that it might take a while until the port 8899 gets opened by the LAN Stick Logger. Try again the next day.

If that does still not help check the LAN Stick Loggers Firmware: Open the web interface at `http://\<LSE-3 IP Address\>` and on the 'Status' page expand the 'Device Information'. Check that the Firmware version is 'ME_0D_270A_1.09' or newer.

## How do I connect a RS485 Adaptor to the Sofar Solar HYD xxKTL inverters?

1. Shutdown the inverter.
2. Disassemble the COM Port connector, by unscrewing the handle from the connector. Then press the clips on the front and gently pull out the connector. Be careful not to disconnect any of the other wires.
3. Recommended cable is an Ethernet LAN cable. Take a twisted pair, e.g. orange, and connect one to PIN 1 (A), e.g. orange solid, and the other to PIN 3 (B), e.g. orange/white. Alternatively you can use PINs 2 and 4.
4. If your RS 485 Adapter provides a GND Input, you can connect it to pin 12.
5. Carefully assemble the COM Port connector again.
6. Connect the other sides of the RS485 cable to your adaptor.
7. Turn on the inverter.
8. After a while you should be able to see an RS485 symbol on the top left. When this symbol is visible RS485 communication is established.

## I have activated passive mode, but changing the 'Passive Mode Battery Power' has no impact

After changing 'Passive Mode Battery Power' you have to press 'Passive Mode Battery Charge/Discharge' to commit the changes.

See also this [example](https://github.com/wills106/homeassistant-solax-modbus/discussions/612).
Loading