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

Support for Sunsynk via SmartHome Integrations / DeyeSmartDongle #1687

Open
mdeakin99 opened this issue Dec 4, 2024 · 1 comment
Open

Support for Sunsynk via SmartHome Integrations / DeyeSmartDongle #1687

mdeakin99 opened this issue Dec 4, 2024 · 1 comment

Comments

@mdeakin99
Copy link

Is your feature request related to a problem? Please describe.
I have managed to read/write to my SunSynk inverter using https://smarthomeintegrations.co.za/product/smartdeyedonglev4-international-shipment-self-flash-firmware-bundle/ and the associated EPS device it creates. I have manage to update all of the sensors but would like figure out how to force charge/discharge etc as these services dont appear for the integration

Describe the solution you'd like
Get the integration working with predbat. Share the output/setup of the integration with anyone else that needs it in the future.

Describe alternatives you've considered
I tried using https://github.com/kellerza/sunsynk/ but couldnt pull data from the inverter. This option requires less hardware and the adapter doesnt need to be near the Home Assistant instance.

Additional context

Let me know how best to share what information I have currently. I am happy to test anything you need me to given you might not have access to this inverter yourself.

@alz41
Copy link

alz41 commented Dec 5, 2024

@mdeakin99 Runinng Sunsynk and the smartdeye dongle here, the working settings i have in the predbat apps.yaml are :

Services to control charging/discharging

charge_start_service:
service: select.select_option
entity_id: "select.deyeinvertermaster_load_limit_exp_ess_non_ess"
option: "Zero Export"
charge_stop_service:
service: select.select_option
entity_id: "select.deyeinvertermaster_load_limit_exp_ess_non_ess"
option: "Zero Export"
discharge_start_service:
service: select.select_option
entity_id: "select.deyeinvertermaster_load_limit_exp_ess_non_ess"
option: "Allow Export"

rgds
Andrew

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