-
Notifications
You must be signed in to change notification settings - Fork 19
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
Order of meter descriptions defines whether meter is (not) working #41
Comments
Some examples: Meter 1 (Kamstrup) delivers no values
Meter 1 (Kamstrup) delivers no values
Meter 2 (Kamstrup) delivers no values
Meter 2 (Kamstrup) delivers no values
Meter 1 (ModBus) delivers no values
All meters working (different configuration from above)
At first I thought it's the fault of Kamstrup protocol but second last example shows ModBus is also affected. |
you are on an esp8266 and thus use all channels in software serial mode esp32 has 3 hardware serial UARTS and thus should work without issues |
But there are two working configurations. And whether it works or not only depends on the order of meter descriptions - there is no reconfiguration on the hardware side. I documented one working configuration here. |
PROBLEM DESCRIPTION
I have got two meters requiring RX/TX and one meter requiring only RX - all connected at the same time.
Whether SML script works depends on the order of their meter descriptions.
I found one working order - all other orders have at least one meter showing only 0's.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Only wokring script:
Backlog Rule1; Rule2; Rule3
:Status 0
:(Please use
weblog 4
for more debug information)TO REPRODUCE
EXPECTED BEHAVIOUR
All meters are working no matter in which order they appear in the script.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: