hassio-addons / addon-node-red

Node-RED - Home Assistant Community Add-ons
https://addons.community
MIT License
513 stars 117 forks source link

Error on Service Call Nodes on 17.0.0 #1789

Closed darthrater78 closed 5 months ago

darthrater78 commented 5 months ago

I replaced a node this morning with a new plug, and now I get this when deploying. Everything seems to work fine, but now the node has a warning on the label as well.

3df4f4d532a8dfcf8ec7ae61eb3421887781cede.png

60bab31ee62922e047d1f799a0dda9f64937eef5.png

6043d41c9bfc242362074c51105a00dcb5265446.png

Using NR via Add-on with HAOS, on latest 2014 version.

tempus2016 commented 5 months ago

Me also. On the latest version too.

frenck commented 5 months ago

Hi there!

This issue seems to be specific to the Home Assistant node for Node-RED, not the add-on. Please report this issue upstream here: https://github.com/zachowj/node-red-contrib-home-assistant-websocket

../Frenck

darthrater78 commented 5 months ago

@frenck I was just about to do this when I noticed the Home Assistant node for Node-RED was ABSURDLY out of date. Like version 2.x something.

I updated it from the palette manager and the errors went away. I had no idea that updating NR didn't also update the nodes themselves!

TIL.

frenck commented 5 months ago

I updated it from the palette manager and the errors went away. I had no idea that updating NR didn't also update the nodes themselves!

You should not need it from the pallet manager, it is shipped built-in into the add-on (and also updated with it). By installing it manually, you override the built-in.

tempus2016 commented 5 months ago

I can confirm that manually updating also fixed it for me.

darthrater78 commented 5 months ago

I updated it from the palette manager and the errors went away. I had no idea that updating NR didn't also update the nodes themselves!

You should not need it from the pallet manager, it is shipped built-in into the add-on (and also updated with it). By installing it manually, you override the built-in.

Interesting. I've been using HA for what five years now and never updated the pallet manually for the HA node before. It was on 2.x something.

Any way I can restore the automatic nature of it?

frenck commented 5 months ago

Removing the node from the pallet should be enough, as it is built-in into the add-on, it should just be there again after restart.

(Make a backup of the add-on before doing that, just to be sure).

darthrater78 commented 5 months ago

Removing the node from the pallet should be enough, as it is built-in into the add-on, it should just be there again after restart.

(Make a backup of the add-on before doing that, just to be sure).

I'll try that, thanks for the guidance.