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

String with placeholder sends wrong output on missing value #400

Closed
Hypnos3 opened this issue Feb 1, 2022 · 2 comments
Closed

String with placeholder sends wrong output on missing value #400

Hypnos3 opened this issue Feb 1, 2022 · 2 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@Hypnos3
Copy link
Collaborator

Hypnos3 commented Feb 1, 2022

With the placeholder L=${payload},L2=${slat}:

  • after deploy the nodes sends L=,L2=
  • with a level of 5 slat of 0 the nodes sends L=5,L2=
  • with a level and slat > 0 all worky as needed.

source: https://homematic-forum.de/forum/viewtopic.php?p=704039#p704039

Requested: stringWith placeholder should send every time a valid value!

@Hypnos3 Hypnos3 self-assigned this Feb 1, 2022
@Hypnos3 Hypnos3 added the 🐛 bug Something isn't working label Feb 1, 2022
@Hypnos3
Copy link
Collaborator Author

Hypnos3 commented Feb 6, 2022

Aktuell Zeitsteuerung über Regel Nr.6 von bürgerlicher Abenddämmerung
Behang = 0
Slat = 0

Ergebnis Debug Node =

autoTrigger/triggerOnly/start : msg.payload : string[6]
"L=,L2="

gefolgt von CCU Unverständnis ....

msg : string[58]
" < HmIP-RF setValue Error: XML-RPC fault: Generic error"
2.2.2022, 19:55:53node: 14865d333973150emsg : string[111]
"rpc > HmIP-RF setValue ["xxxxxxxxxxxx:4","COMBINED_PARAMETER","L=,L2="] < Error: XML-RPC fault: Generic error"
2.2.2022, 19:55:53node: WZ-Süd-Rollladen
msg : error
"Error: XML-RPC fault: Generic error

gleiche Regel nur
Behang = 1
Slat = 1

autoTrigger/triggerOnly/start : msg.payload : string[8]
"L=1,L2=1"

Hypnos3 added a commit that referenced this issue Feb 6, 2022
Fixed bug with string with placeholder #400
@Hypnos3
Copy link
Collaborator Author

Hypnos3 commented Feb 6, 2022

fixed with 2.0.13

@Hypnos3 Hypnos3 closed this as completed Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Development

No branches or pull requests

1 participant