zachowj / hass-node-red

Companion Component for node-red-contrib-home-assistant-websocket to help integrate Node-RED with Home Assistant Core
MIT License
465 stars 182 forks source link

node-RED integrations don't work with node-RED #11

Closed EkielZan closed 4 years ago

EkielZan commented 4 years ago

Hi,

I'm having issues with the nodered custom integration for Home assistant. When i try to add the integrations no text is displayed for the node red integrations:

image

When "configured" it look like this in the integrations list :

image

And in node-red, I've a error message whn i try to use the sensor component:

image image

I've restarted many time and reinstalled many time and nothing change.

I'm using hass.io ( docker containers )

Regards, Gilles aka Ekiel

maracana42 commented 4 years ago

Hi,

I'm having issues with the nodered custom integration for Home assistant. When i try to add the integrations no text is displayed for the node red integrations:

image

When "configured" it look like this in the integrations list :

image

And in node-red, I've a error message whn i try to use the sensor component:

image image

I've restarted many time and reinstalled many time and nothing change.

I'm using hass.io ( docker containers )

Regards, Gilles aka Ekiel

Hello,

I have the same issue. Home assistant don't see the integration.

zachowj commented 4 years ago

Did you install the integration from HACS? I saw that there was an issue installing things that had subdirectories, that is now fixed. Try checking the custom_component/nodered directory to see if there's a folder .translations.

EkielZan commented 4 years ago

i update the hacs version, and no i don't have it :

image

MTrab commented 4 years ago

Reinstall the Node-Red integration. I had same error.

EkielZan commented 4 years ago

Yes indeed.I removed it and reinstall and now i've the .translation

EkielZan commented 4 years ago

And nove a sensor appeart in the integration ! Thanks guys. Love the HA community.

maracana42 commented 4 years ago

Did you install the integration from HACS? I saw that there was an issue installing things that had subdirectories, that is now fixed. Try checking the custom_component/nodered directory to see if there's a folder .translations.

Thank guy!!!