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

Weather not populating with correct geolocation data #3

Open
shadow-box opened this issue Oct 23, 2019 · 1 comment
Open

Weather not populating with correct geolocation data #3

shadow-box opened this issue Oct 23, 2019 · 1 comment
Assignees

Comments

@shadow-box
Copy link

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?

@liveaverage liveaverage self-assigned this Jun 22, 2020
@sebestenyb
Copy link

sebestenyb commented Aug 13, 2020

Heya, having the same issue.
Found these in the log (coords masked):

2020-08-13T20:50:04Z E! [inputs.http] Error in plugin: [url=https://fcc-weather-api.glitch.me/api/current?lat=-xx.xxxxxxxlon=xxx.xxxxxxx]: Get https://fcc-weather-api.glitch.me/api/current?lat=-xx.xxxxxxx&lon=xxx.xxxxxxx: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants