Skip to content

Releases: Domochip/sms2mqtt

1.4.6 Publish for armv7 and ar64

02 Oct 20:43
Compare
Choose a tag to compare

Bump version to v1.4.6 only for publishing armv7 and arm64 versions.
tested on a RPi1 successfully

1.4.5 Use newer Gammu lib

19 Oct 19:36
Compare
Choose a tag to compare

This update is pushed by @molpie.
Thanks to him for his help ;-)

  • Usage of newer Gammu library
  • More log at container start
  • Fix : missing publish 0 to 'connected' topic on disconnect
  • Add additional infos about battery and network
  • Add heartbeat

1.4.4 Rollback to previous gammu lib

20 Jul 06:13
Compare
Choose a tag to compare

Rollback to gammu 1.39.0-r2.
Send was OK buit not receive/delete SMS

1.4.3 Use last gammu library

27 Jun 16:42
Compare
Choose a tag to compare

Skipped 1.4.2 : Add signal handler
1.4.3 : switch back to last gammu library version. it's compatible with Huawei

1.4.1 fix mqttPort not passed correctly

14 May 20:37
Compare
Choose a tag to compare
v1.4.1 fix mqttPort not passed correctly

1.4.0 "signal" topic and Exit on MQTT disconnection

27 Mar 00:03
Compare
Choose a tag to compare

sms2mqtt/signal: A signal quality payload is published when quality change
Exit is called when MQTT disconnection occurs.
That allows:

  • to handle reconnection
  • to monitor container activity and so inform you without parsing Log

1.3.1 "connected" topic is retained

21 Mar 20:50
Compare
Choose a tag to compare

Improves reliability by setting "connected" information/topic as retained

1.3.0 Receive Multipart SMS

27 Jan 18:07
Compare
Choose a tag to compare

This version allows to:
receive multipart SMS (longer message)

It's not able to receive MMS so, pay attention that some phone convert long message to MMS and those can't be received.

1.2.0 Receive Unicode SMS

25 Jan 16:54
Compare
Choose a tag to compare

This version allows to:

  • receive unicode SMS containing emoji
  • make better verifications on content on send topic

v1.1.0 Send longer SMS with Unicode

24 Jan 21:24
Compare
Choose a tag to compare

Add support for Unicode and emoji
Add support for very long message
Ass support for both combined (very long message in Unicode with emoji)