Now i’d like to do the communication in the other direction
From APP Signal (phone recipients/receive) to HA.
What i see at the moment is not entry logs.
For that at the moment i don’t know, how will work and how can see the receive message to phone-sender.
I try that this CURL command with following issue.
curl -X GET -H “Content-Type: application/json” --data ‘{“use_voice”: false}’ ‘http://192.168.178.126:8080/v1/receive/+4915566671213’
Bad Request
{“error”:“websocket: the client is not using the websocket protocol: ‘upgrade’ token not found in ‘Connection’ header”}
curl --include --no-buffer --header “Connection: Upgrade” --header “Upgrade: websocket” --header “Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==” --header “Sec-WebSocket-Version:
13” -X GET -H “Content-Type: application/json” --data ‘{“use_voice”: false}’ ‘http://1315902c-signal-messenger:8080/v1/receive/+4915566671213’
curl: (52) Empty reply from server
Error in logs:
From the websock message, i activate my Node-Red again and configure for “Signal Receive” → ws://1315902c-signal-messenger:8080/v1/receive/+4915566671213
Now i can see my messages from [APP Signal - phone receive/recipients]
My new question is the other direccion.
From Phone-receive (send a message) to HA
How can i see the message in HA that sent phone-receive to HA.
I tried now with node-red and work.
I see, this all seems to stem from this guide posted to the forum. When questions arise from a guide, those questions should be posted within the guide.
Hello Mikefila,
when we talk about the topic send/receive messages with Signal Messenger, everything has to do with Signal Messenger, now here it is clarified and helped with suggestions for the direction from HA to phone-receive.
My question is the other direction from phone-receive to HA, which is why I opened this new post.
Then i am working the Logic in file:
automations.yaml
For recognize the words/command and executed anything. [NOT COMPLETED, IN PROCESS]
But a part you can see here:
For example start or stop a sensor from PHONE with Signal-Messenger