You are welcome. I don’t use termux on a daily basis so when someone asks something i first need to read my tutorial Now for your problem of starting node-red i found that you can use Termux:Boot. Add this in your start-sshd file and reboot phone.
termux-wake-lock # seems fine
termux-fix-shebang $(which node-red)
node-red --node-args="--max-old-space-size=128"
sshd
pm2 startup don’t work on android. pm2 resurrect restores applications saved with pm2 save but only when you open termux. Use Termux:Boot to solve your problem. Than you don’t need to open Termux UI.
node-red-contrib-git-ui even after manual git init gives: Error Checking out Staging!
fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
https://flows.nodered.org/node/node-red-contrib-git-nodes works for me. Start node-red from command line and not from termux:boot. Once you configure ssh in github and you push something from node-red check termux and allow new connection to github.
ERROR (SyncWorker_0) [homeassistant.util.package] Unable to install package PyNaCl==1.3.0: Failed building wheel for PyNaCl
Could not build wheels for PyNaCl which use PEP 517 and cannot be installed directly
This is from homeassistant docs:
If you want to use a different folder for configuration, use the config command line parameter: hass --config path/to/config
I installed home assistant 0n a smartphone android(galaxy s7) and on a android box but now after a update to 0.95 version of home hAssistant it says me that he wants pynacl 1.3.0 I tryed to install in venv but I have the same error in all device cannot locate in E: why??? How can I solve???