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

Blind Control Example #3 rules not triggered #388

Closed
overdrive69 opened this issue Jan 5, 2022 · 2 comments
Closed

Blind Control Example #3 rules not triggered #388

overdrive69 opened this issue Jan 5, 2022 · 2 comments
Labels
✓ already implemented Issue is already fixed/implemented in a newer Version (this Version is may be not published). 🐛 bug Something isn't working

Comments

@overdrive69
Copy link

Describe the bug
A clear and concise description of what the bug is.
I testes the blind controller node with the example #3.
There is this option for 1sec is 30min input.
If i start this with the start/stop flow, the rules are not triggering.

Screenshots
If applicable, add screenshots to help explain your problem.

image

Expected behavior
Rules should trigger, and also override "Sonnesteuerung"

System information (please complete the following information):

  • Node Version
  • Node-Red Version V2.1.4

Additional context
Add any other context about the problem here.

@Hypnos3 Hypnos3 added the 🐛 bug Something isn't working label Jan 13, 2022
@Hypnos3
Copy link
Collaborator

Hypnos3 commented Jan 16, 2022

The error is n the function node:
image

in line 20 must be instead of (isNAN --> (!isNAN:
image

The result is that the incoming payload will be interpret as date (0 = 1.1.1970) and not as hour. To thus the current time of the rule will be compared to 1.1.1970 which will never be match.

Will be fixed in the next release!

Hypnos3 added a commit that referenced this issue Jan 16, 2022
@Hypnos3 Hypnos3 added the ✓ already implemented Issue is already fixed/implemented in a newer Version (this Version is may be not published). label Jan 16, 2022
Hypnos3 added a commit that referenced this issue Jan 16, 2022
Hypnos3 added a commit that referenced this issue Jan 16, 2022
@Hypnos3
Copy link
Collaborator

Hypnos3 commented Jan 23, 2022

The issue should be fixed in the latest release.

@Hypnos3 Hypnos3 closed this as completed Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✓ already implemented Issue is already fixed/implemented in a newer Version (this Version is may be not published). 🐛 bug Something isn't working
Development

No branches or pull requests

2 participants