-
-
Notifications
You must be signed in to change notification settings - Fork 111
Modbus Flex FC shows "broken" without map defined #509
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
Comments
Yes that seems like a bug, will put this on the list for things todo. Happy Holidays :) |
Hey, sorry for the waiting time hope you had great holidays :) The bug that all clients go into a broken state is probably the same as #487. I am currently working on it but can't give you an exact estimate when the fix will be ready. There is however a workaround described in #487 maybe that helps Thank you for your patience |
This issue is stale because it has been open 60 days with no activity. It will be closed in 30 days, but can be saved by removing the stale label or commenting. |
just to remove stale label |
This issue is stale because it has been open 60 days with no activity. It will be closed in 30 days, but can be saved by removing the stale label or commenting. |
just to remove stale label |
Which node-red-contrib-modbus version are you using?
5.43.0
What happened?
When creating a new Flex FC node with only server and unitId defined but maps just filled with
{}
(empty) for use with maps defined on incoming messages, all mobdus nodes get statusbroken
shortly after deploy. Maybe this is related to #508 as it tries to process empty request? This can only be fixed by having some map defined in the node even when not needed.Server
Other/External server
How can this be reproduced?
create a new node, enter server and unitId without defining any map (default
{}
) and deployWhat did you expect to happen?
Default map without configuration should not break the modbus nodes / communication
Other Information
No response
The text was updated successfully, but these errors were encountered: