-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node-Red Update? Changes Device Names #305
Comments
Are you access the Node-RED UI throught the Home Assistant UI? What if you connect directly to the Node-RED UI on port 1880? |
I am connecting to Node-Red through the Home Assistant interface. |
Ok ... I Updated NODE-Red and I have the same issue. From Home Assistant User Interface ... From Home Assistant PORT 1880... |
UPDATE: I just found that Node-Red must have auto updated again. If I use the HA User Interface - I still have the same issue. However, if I go to PORT1880, the devices appear as their friendly name AND I can add devices using the search mode and the FRIENDLY NAMES are displayed. |
WebSocket communication appears to be rejected when accessing Node-RED through an iframe in the Home Assistant UI rather than directly via port 1880. This issue affects inject nodes, the debug window, and the new issues feature, preventing proper communication between the Node-RED backend and UI. Until this is resolved or the root cause for the WebSocket issue is identified, I recommend accessing Node-RED directly on port 1880. Related issues for tracking: |
Hi, I also have the same problem. I found that if I open the editor in one HA tab, duplicate the tab and find Settings -> Add-ons -> Node-Red -> Restart, the editor comes to life ... until I switch to another and then back ... then restart Node-Red again setting port: 1880 translate google :-) |
Describe the bug
I installed an update to Node-Red on Home Assistant and it appears there was a "revamp" of the edit method. Although all of my flows seemed to work properly, when I clicked on, for example "CALL SERVICE" node my named devices were all replaced with a series of numbers and letters. When I tried to add a new device - I would start typing the "name" of the device to search for it and node-red was unable to find the device.
I have attached a screenshot of one of the edit screens. Seems like a totally new revamp of the edit screen. When I would click on the "add device" I was unable to SEARCH for any devices or ADD any devices.
I had updated all of the following to these versions - when I noticed the issue ...
HA to 2024.9.3
Node-Red to 18.1.1
Node-Red Companion: v4.1.1
Because I was having issues with editing and adding new flows, I restored an old backup to get back to where I was before the Node-Red update.
Any ideas? Was the update the issues?
I restored a previous backup to the following and all seems "normal"
Currently Running:
HA: 2024.9.2
Node-Red: 18.0.5
Node-Red Companion: v4.1.0
Node-Red.pdf
To Reproduce
No response
Expected behavior
I expected to see my Device "names" and not as a long alpha numeric description.
When I click on a "Call Service" to edit or add a new "Call Service" - when I use the editor to ADD a device, I start typing the name of the Device and no Devices populate, In the attached, I have a couple of devices which have "SPOT" in their name. I would have expected that as I start typing SPOT that devices would appear that match.
Node_red Edit Issues.pdf
flows.json
Screenshots
No response
Example Flow
Environment Information
Unable to get this information.
Additional context
No response
The text was updated successfully, but these errors were encountered: