Code Monkey home page Code Monkey logo

Comments (21)

jaimyborgman avatar jaimyborgman commented on May 31, 2024

Got the same issue, anyone that could provide us with an answer?

from hass-node-red.

jaimyborgman avatar jaimyborgman commented on May 31, 2024

Got the same issue, anyone that could provide us with an answer?

for me it was due to a firewall issue after resolving that it worked perfectly fine! so double check any firewall rules if you are using that :-)

from hass-node-red.

zachowj avatar zachowj commented on May 31, 2024

Does it show in the Home Assistant logs?

https://user-images.githubusercontent.com/37859597/83593154-d9c75300-a510-11ea-8242-4a60f1e375ad.png

from hass-node-red.

gcoupe avatar gcoupe commented on May 31, 2024

Same issue here. Not caused by a firewall issue, AFAIK., and can't see anything in HA logs. I'm stumped.
Could it be a conflict with the add-on Node-Red integration provided by Frenck?

from hass-node-red.

zachowj avatar zachowj commented on May 31, 2024

Could it be a conflict with the add-on Node-Red integration provided by Frenck?

It shouldn't as the Node-RED Add-on is just a prepackaged version of Node-RED with certain palettes pre-installed.

from hass-node-red.

gcoupe avatar gcoupe commented on May 31, 2024

Is this the message you mean?

2020-11-26 16:36:25 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.

from hass-node-red.

zachowj avatar zachowj commented on May 31, 2024

@gcoupe Yes, if that's showing in your log then Node-RED custom integration has been loaded by HA and should show up on the Integrations page (Configuration > Integrations > Add Integration) able to be loaded.

from hass-node-red.

gcoupe avatar gcoupe commented on May 31, 2024

Aha! Got it - it's a two step process. First use HACS to bring it in, then add it via the Integration page. Sorry - I'm new to HA and getting old... Thanks.

from hass-node-red.

derekngibbs avatar derekngibbs commented on May 31, 2024

I’m having the same issue. Installed it and getting same message. Node Red Entities are not available in HA. Node Red can see my HA entities. Anything else to try?

from hass-node-red.

derekngibbs avatar derekngibbs commented on May 31, 2024

Got the same issue, anyone that could provide us with an answer?

for me it was due to a firewall issue after resolving that it worked perfectly fine! so double check any firewall rules if you are using that :-)

WHat firewall rule? My Nodered can see HA entities, but new Node Red entities don’t show up in HA. Really want to be able to trigger Nodered sequences from HA UI

from hass-node-red.

vindicatorr avatar vindicatorr commented on May 31, 2024

I'm encountering that warning (#45 (comment)) as well, and the node red integration doesn't show in the "Add integration" list of possibilities.
Archlinux: Version : 2020.12.0-1

$ sudo find /var/lib/hass/custom_components
/var/lib/hass/custom_components
/var/lib/hass/custom_components/nodered
/var/lib/hass/custom_components/nodered/__init__.py
/var/lib/hass/custom_components/nodered/binary_sensor.py
/var/lib/hass/custom_components/nodered/config_flow.py
/var/lib/hass/custom_components/nodered/const.py
/var/lib/hass/custom_components/nodered/discovery.py
/var/lib/hass/custom_components/nodered/manifest.json
/var/lib/hass/custom_components/nodered/sensor.py
/var/lib/hass/custom_components/nodered/services.yaml
/var/lib/hass/custom_components/nodered/switch.py
/var/lib/hass/custom_components/nodered/translations
/var/lib/hass/custom_components/nodered/translations/en.json
/var/lib/hass/custom_components/nodered/translations/nb.json
/var/lib/hass/custom_components/nodered/websocket.py

Everything is on the same system. No VM, no HASSOS, no HACS, just installed via https://github.com/zachowj/hass-node-red#installation manual method (along with setting the hass ownership/permissions).

from hass-node-red.

r1cht3r avatar r1cht3r commented on May 31, 2024

I'm encountering that warning (#45 (comment)) as well, and the node red integration doesn't show in the "Add integration" list of possibilities.

Also unable to add this integration via the HA integration search, just doesn't show up in spite of log entry.

from hass-node-red.

yavinmaster avatar yavinmaster commented on May 31, 2024

I'm also having the same issue.
Homeassistant and NodeRed in docker containers.
Custom addon installed and message in the log file but node-red integration not available to add.
Other homeassistant functions appear to work it is just the entity function which has the error message.

from hass-node-red.

czech12 avatar czech12 commented on May 31, 2024

Same issue here. Everything is latest stable release. HassOS installed on VM. I installed HACS repository, installed the HACS Node-Red integration and verified the /config/custom_components/nodered directory was created and all files exist (including translations directory).

I also see the "You are using a custom integration for nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant." log in the Home Assistant Logs.

However, when I go to "Configuration > Integrations > Add Integration", Node-Red does not show up in the list.

from hass-node-red.

czech12 avatar czech12 commented on May 31, 2024

Well, this doesn't make any sense, but I just attempted to add it through my HA android app and low and behold the node-red integration showed up. Earlier I was trying strictly from my Brave Browser on my laptop.

Hope this helps someone else.

from hass-node-red.

zachowj avatar zachowj commented on May 31, 2024

The integration list doesn't seem to be updated after a reboot. So if you have a browser window open and install the NR integration and restart HA. Then go to the add the integration, "Configuration > Integrations > Add Integration", it doesn't show up but if you just refresh your browser the integration should show up in the list.

Can someone who is still having this issue let me know if reloading the browser fixes their issue?

from hass-node-red.

vindicatorr avatar vindicatorr commented on May 31, 2024

WOW! Yeah, you are right. I had my HA tab closed, reopened it, and found the integration.

EDIT0: ...HOWEVER, even though I see it added in HA, NR still still showed that "Attention" message.
It wasn't until I restarted the NR service before that message went away.

from hass-node-red.

yavinmaster avatar yavinmaster commented on May 31, 2024

from hass-node-red.

r1cht3r avatar r1cht3r commented on May 31, 2024

The integration list doesn't seem to be updated after a reboot. So if you have a browser window open and install the NR integration and restart HA. Then go to the add the integration, "Configuration > Integrations > Add Integration", it doesn't show up but if you just refresh your browser the integration should show up in the list.

Can someone who is still having this issue let me know if reloading the browser fixes their issue?

Also can confirm this resolved the issue for me, thanks!

from hass-node-red.

DavideBedin avatar DavideBedin commented on May 31, 2024

Similar experience on HA 2020.12.2 on a VM with HassOS 5.9, copied the files per instructions 24 hours ago ... NR not appearing as option in integrations ... several restart later it showed up and webhook finally works

from hass-node-red.

zachowj avatar zachowj commented on May 31, 2024

Closing this for now. If this pops up for anyone else create a new issue.

from hass-node-red.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.