You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runs LocalPublisher.Framework on a raspeberry pi zero w in Mono
9
+
10
+
Does not run most recent version via LocalPublisher.WebApp on hardware that supports .net core. It totally could.
10
11
11
12
Polls local network senec battery webserver and publishes to the cloud.
12
13
14
+
Cloud.WebApp can be published to Azure App Service to run an Angular app to display the following
15
+

16
+
17
+
## What would it cost you to run?
18
+
The services try to use only free services from Azure as much as possible.
19
+
20
+
CosmosDB provide a free service up to 5GB of data, so a few years of storage.
21
+
22
+
App services provide up to 10 free services on the lowest compute plans. If outgoing data exceeds a threshold, it would start costing money.
23
+
24
+
As of writing (16th June 2020), the developer has not received a bill from this subscription.
25
+
13
26
## todo
14
27
Write a web app with react/angular front-end to display the cloud data.
15
28
29
+
Align LocalPublisherWebApp.Startup and LocalPublisherFramework.Program, so LocalPublisherWebApp can run the current version.. again.
30
+
31
+
Write Azure infrastructure as a service scripts to
32
+
33
+
- Build the source code via Pipelines
34
+
- Given an Azure subscription id, script a full environment
35
+
-- CosmosDB account
36
+
-- Private DNS zone (is this needed for cosmosDB?)
37
+
-- App service plan
38
+
-- App service
39
+
16
40
17
41
## Notes on installing for raspberry pi
18
42
@@ -32,4 +56,6 @@ run `npm install -g @angular/cli`
32
56
from cloud.webapp/clientapp folder run `npm install` then run `ng serve`
33
57
Run the cloud.webapp from visual studio in IIS express
34
58
59
+
## Senec ?
60
+
Senec https://senec.com/au is a company that built a battery for home storage of solar power generation. It might have trademarks for the word Senec too.
0 commit comments