Connecting to the inverter -wiki: Sample case Using a dedicated WLAN Bridge: TP-link TL-WR802N #83
-
From wiki mentioned above: How exactly you configure the router?
Now, I have not set the DHCP in TP-Link, i'm in undertstanding it is not used in client mode. Also the static route has been set in mys asus router so tha network/host is 192.168.200.0, netmask 255.255.255.0 and gateway is the address of TP-Link I can access TP-Link OK, but cannot see anything behind it (well, there should be only inverter at 192.168.200.2), I cannot ping it or traceroute it. Should it be answering at this stage or are there still things to be done? inverter model is SUN2000MA-4KTL-M1 firmware is V100R001C00SPC141 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hey, I haven't managed to get it to work either but some pointers:
Hope this helps. I haven't managed to get it to work via unifi. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Can you draw a diagram of how everything is connected with each other? How is the TP-Link router connected to your home network? What devices have which IP(s)? Where did you set the routes to 192.168.200.0/24 network? |
Beta Was this translation helpful? Give feedback.
-
https://forum.openwrt.org/t/connect-to-huwaei-sun2000-inverter-using-fiber-modem/104635/23?u=koa I summarized the details in one post mentioned above. CLICK MESo to summarize, I did this. Note Huawei inverter is on another subnet that is 192.168.200.0. ![image](https://user-images.githubusercontent.com/83491212/183281643-390822a9-834b-4fd3-ace4-ba65e7dfd930.png) 1. Flash Openwrt on the router 2. Setup your router as a dumb AP. https://openwrt.org/docs/guide-user/network/wifi/dumbap 3. Connect it to your ISP router via ethernet. This will change the IP to something in the router’s subnet range. e.g if your ISP’s router Ip is 192.168.1.1 then your OpenWrt's router IP will be 192.168.1.24 (anything in between 192.168.1.2 to 192.168.1.100) 4. Connect to your Huwaei Sun2000 inverter’s wifi as a client via 2.4Ghz radio. * Network – Wireless * click scan ![image](https://user-images.githubusercontent.com/83491212/183281654-eb4aa929-b5a3-47c7-b339-8ebce54ac582.png)
Step 2
Step 3
Step 4
Step five
Install Wlcrs integration.
|
Beta Was this translation helpful? Give feedback.
-
It was already discussed in Openwrt forums
https://forum.openwrt.org/t/connect-to-huwaei-sun2000-inverter-using-fiber-modem/104635/25?u=koa
…On Thu, 15 Sept 2022 at 20:18, hirofairlane ***@***.***> wrote:
Thanks a lot for the information published about the setup of Openwrt, but
after some hours tinkering, I think I have found a very neat approach.
The way I have configured the data redirection between the inverter SUNXXX
subnet and my LAN, is just setting up a SNAT in the Openwrt router that is
connected to the SUN2000 wifi and to my LAN.
Then the host you have to setup in the integration is the ip from the
Openwrt that is bridging between networks (AKA Rewrite IP address). In my
case 192.168.1.7 that was the LAN IP of the router I have in the basement
closer to the inverter.
[image: Screenshot 2022-09-15 171013]
<https://user-images.githubusercontent.com/25512210/190440517-4d7193fb-27e7-41f7-ad25-1a0deeacf20c.png>
in the setup file /etc/config/firewall looks like this:
config nat option name 'inversor' list proto 'tcp' option src '*' option
src_port '6607' option dest_ip '192.168.200.1' option dest_port '6607'
option target 'SNAT' option snat_ip '192.168.1.7'
—
Reply to this email directly, view it on GitHub
<#83 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT47TDBKTYR5DGQ7EPVWCXDV6M45BANCNFSM52T6GJ7Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Can you draw a diagram of how everything is connected with each other? How is the TP-Link router connected to your home network? What devices have which IP(s)? Where did you set the routes to 192.168.200.0/24 network?