How to setup with Cloudflare Tunnel to view live power animation? #690
Unanswered
GamerKingFaiz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cloudflare Tunnel is an easy way to set up a reverse proxy for your internal network (especially helpful when you're behind CGNAT).
I just set this project up and configured a tunnel like this
powerwall.example.com
proxies to192.168.1.8:9000
When I navigate to https://powerwall.example.com the grafana and powerwall dashboard load up fine, except for the power flow animation.
The live power flow animation is hosted on a different port (
8675
). So the animation panel times out trying to load, because it's trying to load https://powerwall.example.com:8675, which doesn't resolve to anything. This works fine when you try to load it locally, because it'll load http://192.168.1.8:8675, which resolves to the pypowerwall animation.Has anyone gotten this to fully work using Cloudflare Tunnels?
Beta Was this translation helpful? Give feedback.
All reactions