Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Weather not populating with correct geolocation data #3

@shadow-box

Description

@shadow-box

First, thanks for putting this together. I'm having a issue where weather does not populate with correct data. I'm using docker-compose for bringing up the environment with the following settings:

version: '2'
services:
powerwall-dashboard:
image: liveaverage/powerwall-dashboard
container_name: powerwall-dashboard
extra_hosts:
- "teslapw:192.168.1.100"
environment:
- POWERWALL_LOCATION="lat=xx.xxxxxxx&lon=-xx.xxxxxxx" (Masked for privacy)
- GRAFANA_DASHBOARD_URL="https://raw.githubusercontent.com/liveaverage/docker-powerwall-dashboard/master/graf_dash.json"
- GRAFANA_WEATHER_LOCATION="lat=xx.xxxxxxx&lon=-xx.xxxxxxx" (Masked for privacy)
volumes:
- /home/docker/docker-compose/powerwall-dashboard/influxdb:/var/lib/influxdb:z
- /home/docker/docker-compose/powerwall-dashboard/grafana:/var/lib/grafana:z
ports:
- 3000:3000
env_file: uidgidtz.env
restart: always

Is there something I'm missing?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions