Register to Signal Texting Service

If I try register the signal-client I get:

"Signal client error: {"name":"HTTPError","code":402,"response":"<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n<title>Error 402 Payment Required</title>\n</head>\n<body><h2>HTTP ERROR 402 Payment Required</h2>\n<table>\n<tr><th>URI:</th><td>/v1/accounts/sms/code/+4960xxxxxx</td></tr>\n<tr><th>STATUS:</th><td>402</td></tr>\n<tr><th>MESSAGE:</th><td>Payment Required</td></tr>\n<tr><th>SERVLET:</th><td>jersey</td></tr>\n</table>\n\n</body>\n</html>\n"}"

Therefore I trying the Captcha stuff described here: nodered-contrib-signal-client (node) - Node-RED
On opening https://signalcaptchas.org/registration/generate.html I get:

If I click the xdg-open button a 'page not found' appears.
Any idea whats going wrong?

Thx and best regards

You may want to read thru the issues on GitHub for the node espically this oe: Registration problem · Issue #33 · gausma/nodered-contrib-signal-client · GitHub

thank you!
Do I understand correctly, this component cannot be used at the moment due to a change in the signal API and there is currently no workaround?

That's what I get from reading the issue. I'd suggest adding a note in the issue saying you are having the problem too. Maybe that will help spur the author to fix it.

And before you ask, no I don't know of a replacement node for the Signal app. I can say that a lot of people use Telegram with Node-RED. (a search of the forum will show you some threads about Telegram)

Signal will likely always be quite difficult to work with. Indeed, there wasn't anything you could do with it for quite a while. One of the main reasons for this is that the priority for Signal is security and privacy and it stands out from a crowded market by offering the best security and privacy by a long way. Which is why we use it professionally for times when our main Microsoft Platform isn't working or when we need higher secrecy than usual.

Telegram, on the other hand, isn't as secure or private - though it is still pretty good over all - but it has possibly the easiest to use bot framework of all. That's why I'm happy to use it for my home automation. I have a couple of live bots plus a bunch of test bots. One live bot is "chatty" with lots of information coming out and I keep that muted so I'm not bombarded with notifications but can look at what is happening when I like. The other bot only gives the most critical information such as when the doorbell goes or if an external door has been left open too long. I can also send commands through to Node-RED to do things like control lighting.

Thanks a lot, so I can stop my attempts to make it work here

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.