That solves my problem, thanks for all your hard work on these add-ons.
Thanks; that was completely my bad. Setup and working beautifully now. Slowly converting all my automations over
Iāve followed the setup instructions, and the log only shows the expected GPIO error, but when I try and open the WebUI I get āthis site cannot be reachedā. Any suggestions on what Iāve done wrong?
Anyone have any ideas on how to use the Xiaomi Gateway/sensors in node red? Iāve tried installing the Xiaomi pallet but canāt seem to figure it out. At this stage Iām just trying to talk to the gateway to be able to control what happens when I press the wifi switch.
Or alternatively could someone please explain to me how to set up a simple flow for a single click to toggle a light on and off.
Thanks
Released v0.2.0
Added
- Added greenkeeper to keep all packages updated at all times
- Adds note about GPIO warning messages
- Adds access to the share folder
Fixed
- Fixes incorrect configuration variable in README
- Sets hadolint fixed to v1.6.6
Changed
- Updated node-red-contrib-bigtimer to v1.9.2
- Upgrades base image to v1.4.2
- Rewrites GitLab CI
- Upgrades base image in GitLab CI to 1.4.2
Thank you!!! I was about to try my third attempt to get SSL working with NotoriousBDGās addon, until I found your version. Just installed it, but so far so goodāIām able to see all my Home Assistant sensors and devices. Iāll buy you a coffee soon!
They work as any other entity/device in Hass.io. You just need to figure out the entity id and program it accordingly.
Cheers
How do I use the credential secret option ? A the moment, my home assistant API key is plain text within the flow .
Thank you for the update, but I have 2 problems.
First with the share folder. No node red folder appears in the share folder.
Also when I try to generate an SSH key for Git, nothing happens.
As a result there is no way someone can back up all the flows.
This is correct. The share folder is accessible by the add-on, but not used by the add-on.
E.g., if you have a camera posting images in the shares folder, you are now able to access the using your flows (or any other case).
The actual configuration / flows of Node-RED are stored in the /config/node-red/
folder.
Iām not sure what this has to do with the Node-RED add-on.
Actually, you do. Since the configuration is stored in /config/node-red
you have several options getting access to them / backup them:
- Using Hass.io Snapshots
- Using one of the SSH add-ons (e.g., via SFTP)
- Using the FTP via the FTP add-on
- Using the Samba / Windows file sharing using the Samba add-on
- ā¦ and many moreā¦
So, since this add-on uses the /config
location as its base, it opens up possibilities to access them and backup them using anything you like.
Thank you for clarifying that. I was expecting it to be in the share folder, I didnāt look in the config folder
Are git and ssh-keygen command line tools available? Because node red projects relies on having them.
Hi,
when adding ācredential_secretā - is it supposed to disappear from the setting file after saving?
Have tried both using ācredential_secretā and ācredentialSecretā - added while the addon is stopped, saved after changing and then restartet the addon - and then the change dissapearsā¦
Shouldnāt it stay there?
Thanks in advance,
Chr.
Hi, since today Iām having this error
23 Jun 15:31:26 - [error] [server-state-changed:Security] TypeError: Cannot read property āstateā of null
on almost all my devices in node red. Automations seems to work. I have updated Hassio to 0.72 and that has started. Can I have any help please. BTW. Iām quite new to Hassio.
Thank You
I need help repairing my node-red install. I started with Notorious-BDG version and add-on was working correctly. I then saw this released and wanted to use this one before I created any real flows. I uninstalled BDG version and added this. My mind draws a blank as to my next steps but lets just say I managed to mess up the HA integration (think I was trying to configure like BDG version - which wasnāt necessary).
I then decided to re-install the addon which didnāt help. Reading a previous post, I uninstalled the addon, deleted the node-red folders from share and config (hadnāt removed BDG folder), which seems to have removed the files but thereās a couple of empty folders that wonāt delete, rebooted rpi3, and tried installing addon again. I have a credential_secret, user and SSL configured.
Now I get the following from the log window of the addon:
[email protected] start /opt
node $NODE_OPTIONS node_modules/node-red/red.js āāsettingsā ā/etc/node-red/config.jsā
Error loading settings file: /etc/node-red/config.js
Error: Cannot find module ā/config/node-red/settings.jsā
It seems to not have replaced the folder contents with fresh files as config/node-red still has a few empty sub-folders.
How do I clear out the addon completely so I can start fresh?
secondary question: once running, how do I get rid of the annoying git project messageā¦ I donāt want to store any files publicly in git or set up my own git server thanks. Happy as long as my flows are saved as part of a hassio snapshot.
running Hassio 0.72.0 and node-red 0.2.0.
Thanks.
- Stop the add-on
- Delete the
node-red
folder in the/config
directory - Start add-on.
This would give you a fresh start.
Thanks @frenck for the steer along the right lines. The stubborn empty folder structure was causing the issue. I had to SSH into the Pi then use the following to delete the folders:
cd /share [edit: meant cd /config]
rm -r node-red
Starting the web UI, it wouldnāt accept my username/PW until I restarted HA.
Do you have a solution for the project pop-up screen? Is there a way to add a ādonāt ask me again unless I click an option in the settingsā?
That is odd, since this add-on does not use that folder. There are a couple of other node-red add-ons out there that do, so maybe you are in the wrong topic.
Yes, reverse this: Projects : Node-RED
Iām getting an error message when I start the add-on after configuring the settings as specified in the github install instructions and hitting save. The error message in the add-on log is, "Error: Cannot find module ābcryptjsā. Iāve tried installing bcryptjs via the ānpm_packagesā and āsystem_packagesā configuration parameters, but havenāt been successful with a variety of package names. Iām running the latest version of hassio. Will someone please let me know how to properly install the ābcryptjsā module?
That does not sound right, please provide some debug logs and hardware information (and maybe, just create a GitHub issueā¦)