I’m getting started in Home Assistant with the Node-RED integration. I am attempting a simple flow that turns a desk lamp on at a certain interval. However, in the call-service node, it says “Call-Service attempted without connection to server.”
I have looked around but haven’t been able to find a solution for my situation. I (think I) am using the Home Assistant Add-on, since I installed Node-RED from the supervisor.
Something that may be relevant is that my home assistant is running on a network where another home assistant is present (a housemate). Below are some images/logs to clarify:
debug:
7-5-2021 11:40:24[node: Desk Lamp](http://192.168.1.xx:8123/api/hassio_ingress/mWqiP6hpaUPONMWuasdxEOvSaYeVjuEEax3U_4Y6-4s/#)msg : string[52]
"Call-Service attempted without connection to server."
NodeRED log:
7 May 09:34:39 - [error] [api-call-service:Desk Lamp] Call-Service attempted without connection to server.
7 May 09:34:42 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:34:42 - [info] [server:Home Assistant] Connected to http://supervisor/core
7 May 09:38:03 - [info] [server:Home Assistant] Connection closed to http://supervisor/core
7 May 09:38:08 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:38:13 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:38:18 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:38:23 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:38:29 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:38:34 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:38:34 - [info] [server:Home Assistant] Connected to http://supervisor/core
7 May 09:40:08 - [info] Stopping flows
7 May 09:40:08 - [info] [server:Home Assistant] Closing connection to http://supervisor/core
7 May 09:40:08 - [info] Stopped flows
7 May 09:40:08 - [info] Starting flows
7 May 09:40:08 - [info] Started flows
7 May 09:40:10 - [error] [api-call-service:Desk Lamp] Call-Service attempted without connection to server.
7 May 09:40:13 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:40:13 - [info] [server:Home Assistant] Connected to http://supervisor/core
7 May 09:40:21 - [info] Stopping flows
7 May 09:40:21 - [info] [server:Home Assistant] Closing connection to http://supervisor/core
7 May 09:40:21 - [info] Stopped flows
7 May 09:40:21 - [info] Starting flows
7 May 09:40:21 - [info] Started flows
7 May 09:40:23 - [error] [api-call-service:Desk Lamp] Call-Service attempted without connection to server.
7 May 09:40:23 - [error] [api-call-service:Desk Lamp] Call-Service attempted without connection to server.
7 May 09:40:26 - [info] [server:Home Assistant] Connecting to http://supervisor/core
7 May 09:40:26 - [info] [server:Home Assistant] Connected to http://supervisor/core
If more information is required I’d be happy to give it! This is really driving me mad
1 post - 1 participant