-
Notifications
You must be signed in to change notification settings - Fork 52
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
Support for HYD 3-6K-EP #45
Comments
If someone could find the register value map it would certainly be possible. I may need to upgrade my ES inverter to a bigger EP model (better EPS mode and higher batt charge current) so I am interested. |
Hello, still no support planned ? |
Not at the moment, no. Sorry @lugio |
Thks for you response |
this project manages to recover the information via rs485, it is possible to based on this one for the adapted to yours? |
@luigii
I am currently upgrading my solar install and may swap my ES inverter with
an EP model with higher power.
If that does happen I will attempt to add support for the EP as I would
like to keep my ESP device to be able to control the inverter.
A long shot but check back here in future, you never know :)
A sábado, 11/02/2023, 16:16, lugio ***@***.***> escreveu:
… this project manages to recover the information via rs485, it is possible
to based on this one for the adapted to yours?
https://gitlab.com/rjpearce/sofar2mqtt <http://url>
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGAXEGELEQXRLZIVDOOTALWW63OPANCNFSM6AAAAAASJACZKE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm crossing my fingers then :) |
Thatis very useful, esphome is a great platform f9r anyone using home
assistant. I use it for many other sensors as the response time is way
better than mqtt.
Have you tried this out?
A domingo, 12/02/2023, 14:21, lugio ***@***.***> escreveu:
… I'm crossing my fingers then :)
Is that what you're looking for? :
esphome_sofarsolar_hydxxxxep_modbus.txt
<https://github.com/cmcgerty/Sofar2mqtt/files/10716240/esphome_sofarsolar_hydxxxxep_modbus.txt>
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGAXEGFZBHGVMEIUAWYSMTWXDWV5ANCNFSM6AAAAAASJACZKE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes I am currently sending the data to Home Assistant Thanks to the project: It works fine, but read only. |
I connected my EP to a RS485 to ETH server (Waveshare), which sends all data via mqtt. Is working fine! |
@cmcgerty I can probably change the code to support EP and send you an MR but I don't want to make your code complicated. How would you feel about pulling out the data (eg. registry addresses) to a separate file per model i.e a JSON file or at least a .h file. For example: https://gitlab.com/rjpearce/sofar2mqtt/-/blob/main/sofar-hyd-ep.json Splitting the data from the code makes the code easier to maintain and adding support for new models is as easy as adding a file. I also don't have a way to test but it looks like @lugio is up for that. |
Work base ? |
I am looking for the HYD 3-6K-EP registry addresses to send Charge and Discharge command to the inverter. For me that is the most important functionality i need. anyone? |
https://www.facebook.com/groups/2477195449252168/permalink/3047428435562197 |
|
Hi, For those who want to have the good register and config, you can have a look to my reply here. I still have to set up the remote control. I was thinking a easiest way to remote it. In the void sendData() section: if(cmd == "standby") Could you please let me know if it is ok and if I can try it. Thank you in advance. |
Why not use Passive Mode (3) ? The code will need to be updated as SOFAR_FN_CHARGE and SOFAR_FN_DISCHARGE would be the same register but with a positive or negative value (negative=discharge, positive=charge). I've just incorporated Andre's code to bring write support to the Raspberry Pi version of sofar2mqtt. |
hi all, I just tested a new version https://github.com/IgorYbema/Sofar2mqtt/tree/mod of https://github.com/IgorYbema/Sofar2mqtt (a fork of https://github.com/cmcgerty/Sofar2mqtt) on my Solar HYD EP and the Charge and Discharge commands from home assistant work in passive mode. |
Can I just flash the bin file, or do I need to build the code? |
Hi, I have tried the IgorYbema fork code for my HYD6000EP. To make it working, I add to change a little the code. Moreover, I can only send 23 values with the sendmqtt command. When I add 1 line more in the mqtt_status_register, nothing is sent. Thank you very much in advance. |
If I'm correct there's only support for the HYD ES inverters, but not for the EP ones. These have other registries.
Are there plans to add this support?
The text was updated successfully, but these errors were encountered: