Solax zonnepanelen koppelen aan homey

Graag gedaan, Ron

Is onderstaande uitleg van de app pagina misschien van toepassing op jouw omvormer?

Recent inverter models, including those using PocketWifi devices, have undergone changes in their firmware. These updates have altered how their API is accessible:

New Behavior:
The API is no longer available when the inverter is connected to your home Wi-Fi network.
Current Access Point: The API remains accessible, but only through the inverter’s own broadcasted Wi-Fi network (SSID).
Solution for Integration: To use this sensor with updated inverters, you’ll need to set up a reverse proxy system. This involves:

Using a device like a Raspberry Pi
Configuring the Raspberry Pi with two network connections:
a) One connection to your home network
b) Another Wi-Fi connection to the inverter’s SSID
Setting up NGINX to act as a reverse proxy

This setup allows you to maintain access to the inverter’s API while it’s not directly exposed on your main network.

NGINX proxy
IPTables:
iptables -t nat -A PREROUTING -p tcp -d 192.168.1.1 --dport 888 -j DNAT --to-destination 5.8.8.8:80

.

M.b.t. de Solax Cloud app, had je deze howto gevonden?