-
I don't have an appropriate host to run it on at home. I do have an always free Azure App Service subscription available (including a VPN back to my router, so my Powerwall can appear to be local). I should - in theory - be able to set up everything needed on an Azure App Service, but before I started, I wanted to check in to see if anyone else had thought about this and ruled it out, or tried it, and failed, or better still, tried it and succeeded. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
I love this idea @BJReplay ! It would be good to add this as an alternative setup path for anyone without a local host they can use for the Dashboard. Can you give us specifics on your setup and how you got this free subscription that has the VPN back? |
Beta Was this translation helpful? Give feedback.
-
I haven't managed to get it going, yet, but will have a go, and if I get it up and running, will do my best to write it up. I did try to get it up and running on WSL, but couldn't get docker running, and have actual work to do rather than this, so haven't come back to it yet. I tend to do things via the admin GUI rather than attempt to script using PowerShell, so if I get it running, the specifics won't be a nice PS script. If you go to https://azure.microsoft.com/en-us/pricing/free-services/ you can see what's free. The two things you need are https://azure.microsoft.com/en-us/products/virtual-network/ (so that when you get the Powerwall Dashboard running, the IP address is a local address, via the VPN) and https://azure.microsoft.com/en-us/products/app-service/ and it is the app services that I think will provide the other prerequisites for Powerwall Dashboard. To get there, you sign up for a free trial for a month, and then convert it to a pay as you go service at the free monthly plan tier. Provided you don't set up any services that cost actual money, it remains free. I've got other services running on the aways free tier, including some other live streaming of Powerwall data, monitoring of FitBit data, and other things like that, and have previously set up a VPN from my router to Azure as a proof of concept. |
Beta Was this translation helpful? Give feedback.
-
Well, it can't be done - at least not yet. Limitations:
Unsupported docker compose YAML:
The VNET was going to be critical for communication back to the Powerwall at home. |
Beta Was this translation helpful? Give feedback.
-
Two months later, answering my own question - this is possible...
I ran this up as a quick Proof of Concept on an existing cloud instance that I had already running docker; I wasn't running docker in non-sudo mode, so had to manually set it up (i.e. script up the pypowerwall conf, then sudo compose-dash.sh up -d, but got it up and running long enough to get it up. I wouldn't recommend it over buying a Raspberry Pi, but it is doable. |
Beta Was this translation helpful? Give feedback.
-
Yep, that's it!
…On Fri, 6 Jan 2023 at 13:40, Jason Cox ***@***.***> wrote:
Thanks @BJReplay <https://github.com/BJReplay> - so more like this?
[image: image]
<https://user-images.githubusercontent.com/836718/210918876-62962f58-a68a-4143-ae93-7f0b8d9114ef.png>
—
Reply to this email directly, view it on GitHub
<#107 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJB3YI27K3DQ3YABYZZTDTDWQ6A3VANCNFSM6AAAAAARIQZC3Y>
.
You are receiving this because you were mentioned.Message ID:
<jasonacox/Powerwall-Dashboard/repo-discussions/107/comments/4607710@
github.com>
|
Beta Was this translation helpful? Give feedback.
Two months later, answering my own question - this is possible...