PLEASE NOTE: If you had an account with the previous forum, it has been ported to the new Genetry website!
You will need to reset the password to access the new forum. Click Log In → Forgot Password → enter your username or forum email address → click Email Reset Link.

Ethernet / no Wifi ...
 
Notifications
Clear all

Ethernet / no Wifi Version of Board?

5 Posts
3 Users
0 Likes
129 Views
(@chg_coin)
Trusted Member
Joined: 4 years ago
Posts: 40
Topic starter  

Had you considered an ethernet-only version of your board with no wifi for more secure applications, perhaps a little less power consumption, as well as for people with sensitivities to EMF?  Might fit your audience / demographic, as well as finding some new ones...


   
Quote
(@chg_coin)
Trusted Member
Joined: 4 years ago
Posts: 40
Topic starter  

Also just to occurred to me that ethernet interfaces better with EG4-LL batts (G4LL LiFePO4) as well (potentially).


   
ReplyQuote
(@thebutcher)
Reputable Member
Joined: 4 years ago
Posts: 355
 

I think those batteries use RS485, not ethernet.  Same socket, completely different electrical interface.


   
ReplyQuote
(@sid-genetry-solar)
Member Admin
Joined: 4 years ago
Posts: 2883
 
Posted by: @chg_coin
Had you considered an ethernet-only version of your board with no wifi for more secure applications, perhaps a little less power consumption, as well as for people with sensitivities to EMF? Might fit your audience / demographic, as well as finding some new ones...

Not particularly. 

Problem is that the entire WiFi board is run by the Espressif ESP-32 module...which has WiFi & Bluetooth built in, for a very good price.  (These cannot be removed, though they can be turned off.)

Adding Ethernet would require finding an Ethernet support chip (the common W5500 chip costs more than the ESP32 itself, while the LAN8720 is about the same cost as the ESP32), adding support circuitry, etc., etc.  Would definitely complicate the code, as well.

Using an Ethernet chip on the board will not reduce the power consumption; it will actually increase it (when the Ethernet connection is used / enabled).

 

 

If the desired end goal is simple hardwired comms/control with the inverter: we do plan to add a direct (electrically isolated) comm interface to the next batch of GS inverters (can also be added after the fact, if not for a place in the chassis to mount the connector).  RS-232, RS-485 and CANbus are available bus options I'm aware of.  MODBUS is a definite option for communication protocols; someone else has also suggested a Victron protocol as another option.

These options are FAR easier to handle on the Genetry end (hardware/software)--not to mention much easier to handle/control with existing systems, Arduino or otherwise.


   
ReplyQuote
(@sid-genetry-solar)
Member Admin
Joined: 4 years ago
Posts: 2883
 
Posted by: @thebutcher
I think those batteries use RS485, not ethernet. Same socket, completely different electrical interface.

Confirmed:

image.thumb.png.8529bf7317b63ff380e55ad5cef1cdaf.png


   
ReplyQuote