Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work since Firmware Update #134

Open
Tixav opened this issue Aug 29, 2024 · 5 comments
Open

Does not work since Firmware Update #134

Tixav opened this issue Aug 29, 2024 · 5 comments

Comments

@Tixav
Copy link

Tixav commented Aug 29, 2024

SInce my inverter is update itsef to MW3_SSL_5408_1.0B (by OTA, I have SUN1000 so 2x MPPT) on the August 13th then nothing works at all, I read (on many geman post) that Modus port still works (8899) so I use solarman_mqtt and its works ! but I cannot use with home assistant or domoticz via MQTT. So I think finally the cause is : the port 48899 is closed

@CarstenGrohmann
Copy link

Both ports are used with different protocols:

  • 8899 uses Modbus/TCP
  • 48899 uses Modbus/AT

If you switch the port, you've also to switch the communication protocol also. I'm not sure, if inverter-connect supports port 8899 with Modbus over TCP.

What do you want? Reading your inverter data and publish them to HA?

@Tixav
Copy link
Author

Tixav commented Aug 30, 2024

I already try by changing 48899 by 8899 in the /root/.config/inverter-connect/inverter-connect.toml but nothing to do -> timeout
I check in the code "connection.py / API.py...", I do not find a choice of protocol, I see just AT protocol only (I have only few basic knowledge in python :-( )
At the end I want to read data from inverter to domoticz via MQTT (homeassistant topic, by using MQTT auto discovery hardware)
until the August 13th, before the automatic upgrade of the inverter that was working well
Thanks for you help

@CarstenGrohmann
Copy link

As you goal is to use domoticz with MQTT auto discovery you could try another project?

I own a different inverter (Deye SUN300G3-EU-230) and I'm very satisfied with https://github.com/kbialek/deye-inverter-mqtt/ in combination with my self written plugin for Home Assistent auto discovery https://github.com/CarstenGrohmann/deye-mqtt-ha-plugin.

Perhaps that would also be an option for you?

@Tixav
Copy link
Author

Tixav commented Aug 31, 2024

I will try. I have deye sun1000g3-eu-230. I think it Can work. Thanks a lot. I am reporting son to you. Regards.

@Tixav
Copy link
Author

Tixav commented Sep 13, 2024

for your information I move to https://github.com/kbialek/deye-inverter-mqtt then I map MQTT to Domoticz with a plugin MQTTMAPPER
Thanks your advice allows me to find a solution, thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants