Home Assistant Node Red Inovelli Nodes Gone

I have been using the various Node Red custom nodes in Home Assistant for a while to easily control the LED bar on my Red Series Dimmers however they have all seemingly gone missing from NR after a recent update and I’m unable to find them anywhere. Anyone else having this issue or know how I can get them back?

I moved away from NR a few years ago, but it’s possible that the custom nodes you were using aren’t compatible with the latest update. Go into your pallet manager and see if there’s an update for the inovelli node pallet you were using. If that’s not it, I’d roll back the NR version at least for now until somebody else who’s using it can chime in.

It appears to have uninstalled itself. I did not actually update NR but Home Assistant to the current 2024 11.1 release. when I try to reinstall the nodes I get the following log error.


2024-11-13T23:55:35.337Z Install : node-contrib-inovelli-status-manager 0.1.0

2024-11-13T23:55:35.267Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --omit=dev --engine-strict [email protected]

2024-11-13T23:55:37.027Z [err] npm warn deprecated [email protected]: This module has moved and is now available at @hapi/cryptiles. Please update your dependencies as this version is no longer maintained and may contain bugs and security issues.

2024-11-13T23:55:37.029Z [err] npm warn deprecated [email protected]: This module has moved and is now available at @hapi/boom. Please update your dependencies as this version is no longer maintained and may contain bugs and security issues.

2024-11-13T23:55:37.031Z [err] npm warn deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.

2024-11-13T23:55:37.034Z [err] npm warn deprecated [email protected]: this library is no longer supported

2024-11-13T23:55:37.044Z [err] npm warn deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).

2024-11-13T23:55:37.062Z [err] npm warn deprecated [email protected]: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.

2024-11-13T23:55:37.075Z [err] npm warn deprecated [email protected]: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.

2024-11-13T23:55:37.075Z [err] npm warn deprecated

2024-11-13T23:55:37.075Z [err] npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)

2024-11-13T23:55:37.108Z [err] npm warn deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See There’s Math.random(), and then there’s Math.random() · V8 for details.

2024-11-13T23:55:37.109Z [err] npm warn deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.

2024-11-13T23:55:37.121Z [err] npm warn deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

2024-11-13T23:55:37.620Z [err] npm error code E404

2024-11-13T23:55:37.621Z [err] npm error 404 Not Found - GET https://registry.npmjs.org/node-red-contrib-stoptimer3/-/node-red-contrib-stoptimer3-0.1.2.tgz - Not found

2024-11-13T23:55:37.621Z [err] npm error 404

2024-11-13T23:55:37.621Z [err] npm error 404 ‘node-red-contrib-stoptimer3@https://registry.npmjs.org/node-red-contrib-stoptimer3/-/node-red-contrib-stoptimer3-0.1.2.tgz’ is not in this registry.

2024-11-13T23:55:37.621Z [err] npm error 404

2024-11-13T23:55:37.621Z [err] npm error 404 Note that you can also install from a

2024-11-13T23:55:37.621Z [err] npm error 404 tarball, folder, http url, or git url.

2024-11-13T23:55:37.622Z [err]

2024-11-13T23:55:37.622Z [err] npm error A complete log of this run can be found in: /root/.npm/_logs/2024-11-13T23_55_35_345Z-debug-0.log

2024-11-13T23:55:37.630Z rc=1

It looks like that node pallet references a bunch of nodes that are deprecated.

I believe the one I was using was node-red-contrib-ha-inovelli-manager

That said, there are other ways to accomplish notification bar settings. Depending on the model, there could even be an entity in HA that you can control using the standard home assistant nodes. If it’s the older reds I don’t believe that works.
Example: number.master_bedroom_light_ledcolorwhenoff

You can call the number.set action and set the LED colour that way. I believe the entities are disabled by default and you have to enable them. But if

Today I learned this! Thank you :slightly_smiling_face:

Now the down side is that I’ll have to go enable and name that entity for 70 switches. Don’t suppose you have a trick to doing this in bulk?

Not that I know of.

Make sure you get all 4 for the notifications. 3 are grouped together but one is not.

What are you using now? Assuming you’re using Home Assistant? Are you using the [much improved] built-in automation framework? Something else?

Hey sorry, missed this. Yeah I moved to the built-in automations.

My journey to it wasn’t normal LOL. After ST I went to HE for local automations. But it was plagued with slowdowns and needed constant reboots. So I spun up HA, used the HE integration and then NR to control everything. Fixed my HE issues. But then HE started randomly crashing so I moved fully to HA and kept with NR. But after quite a while that way, I was part of a group where NR would start crashing and it took like 3-4 months for that bug to get fixed. So in the meantime I started using the built-in automation platform and never really looked back.

2 Likes