Questions tagged [remote-access]

For questions regarding communicating with IoT devices from outside the immediate network. For example via the internet from a remote location.

21 questions
14
votes
3 answers

A WiFi smart light switch with cloud API?

I need some suggestion for a WiFi based smart light switch that can be remotely controlled and has an open API. WeMo light switch doesn't have open remote API. Same with another popular TP-Link HS200. Most other remote controlled switches I found…
rajendra
  • 251
  • 2
  • 4
13
votes
1 answer

Tracking exceptions and errors in production IoT devices?

How are companies tracking errors on IoT devices, gateways and platforms at present? My company is using papertrail to aggregate logs from all devices, however this often leaves us scratching around between multiple systems when an error occurs in…
hookd
  • 231
  • 1
  • 4
11
votes
2 answers

Remote access for multiple IoT project units

We are in the early stages of planning an IoT project. One issue we are struggling with is how our Internet based server can access each unit of our IoT project and deploy code updates, messages ... etc. I'm concerned about this because, of course,…
sisko
  • 213
  • 1
  • 5
9
votes
3 answers

How to access camera feed of Raspberry Pi out of a local broadband network?

BACKGROUND The current setup I have for the Raspberry Pi is: USB Webcam -> Raspberry Pi -> Netgear Router -> Local ISP -> Internet My ISP gives me a captive portal through which I can login to access the internet and my public IP address is shown…
Shakti Phartiyal
  • 713
  • 1
  • 6
  • 15
7
votes
2 answers

Solution for IoT web UI

I try to describe my issue with an example. Just imagine, that I manufacture some device and every device has its own ID and optionally some password. Alice as customer bought my device and established it. And Alice wants to control this device and…
Uraty
  • 171
  • 1
7
votes
2 answers

Techniques of remote access to non IP IoT devices

I have asked a question about Port Forwarding for non IP IoT Devices I understand that the hub is the controller of non IP devices attached to it, and each group of devices with the same wireless technology have a common controller. How technically…
BiG_TooTh
  • 521
  • 3
  • 8
6
votes
0 answers

Remote access through carrier-grade NAT

I have an IoT device that is connected via an LTE gateway. The LTE ISP uses carrier-grade NAT, which seems to be increasingly common and hard to avoid in the US. I need to access the device remotely to manage upgrades, debugging, etc. What options…
ericksonla
  • 223
  • 1
  • 2
5
votes
1 answer

How to access internet-connected home when phone moves between LAN Wi-Fi and Cellular?

My 20-year-old home control computer is on my LAN and has incoming port forwards for remote access. My iPhone can access it either way, but I have to stop and think which connection it is using, so which setup to select. If I walk too far out in the…
5
votes
1 answer

How do I use Home Assistant's Configurator with remote access?

I have: Raspberry PI 3 B+ Hassbian with Home Assistant And have created my own remote domain. Before I did that, I could easily use Configurator. But now, it just show me the Home Assistant login page in that iframe. My configuration settings for…
4
votes
0 answers

Powering an ESP32 used for controlling solenoids remotely

Context I am from a software engineering background, so I don't know too much about electric engineering apart from basic stuff like Ohm's Law (but willing to learn if needed). I'm building a garden irrigation system for my home. The valves are…
Lukas Kurz
  • 41
  • 3
4
votes
0 answers

Accessing my Wi-Fi IoT socket from remote via Phone

I'd like to access my Wi-Fi Socket (Smart Plug SWA1) at home from anywhere via my (Android) Phone. It works perfectly at home via Wi-Fi. But when I tried it from outside, it didn't. Even if it says "accessible via 2G/3G/4G/Wi-Fi". Doesn't that…
delaflota
  • 41
  • 1
2
votes
1 answer

SSH into Home Assistant instance from anywhere

So I have Home Assistant running on an RPi-4. I have the instance running locally but I also have the cloud service through Nabo Casa. I have a sub-domain through my domain from google domain that I can access the home assistant UI through the…
2
votes
1 answer

Monitor plug socket remote from desktop PC

Planning a one off party event that involves turning mains lights on/off and then playing media on a PC connected screen. It need not be very fast and doesn't need to use internet but WiFi is available if that route would be simpler/cheaper. It is…
ArchNemSyS
  • 123
  • 4
1
vote
1 answer

Get data from IoT device *without using phone app*

I often find myself in a situation of wanting to get data out of an IoT device without having to use a phone app. Example1: My blood pressure monitor (Omron 654) has a bluetooth-based android app that is low quality (no graphs, for example). I would…
reikred
  • 111
  • 3
1
vote
1 answer

What is the best way to setup messaging with devices that might be anywhere on the internet?

Are there standard techniques/libraries that are used to implement IoT? How does a monitoring-and-control component setup a messaging connection to a monitoring device that might be tethered to a cellular network? Say that I am working in Python but…
1
2