Releases: Domochip/sms2mqtt
1.4.6 Publish for armv7 and ar64
1.4.5 Use newer Gammu lib
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
Rollback to gammu 1.39.0-r2.
Send was OK buit not receive/delete SMS
1.4.3 Use last gammu library
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
v1.4.1 fix mqttPort not passed correctly
1.4.0 "signal" topic and Exit on MQTT disconnection
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
Improves reliability by setting "connected" information/topic as retained
1.3.0 Receive Multipart SMS
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
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
Add support for Unicode and emoji
Add support for very long message
Ass support for both combined (very long message in Unicode with emoji)