Skip to content

Commit

Permalink
Merge pull request #247 from Enapter/add-sunsync
Browse files Browse the repository at this point in the history
Add Sunsync compatible with Deye protocol
  • Loading branch information
nikitug authored Jul 27, 2023
2 parents 5e1ae7a + 28f3dfc commit 17eb3a4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
16 changes: 13 additions & 3 deletions .marketplace/devices/devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,12 +609,22 @@
- blueprint: gas_sensors/igd_toc_635
verification_level: verified

- id: deye_inverter-sun-10k-sg04lp3-eu
display_name: Deye Inverter SUN-10k-SG04LP3-EU
description: Three-phase hybrid inverter.
- id: deye-3-phase-hybrid-inverter
display_name: Deye Three-Phase Hybrid Inverter
description: Three-phase hybrid inverter models Deye SUN-4/5/6/7/8/10/12/15K-G06P3-EU-AM2.
icon: enapter-inverter-solar
vendor: deye
category: solar_inverters
blueprint_options:
- blueprint: solar_inverters/deye_sun-10k-sg04lp3-eu_solarman
verification_level: verified

- id: sunsync-3-phase-hybrid-inverter
display_name: Sunsync Three-Phase Hybrid Inverter
description: Three-phase hybrid inverter models Sunsync SYNK-8K-SG04LP3 / SYNK-10K-SG04LP3 / SYNK-12K-SG04LP3.
icon: enapter-inverter-solar
vendor: sunsync
category: solar_inverters
blueprint_options:
- blueprint: solar_inverters/deye_sun-10k-sg04lp3-eu_solarman
verification_level: ready_for_testing
Binary file added .marketplace/vendors/icons/sunsync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions .marketplace/vendors/vendors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,8 @@
display_name: Deye
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/deye.png
website: https://www.deyeinverter.com/

- id: sunsync
display_name: Sunsync
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/sunsync.png
website: https://www.sunsynk.org
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function send_properties()
properties['serial_number'] = sn
end

properties['vendor'] = 'Deye'
enapter.send_properties(properties)
end

Expand Down
9 changes: 3 additions & 6 deletions solar_inverters/deye_sun-10k-sg04lp3-eu_solarman/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blueprint_spec: device/1.0
display_name: Deye Inverter (HTTP API)

display_name: Deye / Sunsync Inverter (via Solarman API)
description: Three phase hybrid inverter with low battery voltage 48V.
icon: enapter-home
vendor: deye
icon: enapter-solar-inverter
license: MIT
author: enapter
contributors:
Expand All @@ -23,9 +23,6 @@ communication_module:
allow_dev_dependencies: true

properties:
vendor:
type: string
display_name: Vendor
serial_number:
type: string
display_name: Serial number
Expand Down

0 comments on commit 17eb3a4

Please sign in to comment.