Coder Social home page Coder Social logo

Comments (5)

33Fraise33 avatar 33Fraise33 commented on August 15, 2024

To add to this, the following tool is working with the modbus tcp of my inverter but only outputs to PVoutput.org
https://github.com/Joozzt/Sunspec-solar-panels-monitor

from solaredge-exporter.

dave92082 avatar dave92082 commented on August 15, 2024

@33Fraise33 ,
Sorry for taking so long to get back to you. Judging by the log you posted, it looks as though you forgot to configure the exporter. The Inverter address and port lines should list the address and port of your inverter. Should look something like this if you set the config.yaml correctly:

6:50PM INF Starting SolarEdge-Exporter
6:50PM INF Configured Inverter Address: 192.168.1.213
6:50PM INF Configured Inverter Port: 502
6:50PM INF Configured Listen Address: 
6:50PM INF Configured Listen Port: 2112
6:50PM INF Inverter Model: SE5000
6:50PM INF Inverter Serial: 731DF6E3
6:50PM INF Inverter Version: 0003.2221

Make sure that you set up your config.yaml correctly or set the appropriate environment variables:

config.yaml that produced the above log example:

SolarEdge:
  InverterAddress: "192.168.1.213"
  InverterPort: 502
Exporter:
  # Update Interval in seconds
  Interval: 5
Log:
  Debug: false

Further, this exporter searches in the following locations for the config.yaml:

  • . (the same folder where the binary is executed from)
  • /etc/solaredge-exporter/
  • $HOME/.solaredge-exporter/

from solaredge-exporter.

33Fraise33 avatar 33Fraise33 commented on August 15, 2024

hello,

Thank you so much for this, I have been looking for this for a very long time. I don't think at the time yml config was supported?
Is the dockerfile still working, as I would like to run this as a service.

from solaredge-exporter.

dave92082 avatar dave92082 commented on August 15, 2024

from solaredge-exporter.

33Fraise33 avatar 33Fraise33 commented on August 15, 2024

hello thanks for your replies and this project, time to put this in ansible ;)

from solaredge-exporter.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.