Skip to content

Home assistant for monitoring and controlling your smart home.

Notifications You must be signed in to change notification settings

mitaka621/HomeAssistant-ASP.NET-MVC

Repository files navigation

Default Admin User

Username: admin

Password: admin123

User Secrets

- (Required) Sql server connection string

- (Required) MongoDb access uri

- (Optional) Wheather api key - More info https://openweathermap.org/

- (Optional) HomeTelemetryServerIp - More info https://github.com/mitaka621/HomeTelemetryStation

Example:

{
  "HomeTelemetryServerIp": "192.168.0.5",
  "ConnectionStrings": {
    "DefaultConnection": "Server=.;Database=HomeAssistant;Encrypt=True;Integrated Security=True;TrustServerCertificate=True",
    "MongoUri": "mongodb+srv://d418201:[email protected]/?retryWrites=true&w=majority&appName=Cluster0",
  },
  "ExternalServiceApiKeys": {
    "weatherApi": "1a9789d617380a5921737ac607d3edbd"
  }
}

About

Home assistant for monitoring and controlling your smart home.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published