-
Notifications
You must be signed in to change notification settings - Fork 51
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
Recovery of product power only #70
Comments
You can try my fork, it is of an older version however you can get the data
you need in JSON format.
https://github.com/cliffdude/SofarCtrl
You will need to multiply the solarPV by 10 and ignore the rest of the data
in the JSON string.
Good luck
[image: image.png]
…On Sat, Oct 28, 2023 at 9:07 PM stephcache ***@***.***> wrote:
Hello, I have seen your code and I cannot modify it in order to recover
only the power produced in order to turn on my water heater, heating.
https://forum.arduino.cc/t/rs485-et-sofar-solar/1180679 <http://url>
I would really like some help to retrieve this information only, I don't
need a home assistant
—
Reply to this email directly, view it on GitHub
<#70>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGAXEDPPACDE4QWPCO3K6LYBVQWTAVCNFSM6AAAAAA6UJUM26VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DMNZSGUZDGNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Your link looks a lot like the other one. I don't need oled, nor mqtt, nor json and I use an esp32 not an esp8266. In addition <SoftwareSerial.h> is not visible, not compatible with esp32. I am looking for the power produced by the instantaneous panels. I can't find any information to just read the registers that come in HYD 6000-EP |
If you want to use an ESP32 you will have to modify the code yourself, the
info for the registers is in the code on Colin's repo, my fork is not
compatible with the EP version of the inverter ( I have the older ES).
I would suggest creating a repo targeted at the ESP32 board, look through
the code and you will find the section that communicates with the inverter,
that is all you need. Extract it and use it in your own code.
…On Sun, Oct 29, 2023 at 3:58 PM stephcache ***@***.***> wrote:
Your link looks a lot like the other one. I don't need oled, nor mqtt, nor
json and I use an esp32 not an esp8266.
In addition <SoftwareSerial.h> is not visible, not compatible with esp32.
I am looking for the power produced by the instantaneous panels.
I can't find any information to just read the registers that come in HYD
6000-EP
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGAXEG6HOL5G3CEXBKIV2TYBZVJZAVCNFSM6AAAAAA6UJUM26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGE2TCNZYGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I go through them, and I can't find the part that communicates with the inverter (I don't understand would be more accurate). That’s why I’m asking the question. |
Line 543 to 700 contains most of the code, you will need to read it to
understand what is going on.
https://github.com/cmcgerty/Sofar2mqtt/blob/main/Sofar2mqtt/Sofar2mqtt.ino
Check out the pull requests as there is more info on the registers for the
EP.
I did not write this code and have little experience with modbus so I
cannot help you more.
…On Sun, Oct 29, 2023 at 4:32 PM stephcache ***@***.***> wrote:
I go through them, and I can't find the part that communicates with the
inverter (I don't understand would be more accurate). That’s why I’m asking
the question.
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGAXECMJTBAX22QJ3TAPIDYBZZIFAVCNFSM6AAAAAA6UJUM26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGE3DANBVGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello, I have seen your code and I cannot modify it in order to recover only the power produced in order to turn on my water heater, heating.
https://forum.arduino.cc/t/rs485-et-sofar-solar/1180679
I would really like some help to retrieve this information only, I don't need a home assistant. I use an esp32, a 485 module like yours.
I have a sofar solar HYD6000-EP inverter
The text was updated successfully, but these errors were encountered: