https://github.com/matten-matten/redmatic-tc35-sms
Subfow to send and receive SMS
https://github.com/matten-matten/redmatic-tc35-sms
Last synced: 4 months ago
JSON representation
Subfow to send and receive SMS
- Host: GitHub
- URL: https://github.com/matten-matten/redmatic-tc35-sms
- Owner: Matten-Matten
- Created: 2020-12-21T10:06:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T12:14:00.000Z (over 4 years ago)
- Last Synced: 2025-01-12T16:45:34.659Z (5 months ago)
- Language: JavaScript
- Size: 1.98 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redmatic-TC35-SMS
Subfow to send and receive SMS
---
Forum: https://homematic-forum.de/forum/viewtopic.php?f=77&t=63796&p=628663#p628663
---

---
## INPUT:Input from Serial Modul
`msg.input` = `SERIAL_INPUT`
`msg.payload` = payload from Serial Modul
---
Start Connection to GSM Modul`msg.input` = `START`
---
Stop Connection`msg.input` = `STOP`
---
Reset TC35`msg.input` = `RESET`
---
Send Message SMS`msg.input` = `SEND_SMS`
`msg.payload` = {"number":"01741234567","message":"Nodered Test SMS"}
---
SMS via web API:`http://`IP-Adresse der CCU`/addons/red/TC35sendSMS?number=`01741234567`&message=`Test Message
---
SMS Webinterface:`http://`IP-Adresse der CCU`/addons/red/TC35`
---
## OUTPUT1. to Serial Modul
2. Messenger_LetzterPruefStatus
3. Messenger_LetzteSignalstaerke
4. Messenger_Modus
5. Messenger_LetzterSendeStatus
6. Messenger_SMSEmfangAbsenderID
7. Messenger_SMSEmfangText
8. Messenger_Warteschlange---


---
### Changelog:
- V.1.1.0 - Add SIM PIN Show Support; correction Provider registration check, Add Modul Reset
- V.1.0.2 - Add SMS API Input
- V.1.0.1 - first publication