hassio-addons/addon-node-red



The issue has been closed
Using a node red current state node for a group returns NaN #525
knobunc posted onGitHub
Problem/Motivation
Using a node red current state node for a group returns NaN. The state shown in the developer console is correct.
HA version 0.107.7 node-red-contrib-home-assistant-websocket version 0.22.1
Expected behavior
I expected to get the value for the group as shown in the developer console state view.
Actual behavior
The state node returns NaN
Steps to reproduce
Make a group of people, then make three linked nodes:
- Inject node
- State node associated with the group
- Debug node
Trigger the inject node and look at the debug logs. The retreived object shows NaN as the value.
This was originally filed as https://github.com/home-assistant/core/issues/33502