Hi All
I am a long time node-red user, in fact I’ve used it significantly longer than home assistant, and I am now trying to get the 2 to work better together so that I can mix my config between the 2.
I am trying to create a home-assistant entity that is updated by my node-red flow. Currently I have the node red add on installed and working within home assistant and have home assistant events being received in node-red.
When I try to use an entity node in node-red to create a home assistant entity I get the error:
This node requires Node-RED custom integration version 1.1.0+ to be installed in Home Assistant for it to function.
I also get:
“NoConnectionError: No connection to Home Assistant”
“InputError: Integration not loaded”
from the sensor node when it tries to send a value
I have already tried to get this add on installed for my standalone install of node-red and it was a bit of a pain so in the end I gave up. I was hoping that installing the node-red add on from the official add on store would mean that I would not have to install this (which requires installation of ssl, hacs and another add on).
Currently when I search for node-red in the integrations list it does not appear. I assume that this is why I am getting the error.
So to confirm to get this to work correctly I need to:
- Install node-red add on
- Install HACS (also requires ssl)
- Install GitHub - zachowj/hass-node-red: Companion Component for node-red-contrib-home-assistant-websocket to help integrate Node-RED with Home Assistant Core
- add the node-red integration
Thanks