Help needed: current-state node doesn't report correct state

Hey everyone,
like the title mentioned i have a problem with the current-state node in nodered it constantly shows the state as “off”.
Currently running hass.io 0.98.5 - downgrade from 0.99 - with node-red add-on 4.1.1.
Tried to set the server of my hass.io add-on, but doesn’t changed anything. also tried to reboot hass.io a few times.

Does anyone have the same issue or does anyone know a solution for this ?

Are you sure you are selecting the right entity in the node? I do not see this problem. It sounds like just an issue with your setup. Either incorrect entity or the device is actually off.

its not a wrong set entity or an offline device, because it meet every current-state entity and i can toggle the entity with a call-node without any problem, it is like node-red isn’t picking up the states but no error from log or anything - will try to reinstall nodered

solution found: i had to check the “block input overrides” checkbox, know everything is working again… but dunno why:D