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
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
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:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: