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

Multiple invertors on bus #6

Open
Mazik12 opened this issue Aug 14, 2024 · 2 comments
Open

Multiple invertors on bus #6

Mazik12 opened this issue Aug 14, 2024 · 2 comments

Comments

@Mazik12
Copy link

Mazik12 commented Aug 14, 2024

Hello, can you plese tell if this app is able to read data from more inverters on the bus (2). If not do you think it is possible to add this feature ?

@AMajland
Copy link
Owner

AMajland commented Oct 23, 2024

I do not have more than one inverter on the bus. But as RS485 supports addresses it should be possible to use those instead of the broadcast. But it is not implemented.

@AMajland
Copy link
Owner

If you now the address you could just hard coded it in
String RS485_DstAddr = "FFFF"; and not call FindInvAddr();

You will also need to dublicate the data

struct TLX_s
{
....
}TLX;

with one for each inverter and of couse also read from both

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