Running (or trying to) Node Red version v1.1.2, node JS v 12.18.3, RPI 3+ home-assistant (Hassio) 0.113.3 on Tinkerboard
Log is;
(node:12484) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'isConnected' of undefined
at TriggerState.get isIntegrationLoaded [as isIntegrationLoaded] (/home/pi/.node-red/node_modules/node-red-contrib-home-assistant-websocket/lib/base-node.js:270:34)
at TriggerState.init (/home/pi/.node-red/node_modules/node-red-contrib-home-assistant-websocket/lib/events-ha-node.js:43:18)
(node:12484) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 23)
(node:12484) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'isConnected' of undefined
at TriggerState.get isIntegrationLoaded [as isIntegrationLoaded] (/home/pi/.node-red/node_modules/node-red-contrib-home-assistant-websocket/lib/base-node.js:270:34)
at TriggerState.init (/home/pi/.node-red/node_modules/node-red-contrib-home-assistant-websocket/lib/events-ha-node.js:43:18)
I have tried the CLI flag suggested after node-red-start (not sure if that's right) but it hasn't work.
Any assistance would be greatly appreciated.
Thanks in advance
Glenn