Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #3

Open
int2018 opened this issue Mar 21, 2018 · 2 comments
Open

Question #3

int2018 opened this issue Mar 21, 2018 · 2 comments

Comments

@int2018
Copy link

int2018 commented Mar 21, 2018

Hi Steve,

I found your tracer project, it seems old but maybe I you can help me?

If have a solar panel connected to my converter EPEVER Tracer2215BN: http://www.epsolarpv.com/en/index.php/Product/pro_content/id/573/am_id/136

It comes with a RJ45/RS485 pplug where you could use the optional MT50 display: http://www.epsolarpv.com/en/index.php/Product/pro_content/id/484/am_id/139

There is another option (which I use) to connect a litte box (eBox-Wifi-01) which can be used as an Wifi access point which can be used with an Android App:

http://www.epsolarpv.com/en/index.php/Product/pro_content/id/731/am_id/139

Everythings works as expected. There is a hack which makes the eBox act as a station in the local WLAN and it is possible to access the tracer from the EPEVER monitoring softare via a Netburner virtual com port. This also works but I want something else:

I want to access the tracer from my raspberry via the WLAN eBox and store/show the solar and battery values via html.

The virtual com port talks to the eBox in the local WLAN on port 8088 which atcs like a serial port (115200, 8,1,N).

So, there is a "serial port" at 192.168.1.15:8088

My question is:

How can I achieve a communication from my raspberry to the serial port of the eBox? Via http or some cgi-bin?

Second question: Since you seem to know the protocoll of the MT50, maybe I could just check if the values are valid for this device?

Or do I need some wireshark files to find out what is going on?

Anyway, it would be nice if you can find some time to point me in the "right" direction...

Best reagrds,

@dj44
Copy link

dj44 commented Apr 5, 2018

I can only help you with the protocol for the MT5
You find it here
Another VERY interesting and very complete publication about the MT5 you can find here BUT ... although it's in French, it's still very useful.
Hope you enjoy !

@int2018 int2018 closed this as completed Apr 5, 2018
@int2018 int2018 reopened this Apr 5, 2018
@int2018
Copy link
Author

int2018 commented Apr 5, 2018

Thanks a lot for your information, I will check it out.
Although French maybe a problem but I will try and maybe translate.google.com will help me :-)

Meanwhile I found another source and I mange to get my raspberry reading data from the eBox device via socat.
See my comments here: toggio/PhpEpsolarTracer#14
Another interesting spot is the project of Adam Welch, check it out:
http://adamwelch.co.uk/2017/12/build-your-own-rs485-to-wifi-adapter-for-epever-solar-charge-controllers/

And here is a fully running system which stores and visualizes the tracer data:
http://randomsporadicprojects.blogspot.de/2016/11/instructions-for-creating-dashboard-to_9.html

All the best!!

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

No branches or pull requests

2 participants