Hi,
I am getting more and more frustrated with this topic and would like to hear other experiences, ideas, inputs.
I have some Shelly H&T sensors in my parent’s house that I would like to monitor in my HA. They can either push data via MQTT or Webhook (but only http as it seems).
Had some ideas and tried them out, without success so far:
-
Setup WireGuard VPN and connect parents’ router with my HA, so that I simply can push data via MQTT. Failed because I am not at home and can’t access my router to forward necessary ports
-
Set up Nabucasa webhook and let the Shelly push data via that one.
Kind of annoying, little debug possibilities, and I somehow just didn’t make it work (most likely because of the Shelly not doing https?). -
Use Cloudflared add-on to expose HA through a tunnel, using my domain.
Promising so far: i can access HA interface without issues.
So I configured an additional host that would expose my MQTT broker to mqtt.mydomain.com, which I thought would work. But it hasn’t.
Now I am wondering: anybody tried any of the above or has other ideas how I could push data from my Shellys outside home to my HA instance?
Thanks a lot!