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 slaves on same rs485 bus #4

Open
Starfish133 opened this issue Feb 7, 2017 · 1 comment
Open

multiple slaves on same rs485 bus #4

Starfish133 opened this issue Feb 7, 2017 · 1 comment

Comments

@Starfish133
Copy link

I have multiple slaves on same rs485 bus, slave ID 1 and slave ID 2. (both SDM120 meters)
The register definition is like this:
DEFAULT,,2,>f:%.1f,1,1,4
voltage,0
power,12
DEFAULT,,,>f:%.2f
current,6
Pfactor,30
freq,70
TotalPower,342
DEFAULT,,2,>f:%.1f,1,2,4
voltage2,0
SolarVoltage,0
SolarPower,12
DEFAULT,,,>f:%.2f
Solarcurrent,6
SolarTPower,342

It reads the first meter without error. Then start with second meter gives an error on first value (voltage2,0)
then reads the rest of second meter without error.

Any way to specify a wait time between read first meter and start to read the second meter?

Thanks for this great piece of software,
Jan

@mbs38
Copy link

mbs38 commented Feb 5, 2019

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