Skip to content

Commit

Permalink
Merge pull request #1236 from cschlipf/sofar-faq-lse3-pitfalls
Browse files Browse the repository at this point in the history
FAQ: Common LSE-3 pitfalls
  • Loading branch information
wills106 authored Jan 28, 2025
2 parents 048ac75 + 396c1c9 commit e563c47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/sofar-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ When using the UI you can ignore these errors.

In automations and scripts these errors will cause your automation to stop. Workaround: Add `continue_on_error: true` to the YAML of your service calls that set values to the inverter. More details on `continue_on_error` can be found in the [Home Assistant documentation](https://www.home-assistant.io/docs/scripts/#continuing-on-error).

## I am using the LSE-3 logger stick, but requests timeout frequently.

There are multiple possible root causes for this:

- You have assigned a fixed IP address in the config UI of the logger stick. To solve this, let the logger stick fetch an IP address via DHCP, but use your router configuration to assign the same IP address to the logger stick.
- Wrong firmware. Make sure your logger stick is using the firmware version `ME_0D_270A_1.09`. The newer firmware version `ME_0D_270A_1.11` is causing issues. Older firmwares are also not reliable. If your logger stick's firmware is not the correct version, get in touch with the [SolarMan support](https://www.solarmanpv.com/supportservice/service-contact/) and ask them to update the firmware of your logger. SolarMan support will need the serial number of your logger to do this.
- Too many requests. Especially if you also use other software that accesses the LSE-3, too many requests can lead to time out issues. Increase the request intervals to solve this issue.


## I have changed some values, but they seem to have no impact on the inverter's operation.

Expand Down
2 changes: 2 additions & 0 deletions docs/sofar-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Most reliable and most easy installation is by replacing the LSW3 WiFi Stick Log

Once installed and connected to the network it provides ModBus TCP out-of-the-box via the port 8899. Just follow the [installation](installation.md) and on the 'TCP/IP Parameters' page enter the IP address of the LSE3 Stick Logger and use 8899 as port.

Please see the [FAQ](./sofar-faq.md), if you run into issues.

## Connect an RS485 USB or Ethernet Adapter

1. Shutdown the inverter.
Expand Down

0 comments on commit e563c47

Please sign in to comment.