UZ Energy Community
EcoNode Series Gateway CC++ Development Guide -development environment - Printable Version

+- UZ Energy Community (https://forum.uzenergy.com)
+-- Forum: DIY Hardware (https://forum.uzenergy.com/forumdisplay.php?fid=52)
+--- Forum: EcoNode, OpenEMS Edge Hardware (https://forum.uzenergy.com/forumdisplay.php?fid=53)
+--- Thread: EcoNode Series Gateway CC++ Development Guide -development environment (/showthread.php?tid=339)



EcoNode Series Gateway CC++ Development Guide -development environment - LeoXu - 09-19-2024

Connect EcoNode to a PC
To connect EcoNode to a PC via LAN1, configure the PC’s wired network card address as follows:
1. Connect the EcoNode smart gateway's LAN11 port to the same switch as the PC, or directly connect them using an Ethernet cable.
2. Modify the PC's wired network card IP address to be in the same subnet as the gateway (192.168.3.XXX).
3. If the PC lacks an Ethernet port, you can use a USB Type-C to Ethernet adapter to make the connection.

PuTTY
To remotely access a Linux server using PuTTY, follow these steps:
1. Open PuTTY: Launch the PuTTY application on your Windows machine.
2. Configure Connection:
a.  Host Name: Enter 192.168.3.105.
b.  Port: Set to 22 (default for SSH).
c.  Connection Type: Select SSH (Secure Shell).
3. Login:
a. Username: Enter uzenergy.
b. Password: When prompted, input ******.

[Image: 20240920143234.jpg]