Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMSTools für SMS-Versand und Anrufe #5

Closed
Apollon77 opened this issue Apr 6, 2018 · 19 comments
Closed

SMSTools für SMS-Versand und Anrufe #5

Apollon77 opened this issue Apr 6, 2018 · 19 comments
Labels

Comments

@Apollon77
Copy link
Collaborator

  • SMSTools3 or direct USB stick communication?
  • Adapter to send SMS or also maybe do calls
  • ideally enhancement of other Networkbased Adapters to allow Fallbacks on errors (using messages)

Migrated from Trello with 2 votes

@Apollon77 Apollon77 self-assigned this Apr 6, 2018
@BuZZy1337
Copy link
Collaborator

You assigned this to yourself. Are you actually working on this @Apollon77?
I planned to buy a Sim Card USB stick in the near future for similar purposes. Maybe we can develop this adapter together.. 😄

@Apollon77
Copy link
Collaborator Author

I already have "smstools3" on Linux (a normal system deamon that works with files) and a USB stick. So one fast idea is to build Adapter on top of that. Good here is that we do not need to care about different sticks and such. Bad is this external dependency and only works on linux
http://smstools3.kekekasvi.com/

I also had a check on nodejs libraries to communicate with such USB sticks but most of them are not actively maintained :-( So this would mean a lot of basic library work as soon as it comes to different usb sticks.

What do you think?

@Apollon77 Apollon77 assigned Apollon77 and unassigned Apollon77 Apr 6, 2018
@ioBroker ioBroker deleted a comment from BuZZy1337 Apr 10, 2018
@Apollon77
Copy link
Collaborator Author

Apollon77 commented Apr 22, 2018

@BuZZy1337 what you think about starting with an dapter based on "smstools3" because it would be "just" writing and reading files and monitoring a directory ... a good "easy" start in "writing" an adapter. We should prepare it modular so that we later on allow to also use a library for direct communication with the usb sticks.

In general for the "fallback idea" I had a talk with Bluefox and we would implement a generic "failback" option in "sendTo" in adapter.js and so be able to use this for all kinds of "sendTo" commands. But first we need the adapter itself

@Apollon77
Copy link
Collaborator Author

@Apollon77
Copy link
Collaborator Author

I'm currently working together with the serialport-gsm guys to optimize their library a bit and bring the functionality (communicate with USB GSM models/Sticks) into an adapter soon. So prepare your Hardware and stay tuned :-)

@ukaeufeler
Copy link

Hi,
I would be very interested in an adapter for sms and calls. I should recognize when a call comes in or an SMS. I should also see which number. Is this adapter still planned?

@Apollon77
Copy link
Collaborator Author

yes still planned

@Azathoth88
Copy link

Azathoth88 commented Jul 11, 2021

Maybe you can use the sms gateway from traccar. See: https://play.google.com/store/apps/details?id=org.traccar.gateway
The gateway can be installed on an Android phone. An SMS can then be sent via POST / WGET.
https://www.traccar.org/forums/topic/how-to-call-sms-gateway-for-android-api/

@Apollon77
Copy link
Collaborator Author

My plan is to have something without other cloud dependencyies that also works when interget is gone :-) so an USB stick is the only choice :-)

@Azathoth88
Copy link

I tried to install a gatewayserver on usb stick on a vm. I left it due to driver issues.. Now i get it worked in iobroker with traccar app. The traccar gateway app isnt a cloud solution. The app makes your smartphone to a local sms gateway server.
And: its pretty easy to install. Everbody has an old smartphome in his closet and could use it for sending sms. I am happy about a working usb solution that also works under synology / docker. Until then, I'll be using my old Galaxy s8.

@ldittmar81
Copy link
Collaborator

What is the current standing? Still in progress?

@Apollon77
Copy link
Collaborator Author

yes still on the list ... sooner then later planned

@Azathoth88
Copy link

@ldittmar81
In the meantime you can try the solution I used.

1.) Install traccar sms gateway on android.
https://www.traccar.org/sms-gateway/

2.) exec('wget -N http://IP-of-Smartphone:8082 --post-data='{"to":"+4901......", "message": "Your Message"}' --header "Authorization: code from traccar app"');

I use this API on my Synology NAS, ioBroker and to send sms from a wordpress-contact-formular.
It works great!

@Apollon77
Copy link
Collaborator Author

The goal of this adapter is to direxctly send out SMS using GSM USB sticks to allow communication if internet connection is broken!

@forelleblau
Copy link

Ok, unfortunately I haven't been here the last few days, so I had seen that something is planned sooner than later.
Because I was not happy with the tools I used until now, a created an adapter, based on serialport-gsm. So if anybody ist interested: https://github.com/forelleblau/ioBroker.gsmsms
It works fine with mit GSM-Stick.

sorry Apollon77 for passing on the right side.

@Apollon77
Copy link
Collaborator Author

All good, wanted to basically use the same library :-)) WIll have a look

@vaaarg
Copy link

vaaarg commented Dec 30, 2022

i am very interested in calls, cause asterisk adapter is not maintained anymore

@Apollon77
Copy link
Collaborator Author

In fact adapter in general is available https://github.com/forelleblau/ioBroker.gsmsms and checked for repo currently. Calls are planned to be added there https://github.com/forelleblau/ioBroker.gsmsms

@mcm1957
Copy link
Collaborator

mcm1957 commented Jan 14, 2023

Adapter gsmsms is available at repository (latest).

Please report any problems or feature requests at the adapetr repository (https://github.com/klein0r/ioBroker.gira-iot)

@forelleblau Thanks for your work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants