node-red-contrib-sun-position icon indicating copy to clipboard operation
node-red-contrib-sun-position copied to clipboard

FR: Enable flow and global variables to specify blind controller position externally when in sun restriction mode

Open mglaabde opened this issue 2 years ago • 2 comments

Please provide the possibility to enable flow and global variables to specify the blind controller position of the node when in sun restriction mode (similar to possibilities in general rules). image

mglaabde avatar Mar 09 '22 16:03 mglaabde

Hello,

this has some limitations. In Node-Red there is no mechanism to notify about changes to global or flow contexts (this is not the concept where mutable properties/variables are should sent via the message object). Therefore, a change to the contexts would have an effect only on the next regular evaluation of the rule.

I will try to implement this.

regard

Hypnos3 avatar Mar 10 '22 08:03 Hypnos3

implemented in latest beta version

Hypnos3 avatar Apr 03 '22 16:04 Hypnos3