Replies: 3 comments 1 reply
-
|
Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@fratz6: The HA guide is a bit outdated. You will have to add the npm packages in the configuration tab of the node-red add-on in HA. The settings file is in addons_config/xxxxx_nodered. You can find 'xxxxx' by using the 'ls' command in the terminal: nano settings.js |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have updated the HA section to reflect the above details. Thank you @sjengfred |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
someone could please help me install this flow?
I tried for hours but I'm not able to follow the guide, here's my trouble. the guide is still working?
1- In this step what I've to do ?
"configuration.yaml
example code for creating a virtual climate entity for use in NodeRED
Carefull: Do NOT replace existing configuration.yaml with this one!
If you are running the HomeAssistant Node-Red add-on, you have the install details written here. They differ a little bit compared to a bare Linux install of Node-Red. 1: A persistent folder is automatically present for HomeAssistant. 2: The settings.js is located on a different location.
2- Here I installed the missing packages from the user setting, manage palettes
and I can't find the folder node-red in any directory and neither the file nano settings.js
Node-Red Addon
_in HomeAssistant, the configuration section, state the required npm modules.
npm_packages:
Then SSH into your homeassistant instance through Putty or the the SSH Add-on. Type:
cd ..
cd config/node-red
nano settings.js_
Thanks
Beta Was this translation helpful? Give feedback.
All reactions