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
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.
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:
Addon for this
ssh -p 22222 root@IP-of-HA
docker exec -it homeassistant /bin/bash
apk add tcpdump
Then, separately for the two integrations:
(adjust the IP of the inverter and the file name
cd /config
tcpdump -s65535 -w integrationX host 192.168.XX.XX
Send both files to me
The text was updated successfully, but these errors were encountered: