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

Help for Speedwire wanted! #39

Open
littleyoda opened this issue Feb 9, 2025 · 0 comments
Open

Help for Speedwire wanted! #39

littleyoda opened this issue Feb 9, 2025 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@littleyoda
Copy link
Owner

Help needed to narrow down the Speedwire problems.

To analyse the problems with Speedwire, I need more information.
For this, the first step would be to capture the network traffic for both integrations.

The following description is for people who are familiar with the subject. If you don't understand the instructions, please leave it to someone else.

For this integration as well as for ha_sma_speedwire, all packets between the HA host system and the inverter must be recorded.

Procedure:

  • Set up extended SSH access (port 22222)
    Addon for this
  • SSSH to Port 22222
    ssh -p 22222 root@IP-of-HA
  • Connect to HomeAssistant Docker
    docker exec -it homeassistant /bin/bash
  • Install TCPDUMP
    apk add tcpdump

Then, separately for the two integrations:

  • Start TCPDUMP
    (adjust the IP of the inverter and the file name
    cd /config
    tcpdump -s65535 -w integrationX host 192.168.XX.XX
  • Add the device via the respective integration
  • Stop tcpdump after the integration values have been returned or an error has occurred.

Send both files to me

@littleyoda littleyoda added the help wanted Extra attention is needed label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant