NODE-RED Cannot interact with any buttons on nodes (timestamps, debug nodes) Cannot see values and trigger times of nodes

See this in logs
Logger: homeassistant.const
Source: helpers/deprecation.py:197

STATE_UNLOCKED was used from nodered, this is a deprecated constant which will be removed in HA Core 2025.10. Use LockState.UNLOCKED instead, please report it to the author of the ‘nodered’ custom integration

I can’t believe we still have this issue… I was hoping later updates would solve it, but so far nada… I still have to do everything via the Node Red port which is annoying…

If clicking the outside link is really bothersome,

Then you will have a link from your sidebar and it will look and work just like the link the addon supplies.

Thanks, :slight_smile: - that’s cheating though! I want to know what is causing this as clearly it is not the same for everyone

2 Likes

Hello all, this is my first post (so please be kind)… I believe I have solved the node-red timestamp not active issue. (very simple solution).
steps:
1 - in node-red, click on the “hamburger” icon (3 parallel bars) in the upper right hand of the screen, then select “settings” (4th item from the bottom of the dropdown list)
2 - in the pop-up window, select the “Palette” tab (left hand side)
3 - review all the items and click on “update” box for any/all items that have an update (pending) and close that tab. (you can update them all before the next step)
4 - (restart the node-red add-on) settings>add-ons>select node-red and click on restart.
5 - all buttons should now work.

Apparently, various palettes needed to be updated to make everything work again.

hope this helps others!

2 Likes

see my post below on how to do this… you simply need to update the palettes in your node-red.

This fixed all of my flows.

good luck

Ok so I deleted my node-red connection to
HA and created a new one. All works now