node-red-contrib-power-saver
node-red-contrib-power-saver copied to clipboard
Lowest price should output one message via schedule when receiving a dynamic config
Powersaver version: 3.6.2. Issue found with node "lowest price", cannot confirm if issue is present with the other nodes.
When dynamic config is sent to the node the expected output should be one message returned from schedule output. Per version listed above, the node sends two messages when the flow starts. Alternatively provide a checkbox with "dynamic config expected" in the node config to give a fourth output that can be used with dynamic config, this could possibly be easier to maintain and debug in future releases.
@Swoop86 I believe the node sends one output upon initialization, and another one when it receives the dynamic config. You can confirm this by e.g. setting a different setpoint on the internal node configuration than the value you send as input.