sendSms no longer working

Hi,

I’m using openHAB 1.7.0 and noticed that sendSms is no longer working.
I had it working some weeks ago with this release but at the moment no SMS is sent.
my.openHAB shows ONLINE.

Any ideas?

log:
19:19:39.527 [DEBUG] [o.myopenhab.internal.MyOpenHAB:67 ] - sendSMS()
19:19:39.529 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:81 ] - Sending SMS ‘MediaPi_started’ to phone # +49173xyz

Test rule:
import org.openhab.io.*
[…]
rule “MediaPi ON”
when
Item Plug_UG_Desk changed from OFF to ON
then
sendSms("+49173xyz", “MediaPi_started”)
end

I have the same issue

Sorry, I missed to replenish our SMS account, it’s back again now.

Has this issue been solved?
I never got the sendSms() function to work, even though notifications seems to work fine.

Thanks
Ken

Hi Kenneth,

unfortunately it is not working for me. But I gave up and now I’m using e-mail sending.

Victor did the account expire again? I haven’t been able to receive texts again through sendsms. Thanks!