We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Nice job. I tried to add ACE3000 with same 2.2-protocol, only you have to do two things:
Baud setting seem easy, but sending the string before read - I don't really know.
Could you give a hint or help?
I start dsmr_console -v
on an othe rbash I send this: echo -n -e '\x2F\x3F\x21\x0D\x0A' > /dev/ttyUSB0
echo -n -e '\x2F\x3F\x21\x0D\x0A' > /dev/ttyUSB0
I got this via dsmr_console then:
DEBUG:dsmr_parser.clients.protocol:got telegram: /ACE0\3k260V01.19 F.F(00) C.1(1126130053505702) C.5.0(01) 1.8.0(020974.0*kWh) 2.8.0(014699.9*kWh)
Would great to get this running. Thanks in advanced.
JayTee
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Nice job. I tried to add ACE3000 with same 2.2-protocol, only you have to do two things:
Baud setting seem easy, but sending the string before read - I don't really know.
Could you give a hint or help?
I start dsmr_console -v
on an othe rbash I send this:
echo -n -e '\x2F\x3F\x21\x0D\x0A' > /dev/ttyUSB0
I got this via dsmr_console then:
Would great to get this running.
Thanks in advanced.
JayTee
The text was updated successfully, but these errors were encountered: