SIM providers - Additional integrations #1
-
|
Hi there, I just discovered this amazing project existed, and I'm down to set this up for my Leaf 2015. Thank you SO much. So excited to try it. I have plans of building an addon to set up the server as an add-on for Home Assistant too, and later an integration maybe. Anyway, I'm curious about finding the best/cheapest SIM option in the UK. I've seen the Hologram recommendation, but in the UK it turns a bit pricey due to shipping costs, plus the rates are not the cheapest either. My point is, what does Hologram have exactly that allows automating the SMS sent to the SIM? AFAIK from the code, you're just using its API so the SMS is sent from Hologram server to Hologram SIM. I've found several cheaper SIM providers, but they do NOT allow inbound SMS. Only to send SMS from their own server. Which AFAIK is exactly what you're doing with Hologram. Am I correct in saying that technically, we do not need a SIM that receives inbound SMS from any phone? As long as we can automate them with the providers API, that should be good, right? So, while only Hologram is currently integrated/supported, it should be easy enough to integrate new providers using their API. Is this correct, or is there any other limitation that Hologram solves? Many thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 47 replies
-
|
Hi! Home assistant integration & add-on would be cool! And about the sms. Hologram API is used to send the SMS command to the TCU, via hologram API. They have free-of-charge SMS service inbound to their device, from their servers. My understanding is, that Holgoram SIM cards don't have traditional phone number (MSISDNs). They relay it internally through the mobile network. If you know any other IoT SIM Card providers with inbound SMS via API, should be easy integration. And I encourage to implement, Hologram isn't perfect either. Good to have choices ;) |
Beta Was this translation helpful? Give feedback.
-
|
I am in Ireland and was shocked by the shipping cost of the hologram sim. I am using a free sim from Sky Mobile Ireland. Wish there was a way to use their free sms |
Beta Was this translation helpful? Give feedback.
Hi!
Home assistant integration & add-on would be cool!
And about the sms. Hologram API is used to send the SMS command to the TCU, via hologram API. They have free-of-charge SMS service inbound to their device, from their servers. My understanding is, that Holgoram SIM cards don't have traditional phone number (MSISDNs). They relay it internally through the mobile network.
So, the only thing Hologram solves is inbound SMS from their server/infrastructure and free of charge, without limits. It comes very handy for the timer function and for periodic updates for Home Assistant for example.
If you know any other IoT SIM Card providers with inbound SMS via API, should be easy integration. And…