Hello again Kermit and thanks
I have rebuilt the container a few times using the image you have prescribed in other posts and above. Here is the log:
> [email protected] start /usr/src/node-red,
> node $NODE_OPTIONS node_modules/node-red/red.js -v $FLOWS "--userDir" "/data",
,
25 Jul 03:15:19 - [info] ,
,
Welcome to Node-RED,
===================,
,
25 Jul 03:15:19 - [info] Node-RED version: v0.20.5,
25 Jul 03:15:19 - [info] Node.js version: v10.15.3,
25 Jul 03:15:19 - [info] Linux 4.19.42-v7+ arm LE,
25 Jul 03:15:20 - [info] Loading palette nodes,
Thu, 25 Jul 2019 03:15:23 GMT node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.,
In the future, you will have to enable it yourself.,
See https://github.com/yagop/node-telegram-bot-api/issues/319. at internal/modules/cjs/loader.js:701:30,
25 Jul 03:15:24 - [warn] rpi-gpio : Cannot find Pi RPi.GPIO python library,
25 Jul 03:15:24 - [warn] Missing node modules:,
25 Jul 03:15:24 - [warn] - node-red-contrib-home-assistant-websocket (0.14.0): server, server-events, server-state-changed, trigger-state, poll-state, api-call-service, ha-fire-event, api-current-state, ha-get-entities, api-get-history, api-render-template, ha-wait-until, ha-api,
25 Jul 03:15:24 - [info] Removing modules from config,
25 Jul 03:15:25 - [info] Settings file : /data/settings.js,
25 Jul 03:15:25 - [info] Context store : 'default' [module=memory],
25 Jul 03:15:25 - [info] User directory : /data,
25 Jul 03:15:25 - [warn] Projects disabled : editorTheme.projects.enabled=false,
25 Jul 03:15:25 - [info] Flows file : /data/flows.json,
25 Jul 03:15:25 - [info] Server now running at http://127.0.0.1:1880/,
25 Jul 03:15:25 - [warn] ,
,
---------------------------------------------------------------------,
Your flow credentials file is encrypted using a system-generated key.,
,
If the system-generated key is lost for any reason, your credentials,
file will not be recoverable, you will have to delete it and re-enter,
your credentials.,
,
You should set your own key using the 'credentialSecret' option in,
your settings file. Node-RED will then re-encrypt your credentials,
file using your chosen key the next time you deploy a change.,
---------------------------------------------------------------------,
,
25 Jul 03:15:25 - [info] Waiting for missing types to be registered:,
25 Jul 03:15:25 - [info] - server,
25 Jul 03:15:25 - [info] - trigger-state,
25 Jul 03:15:25 - [info] - api-current-state,
25 Jul 03:15:25 - [info] - api-call-service,
25 Jul 03:15:25 - [info] - server-state-changed,
25 Jul 03:15:25 - [info] - ha-get-entities,
25 Jul 03:15:25 - [info] - server-events,
25 Jul 10:53:53 - [info] Disabled node types:,
25 Jul 10:53:53 - [info] - twitter-credentials,
25 Jul 10:53:53 - [info] - twitter in,
25 Jul 10:53:53 - [info] - twitter out,
25 Jul 11:31:44 - [info] Installing module: node-red-contrib-home-assistant-websocket, version: 0.14.0,
25 Jul 11:32:52 - [info] Installed module: node-red-contrib-home-assistant-websocket,
25 Jul 11:32:53 - [info] Missing type registered: server-events,
25 Jul 11:32:53 - [info] Missing type registered: server-state-changed,
25 Jul 11:32:53 - [info] Missing type registered: api-call-service,
25 Jul 11:32:53 - [info] Missing type registered: api-current-state,
25 Jul 11:32:53 - [info] Missing type registered: ha-get-entities,
25 Jul 11:32:53 - [info] Missing type registered: trigger-state,
25 Jul 11:32:53 - [info] Added node types:,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:server : Error: Cannot find module 'debug' (line:6),
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:server-events,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:server-state-changed,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:trigger-state,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:poll-state,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:api-call-service,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:ha-fire-event,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:api-current-state,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:ha-get-entities,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:api-get-history,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:api-render-template,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:ha-wait-until,
25 Jul 11:32:53 - [info] - node-red-contrib-home-assistant-websocket:ha-api,
I notice the credential error, but from what I have read that that is an independant issue with creating a token and modifying the /opt/node-red/settings.js file.
I greatly appreciate your assistance.