SolarEdge-Exporter
SolarEdge-Exporter copied to clipboard
Cannot pull the metrics with the presented address
Hi there,
So I've followed your step by step installation process and I can't seem to pull the data from my SolarEdge. Below my variables and the note from prometheus:
INVERTER_ADDRESS=192.168.50.17 INVERTER_PORT=502 (googled more and found somewhere that it was connecting to 22222 and 22221 and tried both, still with no luck, not sure if this might be the issue) EXPORTER_INTERVAL=5
Prometheus.yml
-
job_name: 'Solar_Edge'
static_configs:
- targets: [192.168.50.17:2112]
Error on prometheus:
Get "http://192.168.50.17:2112/metrics": context deadline exceeded
any ideas?