syssi / esphome-smg-ii

ESPHome configuration to monitor and control a ISolar/EASUN SMG II inverter via RS232
Apache License 2.0
64 stars 11 forks source link

Nothing Works #65

Closed cyclemat closed 1 month ago

cyclemat commented 2 months ago

Have here an PowMR 5.5 K - P inverter try to readout the inverter have all dubble checked but all i have is this

er:183]: Duplicate modbus command found: type=0x3 address=420 count=1
02.09.2024 10:43:00(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=406 count=1
02.09.2024 10:43:00(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=331 count=7
02.09.2024 10:43:00(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=329 count=1
02.09.2024 10:43:00(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=323 count=5
02.09.2024 10:43:00(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=320 count=2
02.09.2024 10:42:59(-0.04 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=313 count=1
02.09.2024 10:42:59(-0.05 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=201 count=17
02.09.2024 10:42:50(-9.91 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=643 count=1
02.09.2024 10:42:50(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=305 count=6
02.09.2024 10:42:50(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=300 count=4
02.09.2024 10:42:50(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=232 count=3
02.09.2024 10:42:50(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=229 count=1
02.09.2024 10:42:49(-0.04 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=223 count=5
02.09.2024 10:42:49(-0.05 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=219 count=2
02.09.2024 10:42:40(-9.9 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=420 count=1
02.09.2024 10:42:40(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=406 count=1
02.09.2024 10:42:40(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=331 count=7
02.09.2024 10:42:40(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=329 count=1
02.09.2024 10:42:40(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=323 count=5
02.09.2024 10:42:40(-0 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=320 count=2
02.09.2024 10:42:39(-0.04 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=313 count=1
02.09.2024 10:42:39(-0.05 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=108 count=2
02.09.2024 10:42:30(-9.91 seconds) 
[W][modbus_controller:183]: Duplicate modbus command found: type=0x3 address=643 count=1`

image

can anybody help me want to controll the charging section to charge the battery when tibber price is low

syssi commented 2 months ago

Please increase the log level to DEBUG and provide another log: https://github.com/syssi/esphome-smg-ii?tab=readme-ov-file#debugging

Could you take some photos of your wiring and RS485 module? I guess your wiring isn't correct or the flow control is not properly managed.

cyclemat commented 2 months ago

RS485 ? in the readme stands RS232 !

Here are Pictures will set the debug level this evening !

image image image image

syssi commented 2 months ago

RS485 ? in the readme stands RS232 !

My fault. It's RS232! :-)

syssi commented 2 months ago

Could you check the chip model of your RS232 converter? It's important to use the MAX3232 (3.3V model) and no MAX232 (5V model).

cyclemat commented 2 months ago

Will check but i have buy IT as 3,3v habe ordered new ones to test

https://www.ebay.de/itm/255312120055?mkcid=16&mkevt=1&mkrid=707-127634-2357-0&ssspo=kSLcqpXwSAK&sssrc=4429486&ssuid=0HguCZJXT4u&var=&widget_ver=artemis&media=COPY

This is What is in use in the moment https://www.ebay.de/itm/255303534424?mkcid=16&mkevt=1&mkrid=707-127634-2357-0&ssspo=kSLcqpXwSAK&sssrc=4429486&ssuid=0HguCZJXT4u&var=&widget_ver=artemis&media=COPY

cyclemat commented 2 months ago

mmmmh image

cyclemat commented 2 months ago

and is this normal in compiling ? image

cyclemat commented 1 month ago

so i have rebuild all with a new ESP and a new MAX2322 and had to need swap the RX and TX pin and now it works look mine ESP32 has a wrong pinout thanks for help