Releases: dalgwen/openhab-addons
Signal 3.4.0 SNAPSHOT BETA4
Fix issue with choosing verification code method
Can (must) now send text with image
Signal 3.4.0 SNAPSHOT BETA3
This release is compatible with openHAB 3.4.0 and openHAB 4
New feature:
- action to send image
mimictts 3.4.1_SNAPSHOT bugfix 2 Playing with audio servlet
Fix a bug when playing with a sink using audioservlet
(the file deletion occurs too fast, because the audioservlet close the stream before reading it)
mimictts 3.4.1_SNAPSHOT bugfix (SSML, encoding voice, workaround for some sinks)
- Fix SSML
- Fix an issue with some voices
- Add a workaround to play with sink using the openHAB audio servlet (like chromecast audio, etc.). Use the new parameter workaroundServletSink
Signal 3.4.0 SNAPSHOT BETA2
This release use signal-cli library as a codebase.
There are many differences under the hood, and some other visible :
Good side effects from this rewrite :
- fix the issue wit the the sender phone number / name not shown.
- sending message to yourself in linked mode is OK
- you can now send note to yourself. I you use "self" as a recipient, you don't get notifications. If you use your full number, you get notifications.
- delivery and read status is now working (both ways)
- development for other function will be easier (group messaging, sending message soon ?)
Bad potential side effects :
- you have to register again !! The data model is completely rewrited and not compatible. You also needs to recreate your linked things, as a new parameter is mandatory (the phone number is now needed)
- the jar is heavier
- the bundle resolution is capricious, because it depends on many new libs (it means that I'm not very comfortable with OSGI development and I'm not sure it will works everywhere ?)
- Newer version, means newer lib. And as the rasberry libraries are no longer distributed in the source I used before, some build for raspberry pi is unavailable. (missing lib : aarch64/arm64 for libc6 version < 2.33)
Smsmodem 3.4.0 SNAPSHOT 1.0
This is the version merged on the openHAB repository on 04/12.
It will probably be included in the official openHAB 3.4.0 release.
So, if you use openHAB 3.4.0, you should install it from the official repository and not the marketplace.
I let this release for those still on openHAB 3.3
Signal 3.4.0 SNAPSHOT BETA1
Fix PushNetworkException - javax.net.ssl.SSLHandshakeException
(And some other to verbose exceptions in log)
Signal 3.4.0 SNAPSHOT BETA0.1
Fix DeprecatedVersionException
Signal 3.4.0 SNAPSHOT BETA0
This is the first beta release for the Signal binding for openHAB, allowing sending and receiving message with the Signal network.
mimictts 3.4.0_SNAPSHOT bugfix (POST instead of GET)
Using POST method allows longer request size.
Also, using InputStreamResponseListener avoid keeping the response in-memory