-
Notifications
You must be signed in to change notification settings - Fork 12
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
BlindController only run once each time I restarted the node red flow #42
Comments
I've just started playing with it, but it seems that it sends a message when one of the three properties changes: |
The node will only emit a message if the position of the blind needs to change, or the reason for its existing position changes. In my setup, I run the calculation every five minutes, but the position for each blind is adjusted about 10 times a day - so there are only this number of output messages per day. My suggestion would be to adjust the frequency of execution of the flow so it doesn't run as frequently, and to monitor it for a longer duration. |
Thanks Sir, and I have another question: How do you keep node-red running in the background? In my case, I use node-red on home-assistant in the VM with my computer, and my node-red stops working when my computer goes to sleep, because then the network shuts down automatically, do you have any idea for solving this issue? :) |
Node-Red (and Home Assistant) runs really well on low-cost hardware such as the Raspberry Pi. Raspberry Pi are a great to run 24/7. This is what I used in my setup. |
Do you guys have any idea about why the blind controller only run once? My flow is supposed to run the blindcontroller every 10 seconds and it seems that it runs only once and then stop... Here is the screenshot of my flow.
The text was updated successfully, but these errors were encountered: