Need help troubleshooting json-rpc mode + Home Assistant using received messages as triggers #361
Replies: 2 comments
-
I have the same issue - I can read the message by reaching the Rest Api via browser but the add-on doesn't seem to see it so doesn't change the state of the sensor. Thres a repetitive warning in the log though:
|
Beta Was this translation helpful? Give feedback.
-
In json-rpc mode the Unfortunately I don't think there is a websocket sensor implementation available right now: https://community.home-assistant.io/t/web-socket-sensor/79633/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings!
I'm looking for help troubleshooting the Home Assistant integration (specifically, using received messages as automation triggers).
I have Home Assistant 2023.4.6 with the signal-cli-rest-api (v0.66.0) container installed as a Home Assistant Add-on running in json-rpc mode.
Home Assistant->phone works.
Sending messages from Home Assistant to individuals or groups works fast and perfectly.
Phone-> Home Assistant doesn't work
I'd like to be able to send a message from my users/phones to Home Assistant to use as a trigger - for example as a trigger to an automation.
I followed the setup instructions here: https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/HOMEASSISTANT.md
I have the following in configuration.yaml (phone number redacted).
I can see in the container logs that the messages are being received by the signal-cli-rest-api:
I've also used wscat to verify the messages are coming in as intended and follow the expected json schema outlined in the 'rest' configuration above.
However, those received messages aren't triggering the automation:
Any suggestions on where to go from here before reaching out on r/homeassistant ?
Beta Was this translation helpful? Give feedback.
All reactions