dave92082 / SolarEdge-Exporter

Prometheus exporter for SolarEdge inverters
MIT License
59 stars 25 forks source link

Cannot pull the metrics with the presented address #15

Open Larthienn-mobile opened 3 years ago

Larthienn-mobile commented 3 years ago

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

Error on prometheus:

Get "http://192.168.50.17:2112/metrics": context deadline exceeded

any ideas?