byte4geek / SEPLOS_MQTT

Read data From Seplos BMS and send them to the Home Assistant
GNU General Public License v3.0
40 stars 13 forks source link

work over tcp #13

Closed xjustbmw closed 6 months ago

xjustbmw commented 1 year ago

can we modify this to work any a modbus -> tcp adapter over ip ?

byte4geek commented 1 year ago

is a good idea, if you already performend the configuration using modbus adapter or similar and ,the seplos tool, tell me what mod bus adapter you used, otherwise i do not have in program to do this.

if i understand correctly we will have this configuration?

SEPLOS board <-> modbus adapter <-> TPCIP <-> modbus adatper <-> RS485 adapter <-> PC with seplos tool or SEPLOS board <-> modbus adapter <-> TPCIP <-> PC with driver that configure virtual RS485 port and seplos tool

xjustbmw commented 1 year ago

yes. this is the ideea. I am using elfin devices. (EE11 model) about 10$ each, works perfectly , 1 for the deye inverter (works directly over modbus rtu) and one for the battery the device already does the conversion from ip:port to modbus (frame or RTU)

I am looking at this pylontech battery nodered flow here: Is it the same ?

https://github.com/meteosat007/solar-pylontech/blob/main/Pylontech%20Battery%20Master.json

care to look if it is the same ?

xjustbmw commented 1 year ago

image image

finally made it directly in nodered using telnet tcp module