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

Spf5000es? #12

Open
Roadkill69 opened this issue Oct 23, 2022 · 1 comment
Open

Spf5000es? #12

Roadkill69 opened this issue Oct 23, 2022 · 1 comment

Comments

@Roadkill69
Copy link

Howzit man, nice project,

I have been trying to get an esp working with an spf5000es, the comm port is a usb type A which connects to the dongle. Check the thread below, others have managed to flash the dongle (which has an esp chip) and use with esphome.

Any ideas on how to get Comms with this from the usb A port and an esp32, possible wiring?

https://community.home-assistant.io/t/esphome-modbus-growatt-shinewifi-s/369171/51

@nygma2004
Copy link
Owner

Well, SPF5000ES looks like a nice inverter. I like that it can also use lead acid batteries, not just Litium.
Anyway, within the thread they mention that the Shine Wifi dongle uses GPIO 1 and 3.
So in the settings.h you can define it here:
#define MAX485_RX 14 // D5, RO pin on the TTL to RS485 converter
#define MAX485_TX 12 // D6, DI pin on the TTL to RS485 converter
so instead of 14 and 12 it should be 1 and 3. I can never tell which one should be which so you have to try.

I also had a quick look at the documentation and it looks like you have an RJ45 plug and that is the modbus connection on that inverter. So you can use that as well.

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